Skip to content
Snippets Groups Projects
Unverified Commit ab77b69e authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

self: Remove unused variable.

This variable is unused since commit
45779fa6.

* guix/self.scm (%dependency-variables): Remove.
* build-aux/build-self.scm (%dependency-variables): Remove.
parent a0158c26
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment