[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
52/124: gnu: libgsf: Correct inputs.
From: |
guix-commits |
Subject: |
52/124: gnu: libgsf: Correct inputs. |
Date: |
Sun, 5 Sep 2021 10:42:08 -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")
- 47/124: gnu: vala: Update synopsis and description., (continued)
- 47/124: gnu: vala: Update synopsis and description., guix-commits, 2021/09/05
- 27/124: gnu: cairomm-1.13: Fix build., guix-commits, 2021/09/05
- 40/124: gnu: gdk-pixbuf: Update synopsis, description, home-page and license., guix-commits, 2021/09/05
- 44/124: gnu: vala: Enable coverage support., guix-commits, 2021/09/05
- 45/124: gnu: vala: Fix documentation., guix-commits, 2021/09/05
- 46/124: gnu: vala: Update to 0.52.0., guix-commits, 2021/09/05
- 48/124: gnu: libgsf: Change build-system., guix-commits, 2021/09/05
- 49/124: gnu: libgsf: Make separate output for binaries., guix-commits, 2021/09/05
- 50/124: gnu: libgsf: Re-arrange inputs in alphabetical order., guix-commits, 2021/09/05
- 51/124: gnu: libgsf: Enable missing features., guix-commits, 2021/09/05
- 52/124: gnu: libgsf: Correct inputs.,
guix-commits <=
- 55/124: gnu: atk: Re-arrange inputs in alphabetical order., guix-commits, 2021/09/05
- 58/124: gnu: atkmm: Update to 2.36.0., guix-commits, 2021/09/05
- 69/124: gnu: json-glib: Update synopsis and description., guix-commits, 2021/09/05
- 54/124: gnu: libgsf: Update synopsis, description, home-page and license., guix-commits, 2021/09/05
- 53/124: gnu: libgsf: Enable documentation., guix-commits, 2021/09/05
- 57/124: gnu: atk: Update home-page and license., guix-commits, 2021/09/05
- 59/124: gnu: atkmm: Enable documentation., guix-commits, 2021/09/05
- 60/124: gnu: atkmm: Update synopsis, description, home-page and license., guix-commits, 2021/09/05
- 61/124: gnu: Add atkmm-2.28., guix-commits, 2021/09/05
- 62/124: gnu: at-spi2-core: Update to 2.40.0., guix-commits, 2021/09/05