Adding geoclue - as framework only, feel free to build it with proper data providers if you have a reason for that
svn path=/nixpkgs/trunk/; revision=25335
This commit is contained in:
@@ -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 python ruby which renderproto libXrender
|
||||
enchant python ruby which renderproto libXrender geoclue
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
@@ -27,21 +27,28 @@ rec {
|
||||
"--enable-web-timing"
|
||||
"--enable-image-resizer"
|
||||
|
||||
"--enable-geolocation"
|
||||
|
||||
# Not implemented?
|
||||
# "--enable-web-audio"
|
||||
|
||||
"--enable-mathml"
|
||||
|
||||
# https://bugs.webkit.org/show_bug.cgi?id=42943
|
||||
# "--enable-wml"
|
||||
# FIXED
|
||||
"--enable-wml"
|
||||
|
||||
# https://bugs.webkit.org/show_bug.cgi?id=45110
|
||||
# "--enable-indexed-database"
|
||||
|
||||
# Related bug is marked as closed, but seems to persist
|
||||
# "--enable-xhtmlmp"
|
||||
"--enable-xhtmlmp"
|
||||
|
||||
# "--enable-input-speech"
|
||||
|
||||
# https://bugs.webkit.org/show_bug.cgi?id=43878
|
||||
# "--enable-file-writer"
|
||||
# Related bug FIXED
|
||||
"--enable-file-writer"
|
||||
# "--enable-blob"
|
||||
|
||||
# May be or not be triggering https://bugs.webkit.org/show_bug.cgi?id=43878
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
rec {
|
||||
version="r70732";
|
||||
name="webkit-r70732";
|
||||
hash="1y81rir7mwqxd40i4zzq79c7wa0pvvgvk332k1j94xwqfrffnxzi";
|
||||
url="http://builds.nightly.webkit.org/files/trunk/src/WebKit-r70732.tar.bz2";
|
||||
advertisedUrl="http://builds.nightly.webkit.org/files/trunk/src/WebKit-r70732.tar.bz2";
|
||||
version="r74228";
|
||||
name="webkit-r74228";
|
||||
hash="1vwh72zzvj2p9lrs847wmcxgpjl2411blfk6ry3wczcdwg712a46";
|
||||
url="http://builds.nightly.webkit.org/files/trunk/src/WebKit-r74228.tar.bz2";
|
||||
advertisedUrl="http://builds.nightly.webkit.org/files/trunk/src/WebKit-r74228.tar.bz2";
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user