bud: Disable build on aarch64-linux

Furthermore, this package needs to either be dropped or updated. The
version packaged is old, and the project has been abandoned by upstream.
This commit is contained in:
Samuel Dionne-Riel 2018-12-09 21:28:30 -05:00
parent 50189315f2
commit e86b1b9f56

View file

@ -29,6 +29,8 @@ stdenv.mkDerivation rec {
description = "A TLS terminating proxy";
license = licenses.mit;
platforms = platforms.linux;
# Does not build on aarch64-linux.
badPlatforms = [ "aarch64-linux" ];
maintainers = with maintainers; [ cstrahan ];
};
}