mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
stockfish: fix install target
This commit is contained in:
parent
3f19d757cb
commit
d9e51222fe
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user