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).
|
# OpenH323 and PWlib (licensed under MPL).
|
||||||
license = ["GPL" "MPL"];
|
license = ["GPL" "MPL"];
|
||||||
maintainers = [ lib.maintainers.marcweber ];
|
maintainers = [ lib.maintainers.marcweber ];
|
||||||
platforms = lib.platforms.linux;
|
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user