forked from mirrors/nixpkgs
GNU IceCat: Fix the fix.
svn path=/nixpkgs/trunk/; revision=19987
This commit is contained in:
parent
0276958fed
commit
928f2c52e1
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue