me
/
guix
Archived
1
0
Fork 0

gnu: gtk+: Add a debug output.

* gnu/packages/gtk.scm (gtk+-2)[outputs]{debug}: New output.
master
Maxim Cournoyer 2021-03-10 12:14:59 -05:00
parent f1240adb9f
commit 3c181f9765
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 1 deletions

View File

@ -919,7 +919,7 @@ is part of the GNOME accessibility project.")
"gtk2-respect-GUIX_GTK2_IM_MODULE_FILE.patch"
"gtk2-theme-paths.patch"))))
(build-system gnu-build-system)
(outputs '("out" "bin" "doc"))
(outputs '("out" "bin" "doc" "debug"))
(propagated-inputs
`(("atk" ,atk)
("cairo" ,cairo)