fsharp: fix missing --replace argument

This should fix the Hydra build.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2014-03-29 19:55:07 -05:00
parent 090ee41e6b
commit c038133721

View File

@ -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
'';