mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
webkit-1.4: fix build (perl versions)
Setting perl 5.10 later on buildInputs so it detects this 5.10 perl instead of the 5.14 that comes through some propagatedBuildInputs. I don't know what one.
This commit is contained in:
parent
7bf4ec13f9
commit
a78098451e
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ rec {
|
|||
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
|
||||
enchant python ruby which renderproto libXrender geoclue
|
||||
intltool pkgconfig libsoup gtkdoc libXt libproxy
|
||||
enchant python ruby which renderproto libXrender geoclue perl
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue