miniserve: mark as broken on aarch64-darwin

This commit is contained in:
zowoq
2022-01-02 12:45:59 +10:00
parent a56ca1b9f6
commit 057166b50e
+2
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;
};
}