mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
miniserve: unbreak on aarch64-darwin
This commit is contained in:
parent
cd71c681ca
commit
d8f61952f0
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue