lean: fixed build
This commit is contained in:
parent
82b74ae425
commit
c944422863
@ -14,7 +14,10 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ gmp mpfr luajit boost cmake python gperftools ninja ];
|
buildInputs = [ gmp mpfr luajit boost cmake python gperftools ninja ];
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
preConfigure = "cd src";
|
preConfigure = ''
|
||||||
|
patchShebangs bin/leantags
|
||||||
|
cd src
|
||||||
|
'';
|
||||||
|
|
||||||
cmakeFlags = [ "-DCMAKE_BUILD_TYPE=Release" ];
|
cmakeFlags = [ "-DCMAKE_BUILD_TYPE=Release" ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user