3
0
Fork 0
forked from mirrors/nixpkgs

gnome-keyring is not what we really need in libsoup for WebKit, so build fresh libsoup without Gnome features causing failure

svn path=/nixpkgs/trunk/; revision=16827
This commit is contained in:
Michael Raskin 2009-08-24 07:29:37 +00:00
parent 6770d7aa4d
commit a212ab8899

View file

@ -17,4 +17,5 @@ stdenv.mkDerivation {
export ACLOCAL_FLAGS='-I ${pkgconfig}/share/aclocal -I ${gtk_doc}/share/aclocal -I ${libtool}/share/aclocal' export ACLOCAL_FLAGS='-I ${pkgconfig}/share/aclocal -I ${gtk_doc}/share/aclocal -I ${libtool}/share/aclocal'
./autogen.sh ./autogen.sh
''; '';
configureFlags = ["--without-gnome"];
} }