Commit dc1ca792 authored by Ihar Hrachyshka's avatar Ihar Hrachyshka
Browse files

firefox-devedition-bin: enable for darwin

parent eecf05db
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -34,7 +34,8 @@ let

  inherit (generated) version sources;

  binaryName = if channel == "release" then "firefox" else "firefox-${channel}";
  binaryName =
    if (channel == "release" || stdenv.hostPlatform.isDarwin) then "firefox" else "firefox-${channel}";

  mozillaPlatforms = {
    i686-linux = "linux-i686";
@@ -113,7 +114,7 @@ stdenv.mkDerivation {
    if stdenv.hostPlatform.isDarwin then
      ''
        mkdir -p $out/Applications
        mv Firefox.app $out/Applications
        mv Firefox*.app $out/Applications
      ''
    else
      ''
+618 −0

File changed.

Preview size limit exceeded, changes collapsed.