Merge pull request #204197 from wegank/miniserve-darwin

miniserve: unbreak on aarch64-darwin
This commit is contained in:
figsoda 2022-12-02 23:48:53 -05:00 committed by GitHub
commit 345be3674d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,5 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/svenstaro/miniserve/blob/v${version}/CHANGELOG.md";
license = with licenses; [ mit ];
maintainers = with maintainers; [ figsoda ];
# https://hydra.nixos.org/build/162650896/nixlog/1
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}