mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: efl: Add python to native inputs.
* gnu/packages/enlightenment.scm (efl)[native-inputs]: Add python.
This commit is contained in:
parent
36f6188fc4
commit
e43b27d5bc
1 changed files with 2 additions and 1 deletions
|
@ -83,7 +83,8 @@ (define-public efl
|
|||
(native-inputs
|
||||
`(("check" ,check)
|
||||
("gettext" ,gettext-minimal)
|
||||
("pkg-config" ,pkg-config)))
|
||||
("pkg-config" ,pkg-config)
|
||||
("python" ,python)))
|
||||
(inputs
|
||||
`(("curl" ,curl)
|
||||
("giflib" ,giflib)
|
||||
|
|
Loading…
Reference in a new issue