From 0ef1853275828c0fa265029e6d1bcf8746f4fa40 Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Tue, 16 Mar 2010 10:52:12 +0000 Subject: [PATCH] because i was too lazy, now the real reason: if I don't do this, mercurial fails to run on darwin svn path=/nixpkgs/trunk/; revision=20645 --- pkgs/development/libraries/ncurses/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/ncurses/default.nix b/pkgs/development/libraries/ncurses/default.nix index 5a8e91f8a35..344db123801 100644 --- a/pkgs/development/libraries/ncurses/default.nix +++ b/pkgs/development/libraries/ncurses/default.nix @@ -53,4 +53,4 @@ stdenv.mkDerivation ( rec { license = "X11"; }; -} // ( if stdenv.isDarwin then { postFixup = "rm $out/lib/*.so"; } else {} ) ) +} // ( if stdenv.isDarwin then { postFixup = "rm $out/lib/*.so"; } else { } ) )