palemoon: restrict platforms to x86 Linux

Pale Moon (with official branding at least) doesn't appear to be available
for non-x86 architectures (yet), so we'll restrict the platforms to
i686 and x64 Linux.
wip/yesman
OPNA2608 5 years ago
parent 464b16c4b1
commit 9a38937331
  1. 2
      pkgs/applications/networking/browsers/palemoon/default.nix

@ -130,6 +130,6 @@ in stdenv.mkDerivation rec {
homepage = "https://www.palemoon.org/";
license = licenses.mpl20;
maintainers = with maintainers; [ rnhmjoj AndersonTorres OPNA2608 ];
platforms = platforms.linux;
platforms = [ "i686-linux" "x86_64-linux" ];
};
}

Loading…
Cancel
Save