guix-commits
[Top][All Lists]
Advanced

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

07/08: gnu: girara: Remove input labels.


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

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

commit 6b7e24dec122f9e0eaa056636244c85126b19462
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Feb 21 14:31:15 2024 -0500

    gnu: girara: Remove input labels.
    
    * gnu/packages/gtk.scm (girara) [native-inputs]: Remove input labels.
    
    Change-Id: I69df714386610048eb450f3f16e0c4615a370747
---
 gnu/packages/gtk.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 6de83eea6a..daf7981953 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -2129,11 +2129,12 @@ and routines to assist in editing internationalized 
text.")
        (file-name (git-file-name name version))
        (sha256
         (base32 "0k93pi0lkf941vanvh1habm6n5wl1n63726j5kqxh34wdlv4mv4s"))))
-    (native-inputs `(("pkg-config" ,pkg-config)
-                     ("check" ,check)
-                     ("gettext" ,gettext-minimal)
-                     ("glib:bin" ,glib "bin")
-                     ("xorg-server" ,xorg-server-for-tests)))
+    (native-inputs
+     (list pkg-config
+           check
+           gettext-minimal
+           `(,glib "bin")
+           xorg-server-for-tests))
     ;; Listed in 'Requires.private' of 'girara.pc'.
     (propagated-inputs (list gtk+))
     (arguments



reply via email to

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