aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2025-02-18 15:38:15 -0800
committerVagrant Cascadian <vagrant@debian.org>2025-02-18 15:45:54 -0800
commit0626f567378cf549fd097f3c3372fa498000a8a3 (patch)
treebc9fe42e417e2c65aaec1bb5477db9d00530234d
parent3dc8026d58f9480547a595450a6483e0f13c1ba4 (diff)
downloadguix-0626f567378cf549fd097f3c3372fa498000a8a3.tar.gz
guix-0626f567378cf549fd097f3c3372fa498000a8a3.zip
gnu: Fix embedded store path in patch.
Embedding store paths breaks running "make dist". Fixes: 696f2acbc7ba0ab7874d7ee4766135b623f88424 * gnu/packages/patches/racket-launcher-config-dir.patch: Adjust reference to store path.
-rw-r--r--gnu/packages/patches/racket-launcher-config-dir.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/patches/racket-launcher-config-dir.patch b/gnu/packages/patches/racket-launcher-config-dir.patch
index 9a1eec6e8b..28b71ee6b7 100644
--- a/gnu/packages/patches/racket-launcher-config-dir.patch
+++ b/gnu/packages/patches/racket-launcher-config-dir.patch
@@ -24,7 +24,7 @@ error:
collection: "rash"
in collection directories:
${HOME}/.local/share/racket/8.14/collects
- /gnu/store/vn20i9xk22czljr9drwzwpgw209l49s8-racket-vm-cs-8.14/opt/racket-vm/collects/
+ /gnu/store/...-racket-vm-cs-8.14/opt/racket-vm/collects/
#+end_src
Adding the -G configuration option in the call to the racket binary fixes the