opendungeons: unbreak on aarch64-linux

This commit is contained in:
Weijia Wang 2022-12-16 07:43:40 +01:00
parent c7c950be89
commit 20337a958f

View File

@ -29,7 +29,5 @@ stdenv.mkDerivation rec {
homepage = "https://opendungeons.github.io";
license = with licenses; [ gpl3Plus zlib mit cc-by-sa-30 cc0 ofl cc-by-30 ];
platforms = platforms.linux;
# never built on aarch64-linux since first introduction in nixpkgs
broken = stdenv.isLinux && stdenv.isAarch64;
};
}