Skip to content

Commit

Permalink
slade: disable on AArch64
Browse files Browse the repository at this point in the history
Wants SSE.
  • Loading branch information
abbradar committed Mar 9, 2018
1 parent 1890fe3 commit 325dece
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/applications/misc/slade/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/misc/slade/git.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}

0 comments on commit 325dece

Please sign in to comment.