mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
lean: fixed build
This commit is contained in:
parent
82b74ae425
commit
c944422863
1 changed files with 4 additions and 1 deletions
|
@ -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…
Reference in a new issue