guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: wrap-python3: Create more symlinks.


From: Andreas Enge
Subject: 01/01: gnu: wrap-python3: Create more symlinks.
Date: Thu, 23 Jun 2016 19:56:51 +0000 (UTC)

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

commit 5b32f07907ef9f5592fada7f7f0df45ce20f75e8
Author: Hartmut Goebel <address@hidden>
Date:   Fri Jun 17 21:45:12 2016 +0200

    gnu: wrap-python3: Create more symlinks.
    
    * gnu/pyckages/python.csm (wrap-python3): Create additional symlinks for
      pip and python-config.
    
    Signed-off-by: Andreas Enge <address@hidden>
---
 gnu/packages/python.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 602da2d..b66adfb 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -346,8 +346,8 @@ data types.")
                   (lambda (old new)
                     (symlink (string-append python old)
                              (string-append bin "/" new)))
-                  `("python3" ,"pydoc3" ,"idle3")
-                  `("python"  ,"pydoc"  ,"idle"))))))
+                  `("python3" ,"pydoc3" ,"idle3" ,"pip3" ,"python3-config")
+                  `("python"  ,"pydoc"  ,"idle"  ,"pip"  ,"python-config"))))))
     (synopsis "Wrapper for the Python 3 commands")
     (description
      "This package provides wrappers for the commands of address@hidden such



reply via email to

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