mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: gsl-static: Remove variable.
* gnu/packages/maths.scm (gsl-static): Remove variable. Change-Id: I20af472e62582b403afa4be80b2d3f725903dabc
This commit is contained in:
parent
53bec65c51
commit
2b93fed8fa
1 changed files with 0 additions and 9 deletions
|
@ -804,15 +804,6 @@ (define-public gsl
|
|||
|
||||
(license license:gpl3+)))
|
||||
|
||||
;; TODO: Merge back into the gsl package as a separate output.
|
||||
(define-public gsl-static
|
||||
(package/inherit gsl
|
||||
(name "gsl-static")
|
||||
(arguments
|
||||
`(,@(package-arguments gsl)
|
||||
#:configure-flags (list "--disable-shared")
|
||||
#:make-flags (list "CFLAGS=-fPIC")))))
|
||||
|
||||
(define-public sleef
|
||||
(package
|
||||
(name "sleef")
|
||||
|
|
Loading…
Reference in a new issue