gnu: efl: Add python to native inputs.
* gnu/packages/enlightenment.scm (efl)[native-inputs]: Add python.
parent
36f6188fc4
commit
e43b27d5bc
|
@ -83,7 +83,8 @@
|
|||
(native-inputs
|
||||
`(("check" ,check)
|
||||
("gettext" ,gettext-minimal)
|
||||
("pkg-config" ,pkg-config)))
|
||||
("pkg-config" ,pkg-config)
|
||||
("python" ,python)))
|
||||
(inputs
|
||||
`(("curl" ,curl)
|
||||
("giflib" ,giflib)
|
||||
|
|
Reference in New Issue