guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: address@hidden: Provide "python2-nose".


From: guix-commits
Subject: 01/01: gnu: address@hidden: Provide "python2-nose".
Date: Sun, 25 Nov 2018 10:57:28 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 9b3e11f6a874be3412aacd94634de74e1c70cd53
Author: Marius Bakke <address@hidden>
Date:   Sun Nov 25 16:56:26 2018 +0100

    gnu: address@hidden: Provide "python2-nose".
    
    Also remove other native-inputs since they appear unnecessary.
    
    * gnu/packages/python.scm (python2-numpy-1.8)[native-inputs]: New field.
---
 gnu/packages/python.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index d9bea45..6f967c5 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3056,6 +3056,8 @@ include_dirs = ~a/include:~a/include
                            (assoc-ref inputs "openblas")
                            (assoc-ref inputs "lapack"))))
                #t))))))
+    (native-inputs
+     `(("python2-nose" ,python2-nose)))
     (description "NumPy is the fundamental package for scientific computing
 with Python.  It contains among other things: a powerful N-dimensional array
 object, sophisticated (broadcasting) functions, tools for integrating C/C++



reply via email to

[Prev in Thread] Current Thread [Next in Thread]