From ebfdfdb7e4e358ca18484e40482d7c36e395a37b Mon Sep 17 00:00:00 2001 From: Eelco Dolstra <eelco.dolstra@logicblox.com> Date: Wed, 5 Nov 2014 14:42:04 +0100 Subject: [PATCH] geeqie: Disable libchamplain dependency for now It causes Geeqie to depend on both GTK+ 2 and 3, which is undesirable. --- pkgs/applications/graphics/geeqie/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/graphics/geeqie/default.nix b/pkgs/applications/graphics/geeqie/default.nix index 40b077ea8875..033a2027ec6b 100644 --- a/pkgs/applications/graphics/geeqie/default.nix +++ b/pkgs/applications/graphics/geeqie/default.nix @@ -17,7 +17,7 @@ stdenv.mkDerivation rec { buildInputs = [ autoconf automake libtool pkgconfig gtk libpng exiv2 lcms intltool gettext - libchamplain + #libchamplain ]; postInstall = ''