gnu: python-scipy: Declare python2-variant.
This is a followup to a50e030141
.
* gnu/packages/python.scm (python-scipy)[properties]: New field.
This commit is contained in:
parent
2c1cad7ad2
commit
9200fe14f7
|
@ -4036,6 +4036,7 @@ atlas_libs = openblas
|
|||
(description "The SciPy library is one of the core packages that make up
|
||||
the SciPy stack. It provides many user-friendly and efficient numerical
|
||||
routines such as routines for numerical integration and optimization.")
|
||||
(properties `((python2-variant . ,(delay python2-scipy))))
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public python2-scipy
|
||||
|
|
Loading…
Reference in New Issue