guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: python2-ipython: Fix inputs.


From: Hartmut Goebel
Subject: 03/05: gnu: python2-ipython: Fix inputs.
Date: Fri, 2 Dec 2016 17:08:10 +0000 (UTC)

htgoebel pushed a commit to branch master
in repository guix.

commit 77a6932adf29c1945289ccbdd84dc476c03e6915
Author: Hartmut Goebel <address@hidden>
Date:   Fri Dec 2 15:02:30 2016 +0100

    gnu: python2-ipython: Fix inputs.
    
    This fixes e62600feb6a3aca2304925ed8c0bb5a9060e38dd, where the inputs
    have been changed to native-inputs, but still extended from inputs.
    
    * gnu/packages/python.scm (python2-ipython)[native-inputs]: Extend
    from python-ipython's package-native-inputs.
---
 gnu/packages/python.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 24df71f..c2dac25 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4814,7 +4814,7 @@ computing.")
       ;; FIXME: add pyreadline once available.
       (native-inputs
        `(("python2-mock" ,python2-mock)
-         ,@(package-inputs ipython))))))
+         ,@(package-native-inputs ipython))))))
 
 (define-public python-isodate
   (package



reply via email to

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