guix-commits
[Top][All Lists]
Advanced

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

04/08: gnu: atkmm: Remove input labels.


From: guix-commits
Subject: 04/08: gnu: atkmm: Remove input labels.
Date: Wed, 21 Feb 2024 14:53:29 -0500 (EST)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 5502ab2a05c9417f1bf2613d724f527234d83f79
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Feb 21 14:26:06 2024 -0500

    gnu: atkmm: Remove input labels.
    
    * gnu/packages/gtk.scm (atkmm) [native-inputs]: Remove input labels.
    
    Change-Id: I7dad8ada8d32c25845877aba0fc68245ff001a7e
---
 gnu/packages/gtk.scm | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 8012d9c772..883cc869b2 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1740,7 +1740,7 @@ text rendering library.")
     (build-system meson-build-system)
     (outputs '("out" "doc"))
     (arguments
-     `(#:glib-or-gtk? #t     ; To wrap binaries and/or compile schemas
+     `(#:glib-or-gtk? #t             ; To wrap binaries and/or compile schemas
        #:configure-flags
        (list
         "-Dbuild-documentation=true")
@@ -1755,14 +1755,14 @@ text rendering library.")
                 (string-append out "/share/doc")
                 (string-append doc "/share/doc"))))))))
     (native-inputs
-     `(("dot" ,graphviz)
-       ("doxygen" ,doxygen)
-       ("m4" ,m4)
-       ("mm-common" ,mm-common)
-       ("perl" ,perl)
-       ("pkg-config" ,pkg-config)
-       ("python" ,python)
-       ("xsltproc" ,libxslt)))
+     (list graphviz
+           doxygen
+           m4
+           mm-common
+           perl
+           pkg-config
+           python
+           libxslt))
     (propagated-inputs
      (list glibmm at-spi2-core))
     (synopsis "C++ bindings for ATK")



reply via email to

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