3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #206349 from wegank/opendungeons-linux

opendungeons: unbreak on aarch64-linux
This commit is contained in:
Bobby Rong 2022-12-16 17:39:45 +08:00 committed by GitHub
commit 9c4ec27744
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
};
}