gnu: evisum: Remove input labels.

* gnu/packages/enlightenment.scm (evisum)[native-inputs]: Remove package
labels.
This commit is contained in:
Efraim Flashner 2022-01-06 21:08:51 +02:00
parent 6edf6aa64e
commit c0f612de35
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -578,8 +578,8 @@ (define-public evisum
(lambda _ (lambda _
(setenv "HOME" (getcwd))))))) (setenv "HOME" (getcwd)))))))
(native-inputs (native-inputs
`(("gettext" ,gettext-minimal) (list gettext-minimal
("pkg-config" ,pkg-config))) pkg-config))
(inputs (inputs
(list efl)) (list efl))
(home-page "https://www.enlightenment.org") (home-page "https://www.enlightenment.org")