guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: python2-minimal: Rename to "python2-minimal".


From: Ricardo Wurmus
Subject: 02/02: gnu: python2-minimal: Rename to "python2-minimal".
Date: Fri, 16 Mar 2018 16:59:04 -0400 (EDT)

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

commit 23c0d40e1312663ef553ba7b6415a0ac483b591e
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Mar 16 21:58:31 2018 +0100

    gnu: python2-minimal: Rename to "python2-minimal".
    
    * gnu/packages/python.scm (python2-minimal)[name]: Change to
    "python2-minimal".
---
 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 4ee9804..a8e266e 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -445,7 +445,7 @@ data types.")
 
 (define-public python2-minimal
   (package (inherit python-2)
-    (name "python-minimal")
+    (name "python2-minimal")
     (outputs '("out"))
 
     ;; Keep zlib, which is used by 'pip' (via the 'zipimport' module), which



reply via email to

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