guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: guix: The variable for the last release is now 'guix-release


From: Ludovic Courtès
Subject: 03/03: gnu: guix: The variable for the last release is now 'guix-release'.
Date: Thu, 4 May 2017 17:51:53 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit e9491fb5cae510de538f940ea8318b3a33a8bd8e
Author: Ludovic Courtès <address@hidden>
Date:   Thu May 4 23:30:04 2017 +0200

    gnu: guix: The variable for the last release is now 'guix-release'.
    
    * gnu/packages/package-management.scm (guix-0.12.0): Rename to...
    (guix-release): ... this.  Adjust users.
---
 gnu/packages/package-management.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/package-management.scm 
b/gnu/packages/package-management.scm
index a931a0e..660c039 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -68,7 +68,7 @@
                         arch "-linux"
                         "/20131110/guile-2.0.9.tar.xz"))))
 
-(define-public guix-0.12.0
+(define-public guix-release
   (package
     (name "guix")
     (version "0.12.0")
@@ -236,7 +236,7 @@ the Nix package manager.")
   ;; Note: use a very short commit id; with a longer one, the limit on
   ;; hash-bang lines would be exceeded while running the tests.
   (let ((commit "25a49294caf2386e65fc1b12a2508324be0b1cc2"))
-    (package (inherit guix-0.12.0)
+    (package (inherit guix-release)
       (version (string-append "0.12.0-9." (string-take commit 4)))
       (source (origin
                 (method git-fetch)
@@ -250,7 +250,7 @@ the Nix package manager.")
                   "0p4rh0629j89v4ka5dsp70a1xrfhg7sxjjq54p68vw7x5dkann4a"))
                 (file-name (string-append "guix-" version "-checkout"))))
       (arguments
-       (substitute-keyword-arguments (package-arguments guix-0.12.0)
+       (substitute-keyword-arguments (package-arguments guix-release)
          ((#:configure-flags flags)
           ;; Set 'DOT_USER_PROGRAM' to the empty string so we don't keep a
           ;; reference to Graphviz, whose closure is pretty big (too big for



reply via email to

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