Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: acfa8cb2a98f
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9d1bd7c88063
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Sep 3, 2018

  1. Revert "ledger: Enable building of tests, and concurrent make"

    This reverts commit acfa8cb.
    
    This fails because none of the tests seems to be working for the version
    that's in nixpkgs master.
    jwiegley committed Sep 3, 2018
    Copy the full SHA
    9d1bd7c View commit details
Showing with 0 additions and 5 deletions.
  1. +0 −5 pkgs/applications/office/ledger/default.nix
5 changes: 0 additions & 5 deletions pkgs/applications/office/ledger/default.nix
Original file line number Diff line number Diff line change
@@ -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 = ''