mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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
2 changed files with 0 additions and 8 deletions
|
@ -54,10 +54,6 @@ (define-module (build-self)
|
|||
;;; available at this point.
|
||||
;;;
|
||||
|
||||
(define %dependency-variables
|
||||
;; (guix config) variables corresponding to dependencies.
|
||||
'(%libgcrypt %libz %xz %gzip %bzip2))
|
||||
|
||||
(define %persona-variables
|
||||
;; (guix config) variables that define Guix's persona.
|
||||
'(%guix-package-name
|
||||
|
|
|
@ -753,10 +753,6 @@ (define (built-modules node-subset)
|
|||
;;; Generating (guix config).
|
||||
;;;
|
||||
|
||||
(define %dependency-variables
|
||||
;; (guix config) variables corresponding to dependencies.
|
||||
'(%libz %xz %gzip %bzip2))
|
||||
|
||||
(define %persona-variables
|
||||
;; (guix config) variables that define Guix's persona.
|
||||
'(%guix-package-name
|
||||
|
|
Loading…
Reference in a new issue