[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: gnu: gegl: Use new style for inputs.
From: |
guix-commits |
Subject: |
06/06: gnu: gegl: Use new style for inputs. |
Date: |
Fri, 15 Sep 2023 12:13:06 -0400 (EDT) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit 43cdc8a07517e936812782c313fe145bcf5c7ed3
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Wed Sep 13 18:51:29 2023 +0200
gnu: gegl: Use new style for inputs.
* gnu/packages/gimp.scm (gegl)[inputs]: Drop labels.
---
gnu/packages/gimp.scm | 34 +++++++++++++++++-----------------
1 file changed, 17 insertions(+), 17 deletions(-)
diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index 5a342ed56a..9c8100dc7b 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -255,23 +255,23 @@ provided, as well as a framework to add new color models
and data types.")
(list babl glib json-glib))
(inputs
;; All inputs except libjpeg and libpng are optional.
- `(("cairo" ,cairo)
- ("gdk-pixbuf" ,gdk-pixbuf)
- ("gexiv2" ,gexiv2)
- ("jasper" ,jasper)
- ("libjpeg" ,libjpeg-turbo)
- ("libnsgif" ,libnsgif)
- ("libpng" ,libpng)
- ("libraw" ,libraw)
- ("librsvg" ,(librsvg-for-system))
- ("libspiro" ,libspiro)
- ("libtiff" ,libtiff)
- ("libwebp" ,libwebp)
- ("maxflow" ,maxflow)
- ("openexr" ,openexr-2)
- ("pango" ,pango)
- ("poppler" ,poppler)
- ("sdl2" ,sdl2)))
+ (list cairo
+ gdk-pixbuf
+ gexiv2
+ jasper
+ libjpeg-turbo
+ libnsgif
+ libpng
+ libraw
+ (librsvg-for-system)
+ libspiro
+ libtiff
+ libwebp
+ maxflow
+ openexr-2
+ pango
+ poppler
+ sdl2))
(native-inputs
(list `(,glib "bin") ; for gtester
gobject-introspection
- branch gnome-team updated (20e3f3e115 -> 43cdc8a075), guix-commits, 2023/09/15
- 01/06: gnu: Remove libgweather4-with-libsoup2., guix-commits, 2023/09/15
- 05/06: gnu: gimp: Update to 2.10.34., guix-commits, 2023/09/15
- 03/06: gnu: cogl: Remove comment about reflecting changes in mutter., guix-commits, 2023/09/15
- 02/06: gnu: cogl: Fix double free., guix-commits, 2023/09/15
- 06/06: gnu: gegl: Use new style for inputs.,
guix-commits <=
- 04/06: gnu: gegl: Update to 0.4.46., guix-commits, 2023/09/15