forked from mirrors/nixpkgs
slade: disable on AArch64
Wants SSE.
This commit is contained in:
parent
1890fe359a
commit
325dece6a0
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||
description = "Doom editor";
|
||||
homepage = http://slade.mancubus.net/;
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
platforms = [ "x86_64-linux" "i686-linux" ];
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -20,7 +20,7 @@ stdenv.mkDerivation {
|
|||
description = "Doom editor";
|
||||
homepage = http://slade.mancubus.net/;
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
platforms = [ "x86_64-linux" "i686-linux" ];
|
||||
maintainers = with maintainers; [ ertes ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue