gnu: gtk+: Add "bin" output.

* gnu/packages/gtk.scm (gtk+)[outputs]: New field.
This commit is contained in:
宋文武 2016-08-06 18:27:17 +08:00
parent 324caeb109
commit 7b808d76d6
No known key found for this signature in database
GPG key ID: 26525665AE727D37

View file

@ -625,6 +625,7 @@ (define-public gtk+
(base32
"157nh9gg0p2avw765hrnkvr8lsh2w811397yxgjv6q5j4fzz6d1q"))
(patches (search-patches "gtk3-respect-GUIX_GTK3_PATH.patch"))))
(outputs '("out" "bin" "doc"))
(propagated-inputs
`(("at-spi2-atk" ,at-spi2-atk)
("atk" ,atk)