mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue