lean: build olean files
This commit is contained in:
parent
81c5e31043
commit
8279979f38
@ -15,9 +15,13 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ gmp ];
|
||||
enableParallelBuilding = true;
|
||||
|
||||
preConfigure = ''
|
||||
cd src
|
||||
'';
|
||||
cmakeDir = "../src";
|
||||
|
||||
# Running the tests is required to build the *.olean files for the core
|
||||
# library.
|
||||
doCheck = true;
|
||||
|
||||
postPatch = "patchShebangs .";
|
||||
|
||||
postInstall = stdenv.lib.optionalString stdenv.isDarwin ''
|
||||
substituteInPlace $out/bin/leanpkg \
|
||||
|
Loading…
Reference in New Issue
Block a user