fsharp: fix missing --replace argument
This should fix the Hydra build. Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
090ee41e6b
commit
c038133721
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ mono pkgconfig autoconf automake which ];
|
||||
configurePhase = ''
|
||||
substituteInPlace ./autogen.sh "/usr/bin/env sh" "/bin/sh"
|
||||
substituteInPlace ./autogen.sh --replace "/usr/bin/env sh" "/bin/sh"
|
||||
./autogen.sh --prefix $out
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user