summarylogtreecommitdiffstats
path: root/guix-1.4.0-tests-guix-home.patch
diff options
context:
space:
mode:
authorTing-Wei Lan2023-03-19 12:14:57 +0800
committerTing-Wei Lan2023-03-19 12:14:57 +0800
commitc007c65bb9e107a1f9abc15adfae4671f531da1a (patch)
treeaab189d68077584046dac4aa03890f777eb1a01b /guix-1.4.0-tests-guix-home.patch
parent06b3bedf22151d900bf477558113fb6ece988184 (diff)
downloadaur-guix.tar.gz
guix: 1.3.0 -> 1.4.0
Diffstat (limited to 'guix-1.4.0-tests-guix-home.patch')
-rw-r--r--guix-1.4.0-tests-guix-home.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/guix-1.4.0-tests-guix-home.patch b/guix-1.4.0-tests-guix-home.patch
new file mode 100644
index 000000000000..8dc3fb063507
--- /dev/null
+++ b/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
+