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.
This commit is contained in:
parent
464b16c4b1
commit
9a38937331
|
@ -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…
Reference in New Issue