mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 03:20:04 +01:00
gnu: gdk-pixbuf: Add removal hint for libx11.
* gnu/packages/gtk.scm (gdk-pixbuf)[propagated-inputs]: Add hint to remove libx11 on core-updates.
This commit is contained in:
parent
b02225b614
commit
48ff4bfcd7
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue