me
/
guix
Archived
1
0
Fork 0

gnu: terminology: Remove input labels.

* gnu/packages/enlightenment.scm (terminology)[native-inputs]: Remove
package labels.
master
Efraim Flashner 2022-01-06 21:12:15 +02:00
parent 26bd033fac
commit c24ffc3aae
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 3 deletions

View File

@ -246,9 +246,9 @@ removable devices or support for multimedia.")
(delete-file (string-append (assoc-ref outputs "out")
"/bin/tytest")))))))
(native-inputs
`(("gettext" ,gettext-minimal)
("perl" ,perl)
("pkg-config" ,pkg-config)))
(list gettext-minimal
perl
pkg-config))
(inputs
(list efl))
(home-page "https://www.enlightenment.org/about-terminology")