Revert "ledger: Enable building of tests, and concurrent make"
This reverts commit acfa8cb2a98f96d96c46b52c7563f0be3bf4e700. This fails because none of the tests seems to be working for the version that's in nixpkgs master.
This commit is contained in:
parent
acfa8cb2a9
commit
9d1bd7c880
@ -24,11 +24,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
cmakeFlags = [ "-DCMAKE_INSTALL_LIBDIR=lib" (stdenv.lib.optionalString usePython "-DUSE_PYTHON=true") ];
|
cmakeFlags = [ "-DCMAKE_INSTALL_LIBDIR=lib" (stdenv.lib.optionalString usePython "-DUSE_PYTHON=true") ];
|
||||||
|
|
||||||
buildPhase = "make -j$NIX_BUILD_CORES";
|
|
||||||
checkPhase = "ctest -j$NIX_BUILD_CORES";
|
|
||||||
|
|
||||||
doCheck = true;
|
|
||||||
|
|
||||||
# Skip byte-compiling of emacs-lisp files because this is currently
|
# Skip byte-compiling of emacs-lisp files because this is currently
|
||||||
# broken in ledger...
|
# broken in ledger...
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user