lean: fixed build

wip/yesman
Pascal Wittmann 9 years ago
parent 82b74ae425
commit c944422863
  1. 5
      pkgs/applications/science/logic/lean/default.nix

@ -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" ];

Loading…
Cancel
Save