about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2011-07-07 22:48:44 +0000
committerPeter Simons <simons@cryp.to>2011-07-07 22:48:44 +0000
commitd7f698c078cc5f69024d2b9e70497ebe92826b6e (patch)
treed3f272aadb96e1e52bc0af9a61f3e25df6984137 /pkgs/applications/office
parentf05fce5e6e08177615a7a9ce85fc82148722eb1a (diff)
ledger: enable the test suite
svn path=/nixpkgs/trunk/; revision=27659
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/ledger/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/office/ledger/default.nix b/pkgs/applications/office/ledger/default.nix
index 6070087008e19..c1cd4b42a02aa 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/";