guix-commits
[Top][All Lists]
Advanced

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

403/470: gnu: gdk-pixbuf: Remove input labels.


From: guix-commits
Subject: 403/470: gnu: gdk-pixbuf: Remove input labels.
Date: Thu, 16 Mar 2023 03:02:25 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit 8c4158e439c3a3bcb45e396f220a99a4eed50d87
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Feb 26 01:27:40 2023 +0200

    gnu: gdk-pixbuf: Remove input labels.
    
    * gnu/packages/gtk.scm (gdk-pixbuf)[inputs]: Remove input labels.
    [native-inputs]: Same.
---
 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 ae3176dc42..f5fc093408 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -805,16 +805,16 @@ highlighting and other features typical of a source code 
editor.")
            ;; Used for testing and required at runtime.
            shared-mime-info))
     (inputs
-     `(,@(if (%current-target-system)
-             `(("bash-minimal" ,bash-minimal)) ; for glib-or-gtk-wrap
-             '())))
+     (if (%current-target-system)
+       (list bash-minimal)                      ; for glib-or-gtk-wrap
+       '()))
     (native-inputs
-     `(("gettext" ,gettext-minimal)
-       ("glib" ,glib "bin")                             ; glib-mkenums, etc.
-       ("gobject-introspection" ,gobject-introspection) ; g-ir-compiler, etc.
-       ("perl" ,perl)
-       ("pkg-config" ,pkg-config)
-       ("python-docutils" ,python-docutils)))
+     (list gettext-minimal
+           (list glib "bin")                    ; glib-mkenums, etc.
+           gobject-introspection                ; g-ir-compiler, etc.
+           perl
+           pkg-config
+           python-docutils))
     (native-search-paths
      ;; This file is produced by the gdk-pixbuf-loaders-cache-file
      ;; profile hook.



reply via email to

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