gnu: glib: Add a debug output.
* gnu/packages/glib.scm (glib)[outputs]: Add "debug".
This commit is contained in:
parent
ca080b3efb
commit
f3d9892011
1 changed files with 2 additions and 1 deletions
|
@ -197,7 +197,8 @@ shared NFS home directories.")
|
||||||
#t))))
|
#t))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(outputs '("out" ; everything
|
(outputs '("out" ; everything
|
||||||
"bin")) ; glib-mkenums, gtester, etc.; depends on Python
|
"bin" ; glib-mkenums, gtester, etc.; depends on Python
|
||||||
|
"debug"))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("pcre" ,pcre) ; in the Requires.private field of glib-2.0.pc
|
`(("pcre" ,pcre) ; in the Requires.private field of glib-2.0.pc
|
||||||
("libffi" ,libffi) ; in the Requires.private field of gobject-2.0.pc
|
("libffi" ,libffi) ; in the Requires.private field of gobject-2.0.pc
|
||||||
|
|
Reference in a new issue