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

* gnu/packages/gtk.scm (gtk-engines): Move gtk+ to 'inputs'.
master
宋文武 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
1 changed files with 2 additions and 1 deletions

View File

@ -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")