yate: restrict platforms

doesn't build on aarch64-linux
This commit is contained in:
Piotr Bogdan 2018-03-09 14:54:07 +00:00
parent 5a3550ede6
commit f497a39328

View File

@ -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" ];
};
}