slade: disable on AArch64
Wants SSE.
This commit is contained in:
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Doom editor";
|
description = "Doom editor";
|
||||||
homepage = http://slade.mancubus.net/;
|
homepage = http://slade.mancubus.net/;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.linux;
|
platforms = [ "x86_64-linux" "i686-linux" ];
|
||||||
maintainers = with maintainers; [ abbradar ];
|
maintainers = with maintainers; [ abbradar ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ stdenv.mkDerivation {
|
|||||||
description = "Doom editor";
|
description = "Doom editor";
|
||||||
homepage = http://slade.mancubus.net/;
|
homepage = http://slade.mancubus.net/;
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.linux;
|
platforms = [ "x86_64-linux" "i686-linux" ];
|
||||||
maintainers = with maintainers; [ ertes ];
|
maintainers = with maintainers; [ ertes ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user