mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: gsl: Add debug output.
* gnu/packages/maths.scm (gsl)[outputs]: Add "debug".
This commit is contained in:
parent
7109ac857a
commit
36e30a33e8
1 changed files with 1 additions and 1 deletions
|
@ -725,7 +725,7 @@ (define-public gsl
|
|||
(sha256
|
||||
(base32
|
||||
"0jxkxrnpys2j3rh8bzx0bmnh4w6xm28jd57rgxsjp0s863agpc6w"))))
|
||||
(outputs '("out" "static"))
|
||||
(outputs '("out" "static" "debug"))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list ;; FIXME: Setting CFLAGS=-fPIC is not only unnecessary, it's also
|
||||
|
|
Loading…
Reference in a new issue