mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
GNU IceCat: Attempt to work around known bugs.
svn path=/nixpkgs/trunk/; revision=19986
This commit is contained in:
parent
62665b519e
commit
0276958fed
@ -30,6 +30,18 @@ stdenv.mkDerivation {
|
||||
./skip-gre-registration.patch ./rpath-link.patch
|
||||
];
|
||||
|
||||
postPatch =
|
||||
# Work around the broken `firefox.js' in 3.6. See
|
||||
# http://news.gmane.org/gmane.comp.gnu.gnuzilla/1419 for details.
|
||||
let firefox_js = fetchurl {
|
||||
url = "http://svn.savannah.gnu.org/viewvc/*checkout*/trunk/icecat/browser/app/profile/firefox.js?revision=94&root=gnuzilla"
|
||||
sha256 = "1pab9nlf6yykxmq6ky79vrdraqf49ww2whnfymq5r7gs75s46frl";
|
||||
name = "firefox.js";
|
||||
};
|
||||
in
|
||||
'' cp -v "${firefox_js}" "browser/app/profile/"
|
||||
'';
|
||||
|
||||
configureFlags =
|
||||
[ "--enable-application=${application}"
|
||||
"--enable-libxul"
|
||||
|
Loading…
Reference in New Issue
Block a user