From c82d34201794e3ba8dac9673f4151499b08bce8f Mon Sep 17 00:00:00 2001 From: LluĂ­s Batlle i Rossell Date: Thu, 24 Dec 2009 15:02:31 +0000 Subject: Ouch. I have a race condition between my commits and tests for the expressions I commit. svn path=/nixpkgs/trunk/; revision=19095 --- pkgs/applications/misc/xfontsel/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications/misc/xfontsel') diff --git a/pkgs/applications/misc/xfontsel/default.nix b/pkgs/applications/misc/xfontsel/default.nix index 9e920c597099..b875e51ecffb 100644 --- a/pkgs/applications/misc/xfontsel/default.nix +++ b/pkgs/applications/misc/xfontsel/default.nix @@ -26,5 +26,5 @@ stdenv.mkDerivation rec { licesnse = "free"; maintainers = with stdenv.lib.maintainers; [viric]; platforms = with stdenv.lib.platforms; linux; - } + }; } -- cgit 1.4.1