Skip to content

Commit

Permalink
yate: restrict platforms
Browse files Browse the repository at this point in the history
doesn't build on aarch64-linux

(cherry picked from commit f497a39)
  • Loading branch information
pbogdan authored and Mic92 committed Mar 9, 2018
1 parent 8234bca commit d2bf584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/misc/yate/default.nix
Expand Up @@ -35,7 +35,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" ];
};

}

0 comments on commit d2bf584

Please sign in to comment.