guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#56276] [PATCH 1/2] gnu: gdk-pixbuf: Remove unnecessary dependency.


From: Tomasz Jeneralczyk
Subject: [bug#56276] [PATCH 1/2] gnu: gdk-pixbuf: Remove unnecessary dependency.
Date: Tue, 28 Jun 2022 13:21:18 +0000

* gnu/packages/gtk.scm (gtk-pixbuf): Remove libx11 from native-inputs

gdk-pixbuf-xlib was split into its own library in gdk-pixbuf version 2.42.0:
https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/tags/2.42.0
---
 gnu/packages/gtk.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 4d6a690fbb..835c0be3a2 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -682,8 +682,6 @@ (define-public gdk-pixbuf
     (propagated-inputs
      (list ;; Required by gdk-pixbuf-2.0.pc
            glib
-           ;; Required by gdk-pixbuf-xlib-2.0.pc
-           libx11
            ;; Used for testing and required at runtime.
            shared-mime-info))
     (inputs
-- 
2.36.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]