summaryrefslogtreecommitdiff
path: root/pcr/guix/guix-1.4.0-tests-guix-home.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/guix/guix-1.4.0-tests-guix-home.patch')
-rw-r--r--pcr/guix/guix-1.4.0-tests-guix-home.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/pcr/guix/guix-1.4.0-tests-guix-home.patch b/pcr/guix/guix-1.4.0-tests-guix-home.patch
new file mode 100644
index 000000000..8dc3fb063
--- /dev/null
+++ b/pcr/guix/guix-1.4.0-tests-guix-home.patch
@@ -0,0 +1,14 @@
+diff --git a/tests/guix-home.sh b/tests/guix-home.sh
+index 3151f66683..11b068ca43 100644
+--- a/tests/guix-home.sh
++++ b/tests/guix-home.sh
+@@ -36,8 +36,8 @@ container_supported ()
+ fi
+ }
+
+-NIX_STORE_DIR="$(guile -c '(use-modules (guix config))(display %storedir)')"
+ localstatedir="$(guile -c '(use-modules (guix config))(display %localstatedir)')"
++NIX_STORE_DIR="$(guile -c '(use-modules (guix config))(display %storedir)')"
+ GUIX_DAEMON_SOCKET="$localstatedir/guix/daemon-socket/socket"
+ export NIX_STORE_DIR GUIX_DAEMON_SOCKET
+