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") (delete-file (string-append (assoc-ref outputs "out")
"/bin/tytest"))))))) "/bin/tytest")))))))
(native-inputs (native-inputs
`(("gettext" ,gettext-minimal) (list gettext-minimal
("perl" ,perl) perl
("pkg-config" ,pkg-config))) pkg-config))
(inputs (inputs
(list efl)) (list efl))
(home-page "https://www.enlightenment.org/about-terminology") (home-page "https://www.enlightenment.org/about-terminology")