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:
parent
4942acc0d9
commit
ebfdfdb7e4
|
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [
|
||||
autoconf automake libtool pkgconfig gtk libpng exiv2 lcms intltool gettext
|
||||
libchamplain
|
||||
#libchamplain
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
|
|
Loading…
Reference in New Issue