From 9d1bd7c8806366b299d32e40cf8545b07da901bd Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 3 Sep 2018 10:18:13 -0700 Subject: [PATCH] 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. --- pkgs/applications/office/ledger/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/applications/office/ledger/default.nix b/pkgs/applications/office/ledger/default.nix index 10b971463e3..387a71aa04e 100644 --- a/pkgs/applications/office/ledger/default.nix +++ b/pkgs/applications/office/ledger/default.nix @@ -24,11 +24,6 @@ stdenv.mkDerivation rec { 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 # broken in ledger... postInstall = ''