[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
52/126: gnu: libgsf: Correct inputs.
From: |
guix-commits |
Subject: |
52/126: gnu: libgsf: Correct inputs. |
Date: |
Mon, 6 Sep 2021 15:53:39 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 5b6c813c9d6f04b250d78af9b73e93442c9c32cb
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")
- 41/126: gnu: gdk-pixbuf: Disable failing tests., (continued)
- 41/126: gnu: gdk-pixbuf: Disable failing tests., guix-commits, 2021/09/06
- 44/126: gnu: vala: Enable coverage support., guix-commits, 2021/09/06
- 42/126: gnu: gdk-pixbuf+svg: Correct package definition to include changes from gdk-pixbuf., guix-commits, 2021/09/06
- 46/126: gnu: vala: Update to 0.52.0., guix-commits, 2021/09/06
- 50/126: gnu: libgsf: Re-arrange inputs in alphabetical order., guix-commits, 2021/09/06
- 53/126: gnu: libgsf: Enable documentation., guix-commits, 2021/09/06
- 54/126: gnu: libgsf: Update synopsis, description, home-page and license., guix-commits, 2021/09/06
- 57/126: gnu: atk: Update home-page and license., guix-commits, 2021/09/06
- 58/126: gnu: atkmm: Update to 2.36.0., guix-commits, 2021/09/06
- 56/126: gnu: atk: Update to 2.36.0., guix-commits, 2021/09/06
- 52/126: gnu: libgsf: Correct inputs.,
guix-commits <=
- 60/126: gnu: atkmm: Update synopsis, description, home-page and license., guix-commits, 2021/09/06
- 61/126: gnu: Add atkmm-2.28., guix-commits, 2021/09/06
- 62/126: gnu: at-spi2-core: Update to 2.40.0., guix-commits, 2021/09/06
- 64/126: gnu: at-spi2-core: Update home-page and license., guix-commits, 2021/09/06
- 65/126: gnu: at-spi2-atk: Update to 2.38.0., guix-commits, 2021/09/06
- 66/126: gnu: at-spi2-atk: Update home-page and license., guix-commits, 2021/09/06
- 72/126: gnu: wayland: Update synopsis, description and license., guix-commits, 2021/09/06
- 51/126: gnu: libgsf: Enable missing features., guix-commits, 2021/09/06
- 55/126: gnu: atk: Re-arrange inputs in alphabetical order., guix-commits, 2021/09/06
- 59/126: gnu: atkmm: Enable documentation., guix-commits, 2021/09/06