me
/
guix
Archived
1
0
Fork 0

gnu: efl: Add python to native inputs.

* gnu/packages/enlightenment.scm (efl)[native-inputs]: Add python.
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
1 changed files with 2 additions and 1 deletions

View File

@ -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)