mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
yate: restrict platforms
doesn't build on aarch64-linux
This commit is contained in:
parent
5a3550ede6
commit
f497a39328
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
|
||||
# OpenH323 and PWlib (licensed under MPL).
|
||||
license = ["GPL" "MPL"];
|
||||
maintainers = [ lib.maintainers.marcweber ];
|
||||
platforms = lib.platforms.linux;
|
||||
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user