self: Remove unused variable.
This variable is unused since commit
45779fa676
.
* guix/self.scm (%dependency-variables): Remove.
* build-aux/build-self.scm (%dependency-variables): Remove.
This commit is contained in:
parent
a0158c26e2
commit
ab77b69eca
|
@ -54,10 +54,6 @@
|
||||||
;;; available at this point.
|
;;; available at this point.
|
||||||
;;;
|
;;;
|
||||||
|
|
||||||
(define %dependency-variables
|
|
||||||
;; (guix config) variables corresponding to dependencies.
|
|
||||||
'(%libgcrypt %libz %xz %gzip %bzip2))
|
|
||||||
|
|
||||||
(define %persona-variables
|
(define %persona-variables
|
||||||
;; (guix config) variables that define Guix's persona.
|
;; (guix config) variables that define Guix's persona.
|
||||||
'(%guix-package-name
|
'(%guix-package-name
|
||||||
|
|
|
@ -753,10 +753,6 @@ Info manual."
|
||||||
;;; Generating (guix config).
|
;;; Generating (guix config).
|
||||||
;;;
|
;;;
|
||||||
|
|
||||||
(define %dependency-variables
|
|
||||||
;; (guix config) variables corresponding to dependencies.
|
|
||||||
'(%libz %xz %gzip %bzip2))
|
|
||||||
|
|
||||||
(define %persona-variables
|
(define %persona-variables
|
||||||
;; (guix config) variables that define Guix's persona.
|
;; (guix config) variables that define Guix's persona.
|
||||||
'(%guix-package-name
|
'(%guix-package-name
|
||||||
|
|
Loading…
Reference in New Issue