3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: plymouth: Use plain list of native inputs.

* gnu/packages/freedesktop.scm (plymouth)[native-inputs]: Use list without
labels.
This commit is contained in:
Ricardo Wurmus 2022-11-11 22:28:41 +01:00
parent ea96cd2723
commit 1dd4569210
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2271,11 +2271,11 @@ Its features include:
(inputs
(list glib pango libdrm libpng eudev))
(native-inputs
`(("gettext" ,gettext-minimal)
("pkg-config" ,pkg-config)
("libxslt" ,libxslt)
("docbook-xsl" ,docbook-xsl)
("docbook-xml" ,docbook-xml)))
(list gettext-minimal
pkg-config
libxslt
docbook-xsl
docbook-xml))
(synopsis "Graphical boot animation (splash) and logger")
(home-page "https://www.freedesktop.org/wiki/Software/Plymouth/")
(description