mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
Try updating WebKit. Dependency check passes; will abuse Hydra to build it all.
svn path=/nixpkgs/trunk/; revision=22304
This commit is contained in:
parent
1daa883f8c
commit
b24d67c772
|
@ -13,7 +13,7 @@ rec {
|
|||
gettext libjpeg libpng libtiff libxml2 libxslt pango
|
||||
sqlite icu gperf bison flex autoconf automake libtool
|
||||
perl intltool pkgconfig libsoup gtkdoc libXt libproxy
|
||||
enchant
|
||||
enchant python ruby
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
@ -23,10 +23,15 @@ rec {
|
|||
configureCommand = "./autogen.sh ";
|
||||
configureFlags = [
|
||||
"--enable-3D-transforms"
|
||||
"--enable-filters"
|
||||
"--enable-web-sockets"
|
||||
# WML fails recent builds..
|
||||
# "--enable-wml"
|
||||
"--enable-indexeddb"
|
||||
"--enable-image-resizer"
|
||||
"--enable-xhtmlmp"
|
||||
"--enable-mathml"
|
||||
"--enable-wml"
|
||||
"--enable-blob-slice"
|
||||
"--enable-file-reader"
|
||||
"--enable-file-writer"
|
||||
];
|
||||
|
||||
/* doConfigure should be specified separately */
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
rec {
|
||||
version="r53178";
|
||||
name="webkit-r53178";
|
||||
hash="0452kfqd73igmkgp0v4w13lk3ycypqz4zl9hnspg7ns5vlyknqcn";
|
||||
url="http://builds.nightly.webkit.org/files/trunk/src/WebKit-r53178.tar.bz2";
|
||||
advertisedUrl="http://builds.nightly.webkit.org/files/trunk/src/WebKit-r53178.tar.bz2";
|
||||
version="r61173";
|
||||
name="webkit-r61173";
|
||||
hash="1gmqgf3scbac682dkbzrfkl876y46j8rxd9asjqcx7xm4m6hrlkn";
|
||||
url="http://builds.nightly.webkit.org/files/trunk/src/WebKit-r61173.tar.bz2";
|
||||
advertisedUrl="http://builds.nightly.webkit.org/files/trunk/src/WebKit-r61173.tar.bz2";
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -5363,7 +5363,8 @@ let
|
|||
inherit freetype fontconfig gettext gperf curl
|
||||
libjpeg libtiff libpng libxml2 libxslt sqlite
|
||||
icu cairo perl intltool automake libtool
|
||||
pkgconfig autoconf bison libproxy enchant;
|
||||
pkgconfig autoconf bison libproxy enchant
|
||||
python ruby;
|
||||
inherit (gst_all) gstreamer gstPluginsBase gstFfmpeg
|
||||
gstPluginsGood;
|
||||
flex = flex2535;
|
||||
|
|
Loading…
Reference in a new issue