gnu: gtk-engines: Don't propagate GTK+.

* gnu/packages/gtk.scm (gtk-engines): Move gtk+ to 'inputs'.
This commit is contained in:
宋文武 2016-11-20 11:59:38 +08:00
parent 5a1ef07d3e
commit 9fff9e6484
No known key found for this signature in database
GPG key ID: 26525665AE727D37

View file

@ -1289,7 +1289,8 @@ (define-public gtk-engines
(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")