Disable libchamplain support in geeqie
It depends on old libchamplain which fails to build with newer glib. svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33187
This commit is contained in:
parent
a658884c17
commit
23dbae430f
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, fetchurl, pkgconfig, gtk, libpng, exiv2, lcms
|
{ stdenv, fetchurl, pkgconfig, gtk, libpng, exiv2, lcms
|
||||||
, intltool, gettext, libchamplain, fbida }:
|
, intltool, gettext, fbida }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "geeqie-1.0";
|
name = "geeqie-1.0";
|
||||||
|
@ -9,18 +9,10 @@ stdenv.mkDerivation rec {
|
||||||
sha256 = "1p8z47cqdqqkn8b0fr5bqsfinz4dgqk4353s8f8d9ha6cik69bfi";
|
sha256 = "1p8z47cqdqqkn8b0fr5bqsfinz4dgqk4353s8f8d9ha6cik69bfi";
|
||||||
};
|
};
|
||||||
|
|
||||||
preConfigure =
|
|
||||||
# XXX: Trick to have Geeqie use the version we have.
|
|
||||||
'' sed -i "configure" \
|
|
||||||
-e 's/champlain-0.4/champlain-0.6/g ;
|
|
||||||
s/champlain-gtk-0.4/champlain-gtk-0.6/g'
|
|
||||||
'';
|
|
||||||
|
|
||||||
configureFlags = [ "--enable-gps" ];
|
configureFlags = [ "--enable-gps" ];
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ pkgconfig gtk libpng exiv2 lcms intltool gettext
|
[ pkgconfig gtk libpng exiv2 lcms intltool gettext
|
||||||
libchamplain
|
|
||||||
];
|
];
|
||||||
|
|
||||||
postInstall =
|
postInstall =
|
||||||
|
|
Loading…
Reference in New Issue