mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
Revert "gnu: gsl: Add debug output."
This reverts commit 36e30a33e8
, which
triggers too many rebuilds (‘gsl’ has 2.9K dependents).
Change-Id: Ia0f0968b23dbf8234c69973eaf71d33a2e8c0690
This commit is contained in:
parent
36e30a33e8
commit
c4a2b99f7d
1 changed files with 1 additions and 1 deletions
|
@ -725,7 +725,7 @@ (define-public gsl
|
|||
(sha256
|
||||
(base32
|
||||
"0jxkxrnpys2j3rh8bzx0bmnh4w6xm28jd57rgxsjp0s863agpc6w"))))
|
||||
(outputs '("out" "static" "debug"))
|
||||
(outputs '("out" "static"))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list ;; FIXME: Setting CFLAGS=-fPIC is not only unnecessary, it's also
|
||||
|
|
Loading…
Reference in a new issue