miniserve: mark as broken on aarch64-darwin

This commit is contained in:
zowoq 2022-01-02 09:53:13 +10:00
parent a56ca1b9f6
commit 057166b50e

View file

@ -43,5 +43,7 @@ rustPlatform.buildRustPackage rec {
license = with licenses; [ mit ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;
# https://hydra.nixos.org/build/162650896/nixlog/1
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}