stockfish: fix install target

This commit is contained in:
Peter Simons 2016-05-08 15:16:11 +02:00
parent 3f19d757cb
commit d9e51222fe

View file

@ -16,8 +16,8 @@ stdenv.mkDerivation rec {
buildInputs = [ unzip ];
postUnpack = "sourceRoot+=/src";
makeFlags = [ "PREFIX=$out" "ARCH=${arch}" ];
buildFlags = "build";
makeFlags = [ "PREFIX=$(out)" "ARCH=${arch}" ];
buildFlags = "build ";
enableParallelBuilding = true;