config: Remove 'canonicalize-path' call.
The call was unnecessary and would cause test failures because 'test-tmp/db' does not exist initially. * guix/config.scm.in (%store-database-directory): Remove 'canonicalize-path' call.
This commit is contained in:
parent
751164bca1
commit
9953685c09
|
@ -83,7 +83,7 @@
|
|||
(string-append %localstatedir "/guix")))
|
||||
|
||||
(define %store-database-directory
|
||||
(or (and=> (getenv "NIX_DB_DIR") canonicalize-path)
|
||||
(or (getenv "NIX_DB_DIR")
|
||||
(string-append %state-directory "/db")))
|
||||
|
||||
(define %config-directory
|
||||
|
|
Loading…
Reference in New Issue