From d7f698c078cc5f69024d2b9e70497ebe92826b6e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 7 Jul 2011 22:48:44 +0000 Subject: [PATCH] ledger: enable the test suite svn path=/nixpkgs/trunk/; revision=27659 --- pkgs/applications/office/ledger/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/office/ledger/default.nix b/pkgs/applications/office/ledger/default.nix index 6070087008e..c1cd4b42a02 100644 --- a/pkgs/applications/office/ledger/default.nix +++ b/pkgs/applications/office/ledger/default.nix @@ -33,6 +33,7 @@ stdenv.mkDerivation { configureFlags = "CPPFLAGS=-DNDEBUG CFLAGS=-O3 CXXFLAGS=-O3"; dontPatchELF = true; + doCheck = true; meta = { homepage = "http://ledger-cli.org/";