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.
This commit is contained in:
Ludovic Courtès 2017-05-04 23:30:04 +02:00
parent e6860b5e7f
commit e9491fb5ca
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 3 deletions

View File

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