gnu: efl: Add python to native inputs.

* gnu/packages/enlightenment.scm (efl)[native-inputs]: Add python.
This commit is contained in:
Maxim Cournoyer 2022-01-17 14:49:38 -05:00
parent 36f6188fc4
commit e43b27d5bc
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -83,7 +83,8 @@ (define-public efl
(native-inputs (native-inputs
`(("check" ,check) `(("check" ,check)
("gettext" ,gettext-minimal) ("gettext" ,gettext-minimal)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)
("python" ,python)))
(inputs (inputs
`(("curl" ,curl) `(("curl" ,curl)
("giflib" ,giflib) ("giflib" ,giflib)