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:
parent
6770d7aa4d
commit
a212ab8899
|
@ -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"];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue