summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-11-05 14:42:04 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-11-05 14:45:52 +0100
commitebfdfdb7e4e358ca18484e40482d7c36e395a37b (patch)
treede84f9eb746805aa922bca305ab0dec826b018e8 /pkgs/applications/graphics
parent4942acc0d96161435b22244bee1e6217c21f6b16 (diff)
downloadnixlib-ebfdfdb7e4e358ca18484e40482d7c36e395a37b.tar
nixlib-ebfdfdb7e4e358ca18484e40482d7c36e395a37b.tar.gz
nixlib-ebfdfdb7e4e358ca18484e40482d7c36e395a37b.tar.bz2
nixlib-ebfdfdb7e4e358ca18484e40482d7c36e395a37b.tar.lz
nixlib-ebfdfdb7e4e358ca18484e40482d7c36e395a37b.tar.xz
nixlib-ebfdfdb7e4e358ca18484e40482d7c36e395a37b.tar.zst
nixlib-ebfdfdb7e4e358ca18484e40482d7c36e395a37b.zip
geeqie: Disable libchamplain dependency for now
It causes Geeqie to depend on both GTK+ 2 and 3, which is undesirable.
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/geeqie/default.nix2
1 files changed, 1 insertions, 1 deletions
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 = ''