[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
38/125: gnu: gdk-pixbuf: Correct inputs.
From: |
guix-commits |
Subject: |
38/125: gnu: gdk-pixbuf: Correct inputs. |
Date: |
Sat, 3 Jul 2021 21:17:22 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 1e53a7c150b739a1b0c2258a9524b25aa3b6557e
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 6c1bc6d..7e083fa 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -609,13 +609,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)
- 28/125: gnu: cairomm: Enable documentation., (continued)
- 28/125: gnu: cairomm: Enable documentation., guix-commits, 2021/07/03
- 13/125: gnu: glibmm: Enable documentation., guix-commits, 2021/07/03
- 17/125: gnu: gtk-doc: Correct inputs., guix-commits, 2021/07/03
- 22/125: gnu: cairo: Make some cosmetic changes., guix-commits, 2021/07/03
- 25/125: gnu: cairo: Enable some features., guix-commits, 2021/07/03
- 26/125: gnu: cairo: Update synopsis, description and license., guix-commits, 2021/07/03
- 27/125: gnu: cairomm: Update to 1.16.0., guix-commits, 2021/07/03
- 05/125: gnu: glib: Enable man pages., guix-commits, 2021/07/03
- 16/125: gnu: gtk-doc: Change build-system., guix-commits, 2021/07/03
- 35/125: gnu: pangomm: Enable documentation., guix-commits, 2021/07/03
- 38/125: gnu: gdk-pixbuf: Correct inputs.,
guix-commits <=
- 42/125: gnu: gdk-pixbuf: Update synopsis, description, home-page and license., guix-commits, 2021/07/03
- 20/125: gnu: gtk-doc: Update synopsis, description, home-page and license., guix-commits, 2021/07/03
- 24/125: gnu: cairo: Move documentation to separate output., guix-commits, 2021/07/03
- 32/125: gnu: pango: Update to 1.48.3., guix-commits, 2021/07/03
- 34/125: gnu: pangomm: Update to 2.48.0., guix-commits, 2021/07/03
- 37/125: gnu: gdk-pixbuf: Add missing arguments., guix-commits, 2021/07/03
- 39/125: gnu: gdk-pixbuf: Enable jasper support., guix-commits, 2021/07/03
- 40/125: gnu: gdk-pixbuf: Fix documentation., guix-commits, 2021/07/03
- 41/125: gnu: gdk-pixbuf: Update to 2.42.4., guix-commits, 2021/07/03
- 43/125: gnu: gdk-pixbuf: Disable failing tests., guix-commits, 2021/07/03