3
0
Fork 0
forked from mirrors/nixpkgs

GNU IceCat: Fix the fix.

svn path=/nixpkgs/trunk/; revision=19987
This commit is contained in:
Ludovic Courtès 2010-02-13 22:46:25 +00:00
parent 0276958fed
commit 928f2c52e1

View file

@ -34,8 +34,8 @@ stdenv.mkDerivation {
# 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";
url = "http://svn.savannah.gnu.org/viewvc/*checkout*/trunk/icecat/browser/app/profile/firefox.js?revision=98&root=gnuzilla"
sha256 = "1jf86wa7r7pf4f3ixrnsslv0i35ypm8hrzlw14hcm5wjcwidzq0f";
name = "firefox.js";
};
in