all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 1e018eaa798aaff96d2aedfa0723210404a2f5b7 829 bytes (raw)
name: gnu/packages/patches/racket-gui-tethered-launcher-backport.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
 
From aa792e707b1fbc5cc33691bfaee5828dc3fbebaa Mon Sep 17 00:00:00 2001
From: Matthew Flatt <mflatt@racket-lang.org>
Date: Mon, 31 Jan 2022 15:31:22 -0700
Subject: [PATCH] fix creation of tethered launchers

Related to racket/racket#4133

(cherry picked from commit 563c68432f127729592f234ef30c31e92618b517)
---
 gui-lib/mred/installer.rkt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gui-lib/mred/installer.rkt b/gui-lib/mred/installer.rkt
index b1691472..9ef06c53 100644
--- a/gui-lib/mred/installer.rkt
+++ b/gui-lib/mred/installer.rkt
@@ -72,4 +72,5 @@
    (list "-A" (path->string (find-system-path 'addon-dir)))))
 
 (define (config-flags)
-  (list "-G" (path->string (find-config-dir))))
+  (list "-X" (path->string (find-collects-dir))
+        "-G" (path->string (find-config-dir))))
-- 
2.32.0


debug log:

solving 1e018eaa79 ...
found 1e018eaa79 in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.