diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2022-07-02 13:46:25 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2022-07-02 13:49:42 +0200 |
commit | 48ff4bfcd7491c12248b34a82e0b8e8a50a86308 (patch) | |
tree | 1b863c6a3823d296f6f85b5e21d8c451494cb0b3 /gnu/packages/gtk.scm | |
parent | b02225b614f94f3532e4ba220e175a83a0019dae (diff) | |
download | guix-48ff4bfcd7491c12248b34a82e0b8e8a50a86308.tar.gz |
gnu: gdk-pixbuf: Add removal hint for libx11.
* gnu/packages/gtk.scm (gdk-pixbuf)[propagated-inputs]: Add hint to remove libx11 on core-updates.
Diffstat (limited to 'gnu/packages/gtk.scm')
-rw-r--r-- | gnu/packages/gtk.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 358eb365ef..d23bb42fb6 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -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)) |