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:
parent
50189315f2
commit
e86b1b9f56
@ -29,6 +29,8 @@ stdenv.mkDerivation rec {
|
|||||||
description = "A TLS terminating proxy";
|
description = "A TLS terminating proxy";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
# Does not build on aarch64-linux.
|
||||||
|
badPlatforms = [ "aarch64-linux" ];
|
||||||
maintainers = with maintainers; [ cstrahan ];
|
maintainers = with maintainers; [ cstrahan ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user