[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
305/377: gnu: libgsf: Correct inputs.
From: |
guix-commits |
Subject: |
305/377: gnu: libgsf: Correct inputs. |
Date: |
Sun, 5 Sep 2021 10:08:16 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit b57ee15016f0d3493594f694ae1012f475d8fdee
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 d5c5535..4f99735 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3301,13 +3301,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")
- 275/377: gnu: cairo: Move documentation to separate output., (continued)
- 275/377: gnu: cairo: Move documentation to separate output., guix-commits, 2021/09/05
- 290/377: gnu: gdk-pixbuf: Enable jasper support., guix-commits, 2021/09/05
- 278/377: gnu: cairomm: Update to 1.16.0., guix-commits, 2021/09/05
- 285/377: gnu: pangomm: Update to 2.48.0., guix-commits, 2021/09/05
- 289/377: gnu: gdk-pixbuf: Correct inputs., guix-commits, 2021/09/05
- 291/377: gnu: gdk-pixbuf: Fix documentation., guix-commits, 2021/09/05
- 294/377: gnu: gdk-pixbuf: Disable failing tests., guix-commits, 2021/09/05
- 296/377: gnu: vala: Change build-system., guix-commits, 2021/09/05
- 297/377: gnu: vala: Enable coverage support., guix-commits, 2021/09/05
- 300/377: gnu: vala: Update synopsis and description., guix-commits, 2021/09/05
- 305/377: gnu: libgsf: Correct inputs.,
guix-commits <=
- 311/377: gnu: atkmm: Update to 2.36.0., guix-commits, 2021/09/05
- 314/377: gnu: Add atkmm-2.28., guix-commits, 2021/09/05
- 315/377: gnu: at-spi2-core: Update to 2.40.0., guix-commits, 2021/09/05
- 318/377: gnu: at-spi2-atk: Update to 2.38.0., guix-commits, 2021/09/05
- 322/377: gnu: json-glib: Update synopsis and description., guix-commits, 2021/09/05
- 328/377: gnu: gtk+-2: Enable tests., guix-commits, 2021/09/05
- 327/377: gnu: yelp-xsl: Enable documentation., guix-commits, 2021/09/05
- 329/377: gnu: gtk+-2: Add missing inputs and search-path., guix-commits, 2021/09/05
- 279/377: gnu: cairomm: Enable documentation., guix-commits, 2021/09/05
- 280/377: gnu: cairomm-1.13: Fix build., guix-commits, 2021/09/05