From 0626f567378cf549fd097f3c3372fa498000a8a3 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Tue, 18 Feb 2025 15:38:15 -0800 Subject: [PATCH] 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. --- gnu/packages/patches/racket-launcher-config-dir.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/patches/racket-launcher-config-dir.patch b/gnu/packages/patches/racket-launcher-config-dir.patch index 9a1eec6e8bc0bb2e72c86b3327ce097d71c0929b..28b71ee6b7432c4889ab03dc8cc8fa6908a85388 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