build-self: Do not rely on '%store-database-directory'.
Guix'es older than one week don't have this variable so requiring it would break things for them. * build-aux/build-self.scm (%config-variables): Remove '%store-database-directory'.master
parent
92d581a0fd
commit
d6b5aa0b03
|
@ -71,7 +71,9 @@
|
|||
(cons `(variable . ,variable)
|
||||
(variables rest ...))))))
|
||||
(variables %config-directory %localstatedir %state-directory
|
||||
%store-database-directory %store-directory
|
||||
;; Note: No '%store-database-directory', which is too recent
|
||||
;; and unnecessary anyway.
|
||||
%store-directory
|
||||
%storedir %sysconfdir %system)))
|
||||
|
||||
(define* (make-config.scm #:key libgcrypt zlib gzip xz bzip2
|
||||
|
|
Reference in New Issue