mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: guile-gnutls: Add the debug output.
So that debug symbols are available for debugging segfaults involving guile-gnutls. * gnu/packages/tls.scm (guile-gnutls)[outputs]: Add debug. Change-Id: Id447147b37ec0af76d0fcd568850d8f45fffa88d
This commit is contained in:
parent
ef7d7a59ec
commit
91abb6278f
1 changed files with 1 additions and 0 deletions
|
|
@ -338,6 +338,7 @@ required structures.")
|
|||
(base32
|
||||
"0fdjmy9vfjwk2v616nan1zz6iy9i086vrh5mdcsfqxi00ckbjk2v"))))
|
||||
(build-system gnu-build-system)
|
||||
(outputs '("out" "debug"))
|
||||
(arguments
|
||||
(list
|
||||
#:configure-flags
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue