guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: plymouth: Use plain list of native inputs.


From: guix-commits
Subject: 02/04: gnu: plymouth: Use plain list of native inputs.
Date: Fri, 11 Nov 2022 16:34:53 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 1dd45692107e27a9e6de4c5c107685a8329459e5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Nov 11 22:28:41 2022 +0100

    gnu: plymouth: Use plain list of native inputs.
    
    * gnu/packages/freedesktop.scm (plymouth)[native-inputs]: Use list without
    labels.
---
 gnu/packages/freedesktop.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 1dbd7753a4..e950dcf7cb 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]