[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
36/126: gnu: gdk-pixbuf: Correct inputs.
From: |
guix-commits |
Subject: |
36/126: gnu: gdk-pixbuf: Correct inputs. |
Date: |
Mon, 6 Sep 2021 15:53:34 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit c23ff6007aa1fbfbec943c70796032f494eca93d
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Thu Mar 11 10:35:56 2021 -0500
gnu: gdk-pixbuf: Correct inputs.
* gnu/packages/gtk.scm (gdk-pixbuf) [propagated-inputs]: Add libx11.
Remove libpng.
[inputs]: Add libpng. Remove libx11.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
gnu/packages/gtk.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 31ece43..8c004ef 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -610,13 +610,14 @@ highlighting and other features typical of a source code
editor.")
(propagated-inputs
`( ;; Required by gdk-pixbuf-2.0.pc
("glib" ,glib)
- ("libpng" ,libpng)
+ ;; Required by gdk-pixbuf-xlib-2.0.pc
+ ("libx11" ,libx11)
;; Used for testing and required at runtime.
("shared-mime-info" ,shared-mime-info)))
(inputs
`(("libjpeg" ,libjpeg-turbo)
- ("libtiff" ,libtiff)
- ("libx11" ,libx11)))
+ ("libpng" ,libpng)
+ ("libtiff" ,libtiff)))
(native-inputs
`(("pkg-config" ,pkg-config)
("gettext" ,gettext-minimal)
- 18/126: gnu: gtk-doc: Update synopsis, description, home-page and license., (continued)
- 18/126: gnu: gtk-doc: Update synopsis, description, home-page and license., guix-commits, 2021/09/06
- 22/126: gnu: cairo: Move documentation to separate output., guix-commits, 2021/09/06
- 24/126: gnu: cairo: Update synopsis, description and license., guix-commits, 2021/09/06
- 25/126: gnu: cairomm: Update to 1.16.0., guix-commits, 2021/09/06
- 26/126: gnu: cairomm: Enable documentation., guix-commits, 2021/09/06
- 27/126: gnu: cairomm-1.13: Fix build., guix-commits, 2021/09/06
- 32/126: gnu: pangomm: Update to 2.48.0., guix-commits, 2021/09/06
- 34/126: gnu: pangomm-2.42: Update to 2.42.2., guix-commits, 2021/09/06
- 35/126: gnu: gdk-pixbuf: Add missing arguments., guix-commits, 2021/09/06
- 33/126: gnu: pangomm: Enable documentation., guix-commits, 2021/09/06
- 36/126: gnu: gdk-pixbuf: Correct inputs.,
guix-commits <=
- 39/126: gnu: gdk-pixbuf: Update to 2.42.4., guix-commits, 2021/09/06
- 40/126: gnu: gdk-pixbuf: Update synopsis, description, home-page and license., guix-commits, 2021/09/06
- 43/126: gnu: vala: Change build-system., guix-commits, 2021/09/06
- 45/126: gnu: vala: Fix documentation., guix-commits, 2021/09/06
- 47/126: gnu: vala: Update synopsis and description., guix-commits, 2021/09/06
- 48/126: gnu: libgsf: Change build-system., guix-commits, 2021/09/06
- 49/126: gnu: libgsf: Make separate output for binaries., guix-commits, 2021/09/06
- 31/126: gnu: pango: Update synopsis, description and home-page., guix-commits, 2021/09/06
- 37/126: gnu: gdk-pixbuf: Enable jasper support., guix-commits, 2021/09/06
- 38/126: gnu: gdk-pixbuf: Fix documentation., guix-commits, 2021/09/06