gnu: plymouth: Use plain list of native inputs.
authorRicardo Wurmus <rekado@elephly.net>
Fri, 11 Nov 2022 21:28:41 +0000 (22:28 +0100)
committerRicardo Wurmus <rekado@elephly.net>
Fri, 11 Nov 2022 21:33:28 +0000 (22:33 +0100)
* gnu/packages/freedesktop.scm (plymouth)[native-inputs]: Use list without
labels.

gnu/packages/freedesktop.scm

index 1dbd775..e950dcf 100644 (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