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
  • Loading branch information
pbogdan committed Mar 9, 2018
1 parent 5a3550e commit f497a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/misc/yate/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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" ];
};

}

0 comments on commit f497a39

Please sign in to comment.