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 @@ directories.
(lambda _
(setenv "HOME" (getcwd)))))))
(native-inputs
`(("gettext" ,gettext-minimal)
("pkg-config" ,pkg-config)))
(list gettext-minimal
pkg-config))
(inputs
(list efl))
(home-page "https://www.enlightenment.org")