self: Remove unused variable.
authorLudovic Courtès <ludo@gnu.org>
Tue, 16 Apr 2019 21:23:02 +0000 (23:23 +0200)
committerLudovic Courtès <ludo@gnu.org>
Wed, 17 Apr 2019 09:53:53 +0000 (11:53 +0200)
This variable is unused since commit
45779fa676419de8838cb26b6c7a24678a2be1cd.

* guix/self.scm (%dependency-variables): Remove.
* build-aux/build-self.scm (%dependency-variables): Remove.

build-aux/build-self.scm
guix/self.scm

index a8b05eb..9619e0e 100644 (file)
 ;;; 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
index 7ba2764..de921e6 100644 (file)
@@ -753,10 +753,6 @@ Info manual."
 ;;; 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