mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
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
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ (define %state-directory
|
|||
(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 a new issue