gnu: gsl-static: Remove variable.

* gnu/packages/maths.scm (gsl-static): Remove variable.

Change-Id: I20af472e62582b403afa4be80b2d3f725903dabc
This commit is contained in:
Efraim Flashner 2023-12-17 17:17:38 +02:00 committed by Ludovic Courtès
parent 53bec65c51
commit 2b93fed8fa
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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")