Re: [PATCH 1/2] gnu: racket: Patch dynamically loaded libraries with absolute paths.

2016-07-21 Thread Ludovic Courtès
宋文武 skribis: > * gnu/packages/scheme.scm (racket)[arguments]: Patch 'ffi-lib' calls to > absolute paths in 'pre-configure' phase. Remove 'wrap-programs' phase. Awesome, go ahead! (I tried to do this long ago and eventually gave up…) Ludo’.

[PATCH 1/2] gnu: racket: Patch dynamically loaded libraries with absolute paths.

2016-07-19 Thread 宋文武
* gnu/packages/scheme.scm (racket)[arguments]: Patch 'ffi-lib' calls to absolute paths in 'pre-configure' phase. Remove 'wrap-programs' phase. --- gnu/packages/scheme.scm | 105 ++-- 1 file changed, 65 insertions(+), 40 deletions(-) diff --git a/gnu/pa