racket, racket-minimal: 7.1 -> 7.2 (#54994)

The old src/configure has been split into src/lt/configure for
classical Racket and src/cs/c/configure for Racket CS (Racket on Chez
Scheme).
This commit is contained in:
Claes Wallin (韋嘉誠) 2019-02-04 06:52:59 +01:00 committed by Michael Raskin
parent c77728de7b
commit f81c0c1d8e

View file

@ -67,7 +67,7 @@ stdenv.mkDerivation rec {
preConfigure = ''
unset AR
for f in src/configure src/racket/src/string.c; do
for f in src/lt/configure src/cs/c/configure src/racket/src/string.c; do
substituteInPlace "$f" --replace /usr/bin/uname ${coreutils}/bin/uname
done
mkdir src/build