From f5609042c046fd8b7118eb05ccafbe2e4025abeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Thu, 21 Jul 2011 14:58:13 +0000 Subject: [PATCH] I broke fossil in a commit where I did not mean even to touch it. svn path=/nixpkgs/trunk/; revision=27880 --- pkgs/applications/version-management/fossil/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/version-management/fossil/default.nix b/pkgs/applications/version-management/fossil/default.nix index 2d20ab739a4..002226292b0 100644 --- a/pkgs/applications/version-management/fossil/default.nix +++ b/pkgs/applications/version-management/fossil/default.nix @@ -18,6 +18,8 @@ stdenv.mkDerivation { doCheck = true; + configurePhase = ":"; + checkTarget = "test"; installPhase = ''