gnu: nettle: Add debug output.
* gnu/packages/nettle.scm (nettle)[outputs]: Add debug output.
This commit is contained in:
parent
260b07a7d0
commit
8cba6fc9ee
|
@ -43,6 +43,7 @@
|
||||||
'(#:configure-flags (list (string-append "LDFLAGS=-Wl,-rpath="
|
'(#:configure-flags (list (string-append "LDFLAGS=-Wl,-rpath="
|
||||||
(assoc-ref %outputs "out")
|
(assoc-ref %outputs "out")
|
||||||
"/lib"))))
|
"/lib"))))
|
||||||
|
(outputs '("out" "debug"))
|
||||||
(native-inputs `(("m4" ,m4)))
|
(native-inputs `(("m4" ,m4)))
|
||||||
(propagated-inputs `(("gmp" ,gmp)))
|
(propagated-inputs `(("gmp" ,gmp)))
|
||||||
(home-page "http://www.lysator.liu.se/~nisse/nettle/")
|
(home-page "http://www.lysator.liu.se/~nisse/nettle/")
|
||||||
|
|
Loading…
Reference in New Issue