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:
parent
ea96cd2723
commit
1dd4569210
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue