Adding 'glib' as buildInput to webkit (its configure script wanteed it).
Naming all the buildInputs as for the target system (s/buildNativeInputs/buildInputs). svn path=/nixpkgs/trunk/; revision=20002
This commit is contained in:
parent
de25c3f41d
commit
dac3633341
@ -9,7 +9,7 @@ rec {
|
||||
sha256 = s.hash;
|
||||
};
|
||||
|
||||
buildNativeInputs = [gtk atk cairo curl fontconfig freetype
|
||||
buildInputs = [gtk glib atk cairo curl fontconfig freetype
|
||||
gettext libjpeg libpng libtiff libxml2 libxslt pango
|
||||
sqlite icu gperf bison flex autoconf automake libtool
|
||||
perl intltool pkgconfig libsoup gtkdoc libXt libproxy
|
||||
|
Loading…
Reference in New Issue
Block a user