commit
b2223ebf69
@ -17,9 +17,9 @@ assert stdenv.gcc ? libc && stdenv.gcc.libc != null;
|
|||||||
|
|
||||||
rec {
|
rec {
|
||||||
|
|
||||||
firefoxVersion = "25.0.1";
|
firefoxVersion = "26.0";
|
||||||
|
|
||||||
xulVersion = "25.0.1"; # this attribute is used by other packages
|
xulVersion = "26.0"; # this attribute is used by other packages
|
||||||
|
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
@ -29,7 +29,7 @@ rec {
|
|||||||
# Fall back to this url for versions not available at releases.mozilla.org.
|
# Fall back to this url for versions not available at releases.mozilla.org.
|
||||||
"http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${firefoxVersion}/source/firefox-${firefoxVersion}.source.tar.bz2"
|
"http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${firefoxVersion}/source/firefox-${firefoxVersion}.source.tar.bz2"
|
||||||
];
|
];
|
||||||
sha1 = "592ebd242c4839ef0e18707a7e959d8bed2a98f3";
|
sha1 = "f7c6642d6f62aea8d4eced48dd27aba0634edcd5";
|
||||||
};
|
};
|
||||||
|
|
||||||
commonConfigureFlags =
|
commonConfigureFlags =
|
||||||
@ -143,6 +143,7 @@ rec {
|
|||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
./disable-reporter.patch # fixes "search box not working when built on xulrunner"
|
./disable-reporter.patch # fixes "search box not working when built on xulrunner"
|
||||||
|
./xpidl.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [xulrunner];
|
propagatedBuildInputs = [xulrunner];
|
||||||
|
11
pkgs/applications/networking/browsers/firefox/xpidl.patch
Normal file
11
pkgs/applications/networking/browsers/firefox/xpidl.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- mozilla-release/python/mozbuild/mozbuild/backend/recursivemake.py 2013-12-05 08:07:53.000000000 -0800
|
||||||
|
+++ mozilla-release_1/python/mozbuild/mozbuild/backend/recursivemake.py 2013-12-12 23:38:39.697318563 -0800
|
||||||
|
@@ -421,7 +421,7 @@
|
||||||
|
def _handle_idl_manager(self, manager):
|
||||||
|
build_files = self._purge_manifests['xpidl']
|
||||||
|
|
||||||
|
- for p in ('Makefile', 'backend.mk', '.deps/.mkdir.done',
|
||||||
|
+ for p in ('Makefile.in', 'Makefile', 'backend.mk', '.deps/.mkdir.done',
|
||||||
|
'xpt/.mkdir.done'):
|
||||||
|
build_files.add(p)
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user