mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 20:02:14 +03:00
warsow: mark as broken on aarch64
This commit is contained in:
parent
fe3dca6e73
commit
e79212611e
@ -48,5 +48,6 @@ in stdenv.mkDerivation (libs // rec {
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ astsmtl abbradar ];
|
||||
platforms = platforms.linux;
|
||||
broken = stdenv.isAarch64;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user