me
/
guix
Archived
1
0
Fork 0

gnu: gdk-pixbuf: Add removal hint for libx11.

* gnu/packages/gtk.scm (gdk-pixbuf)[propagated-inputs]: Add hint to remove
libx11 on core-updates.
master
Liliana Marie Prikler 2022-07-02 13:46:25 +02:00
parent b02225b614
commit 48ff4bfcd7
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 1 additions and 0 deletions

View File

@ -683,6 +683,7 @@ highlighting and other features typical of a source code editor.")
(list ;; Required by gdk-pixbuf-2.0.pc (list ;; Required by gdk-pixbuf-2.0.pc
glib glib
;; Required by gdk-pixbuf-xlib-2.0.pc ;; Required by gdk-pixbuf-xlib-2.0.pc
;; TODO: Remove on core-updates.
libx11 libx11
;; Used for testing and required at runtime. ;; Used for testing and required at runtime.
shared-mime-info)) shared-mime-info))