From 9200fe14f70506474cfc178dc8c1066bf00a5e7e Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Fri, 17 Feb 2017 00:57:11 +0000 Subject: gnu: python-scipy: Declare python2-variant. This is a followup to a50e03014177d2f00b5b85d3e1c295406f842016. * gnu/packages/python.scm (python-scipy)[properties]: New field. --- gnu/packages/python.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 89d8c5cb06..e7553bb82b 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -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 -- cgit v1.2.3