efraim pushed a commit to branch rust-team
in repository guix.
commit 876586492d814593e0a373b18ee208ddc5bd437a
Author: Efraim Flashner <[email protected]>
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 37c634fc7c..0bfdde5ae2 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -806,16 +806,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.