mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
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:
parent
c77728de7b
commit
f81c0c1d8e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user