1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: Fix embedded store path in patch.

Embedding store paths breaks running "make dist".

Fixes: 696f2acbc7

* gnu/packages/patches/racket-launcher-config-dir.patch: Adjust reference to
store path.
This commit is contained in:
Vagrant Cascadian
2025-02-18 15:38:15 -08:00
parent 3dc8026d58
commit 0626f56737

View File

@@ -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