guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: mcg: Use new input style.


From: guix-commits
Subject: 01/03: gnu: mcg: Use new input style.
Date: Wed, 12 Oct 2022 15:17:16 -0400 (EDT)

lilyp pushed a commit to branch master
in repository guix.

commit df9f0ac2547894966b332f41627e9ac783304a54
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Wed Oct 12 21:04:03 2022 +0200

    gnu: mcg: Use new input style.
    
    * gnu/packages/mpd.scm (mcg)[inputs]: Re-indent according to ‘guix style’.
    [native-inputs]: Drop labels.
---
 gnu/packages/mpd.scm | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
index 05737f3a86..5f0377d43e 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -493,12 +493,14 @@ artists along with albumart.")
         (base32
          "01iqxydssxyi4s644dwl64vm7xhn0szd99hdpywbipvb7kwp5196"))))
     (build-system python-build-system)
-    (native-inputs
-     `(("glib:bin" ,glib "bin")
-       ("gobject-introspection" ,gobject-introspection)
-       ("pkg-config" ,pkg-config)))
-    (inputs
-     (list avahi dconf gsettings-desktop-schemas gtk+ python-pygobject))
+    (inputs (list avahi
+                  dconf
+                  gsettings-desktop-schemas
+                  gtk+
+                  python-pygobject))
+    (native-inputs (list `(,glib "bin")
+                         gobject-introspection
+                         pkg-config))
     (arguments
      `(#:imported-modules ((guix build glib-or-gtk-build-system)
                            ,@%python-build-system-modules)



reply via email to

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