Skip to content

Commit

Permalink
firefox: fix on i686
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Aug 11, 2017
1 parent e8f924a commit 0611be7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pkgs/applications/networking/browsers/firefox/packages.nix
@@ -1,4 +1,4 @@
{ lib, callPackage, fetchurl, fetchFromGitHub }:
{ lib, callPackage, stdenv, fetchurl, fetchFromGitHub, fetchpatch }:

let common = opts: callPackage (import ./common.nix opts); in

Expand All @@ -12,6 +12,11 @@ rec {
sha512 = "2c15cb3e1a9f464f63ff7ac8ccf0625ed845a5cb9b186d7acf121c439cec38bcdeee93630e99dbfd336f1b7e60a7c09822a1eba59f308bba8866f155b2ed1c47";
};

patches = lib.optional stdenv.isi686 (fetchpatch {
url = "https://hg.mozilla.org/mozilla-central/raw-rev/15517c5a5d37";
sha256 = "1ba487p3hk4w2w7qqfxgv1y57vp86b8g3xhav2j20qd3j3phbbn7";
});

meta = {
description = "A web browser built from Firefox source tree";
homepage = http://www.mozilla.com/en-US/firefox/;
Expand Down

0 comments on commit 0611be7

Please sign in to comment.