[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: gtk-engines: Don't propagate GTK+.
From: |
??? |
Subject: |
01/01: gnu: gtk-engines: Don't propagate GTK+. |
Date: |
Sun, 20 Nov 2016 04:04:06 +0000 (UTC) |
iyzsong pushed a commit to branch master
in repository guix.
commit 9fff9e6484a1ebe5246e2811c5d74fbdab43313c
Author: 宋文武 <address@hidden>
Date: Sun Nov 20 11:59:38 2016 +0800
gnu: gtk-engines: Don't propagate GTK+.
* gnu/packages/gtk.scm (gtk-engines): Move gtk+ to 'inputs'.
---
gnu/packages/gtk.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 6a9e7cf..17bd9c9 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1289,7 +1289,8 @@ can also be used to document application code.")
(native-inputs
`(("pkg-config" ,pkg-config)
("intltool" ,intltool)))
- (propagated-inputs
+ (inputs
+ ;; Don't propagate GTK+ to reduce "profile pollution".
`(("gtk+" ,gtk+-2))) ; required by gtk-engines-2.pc
(home-page "http://live.gnome.org/GnomeArt")
(synopsis "Theming engines for GTK+ 2.x")