geeqie: Disable libchamplain dependency for now

It causes Geeqie to depend on both GTK+ 2 and 3, which is undesirable.
This commit is contained in:
Eelco Dolstra 2014-11-05 14:42:04 +01:00
parent 4942acc0d9
commit ebfdfdb7e4

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
buildInputs = [
autoconf automake libtool pkgconfig gtk libpng exiv2 lcms intltool gettext
libchamplain
#libchamplain
];
postInstall = ''