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 = [
|
buildInputs = [
|
||||||
autoconf automake libtool pkgconfig gtk libpng exiv2 lcms intltool gettext
|
autoconf automake libtool pkgconfig gtk libpng exiv2 lcms intltool gettext
|
||||||
libchamplain
|
#libchamplain
|
||||||
];
|
];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user