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
parent
b02225b614
commit
48ff4bfcd7
|
@ -683,6 +683,7 @@ highlighting and other features typical of a source code editor.")
|
|||
(list ;; Required by gdk-pixbuf-2.0.pc
|
||||
glib
|
||||
;; Required by gdk-pixbuf-xlib-2.0.pc
|
||||
;; TODO: Remove on core-updates.
|
||||
libx11
|
||||
;; Used for testing and required at runtime.
|
||||
shared-mime-info))
|
||||
|
|
Reference in New Issue