[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
52/115: gnu: libgsf: Correct inputs.
From: |
guix-commits |
Subject: |
52/115: gnu: libgsf: Correct inputs. |
Date: |
Fri, 7 May 2021 16:56:36 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit d89fcd05fbc7efc88ff5af52efb5b419ab1a0e4e
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Thu Mar 11 12:11:02 2021 -0500
gnu: libgsf: Correct inputs.
* gnu/packages/gnome.scm (libgsf) [native-inputs]: Add python-wrapper.
[propagated-inputs]: Move gdk-pixbuf to ...
[inputs]: ... here.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
gnu/packages/gnome.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2c71fcb..6c609ce 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3285,13 +3285,14 @@ XML/CSS rendering engine.")
("gobject-introspection" ,gobject-introspection)
("perl" ,perl)
("perl-xml-parser" ,perl-xml-parser)
- ("pkg-config" ,pkg-config)))
+ ("pkg-config" ,pkg-config)
+ ("python" ,python-wrapper)))
(inputs
`(("bzip2" ,bzip2)
+ ("gdk-pixbuf" ,gdk-pixbuf)
("zlib" ,zlib)))
(propagated-inputs
- `(("gdk-pixbuf" ,gdk-pixbuf)
- ("glib" ,glib)
+ `(("glib" ,glib)
("libxml2" ,libxml2)))
(home-page "https://www.gnome.org/projects/libgsf")
(synopsis "GNOME's Structured File Library")
- 22/115: gnu: cairo: Move documentation to separate output., (continued)
- 22/115: gnu: cairo: Move documentation to separate output., guix-commits, 2021/05/07
- 19/115: gnu: gobject-introspection: Propagate glib., guix-commits, 2021/05/07
- 30/115: gnu: pango: Update to 1.48.3., guix-commits, 2021/05/07
- 34/115: gnu: pangomm-2.42: Update to 2.42.2., guix-commits, 2021/05/07
- 37/115: gnu: gdk-pixbuf: Enable jasper support., guix-commits, 2021/05/07
- 35/115: gnu: gdk-pixbuf: Add missing arguments., guix-commits, 2021/05/07
- 49/115: gnu: libgsf: Make separate output for binaries., guix-commits, 2021/05/07
- 43/115: gnu: vala: Change build-system., guix-commits, 2021/05/07
- 48/115: gnu: libgsf: Change build-system., guix-commits, 2021/05/07
- 58/115: gnu: atkmm: Update to 2.36.0., guix-commits, 2021/05/07
- 52/115: gnu: libgsf: Correct inputs.,
guix-commits <=
- 61/115: gnu: Add atkmm-2.28., guix-commits, 2021/05/07
- 65/115: gnu: at-spi2-atk: Update to 2.38.0., guix-commits, 2021/05/07
- 68/115: gnu: json-glib: Enable documentation and man-pages., guix-commits, 2021/05/07
- 70/115: gnu: wayland: Update to 1.19.0., guix-commits, 2021/05/07
- 71/115: gnu: wayland: Fix and move documentation., guix-commits, 2021/05/07
- 74/115: gnu: yelp-xsl: Enable documentation., guix-commits, 2021/05/07
- 72/115: gnu: wayland: Update synopsis, description and license., guix-commits, 2021/05/07
- 75/115: gnu: gtk+-2: Enable tests., guix-commits, 2021/05/07
- 79/115: gnu: gtk+: Add missing inputs., guix-commits, 2021/05/07
- 84/115: gnu: ibus: Update to 1.5.24., guix-commits, 2021/05/07