lean: fixed build

This commit is contained in:
Pascal Wittmann 2015-05-16 12:12:34 +02:00
parent 82b74ae425
commit c944422863

View file

@ -14,7 +14,10 @@ stdenv.mkDerivation rec {
buildInputs = [ gmp mpfr luajit boost cmake python gperftools ninja ];
enableParallelBuilding = true;
preConfigure = "cd src";
preConfigure = ''
patchShebangs bin/leantags
cd src
'';
cmakeFlags = [ "-DCMAKE_BUILD_TYPE=Release" ];