mongodb: Mark anything older than 6.0 broken on aarch64-darwin

This commit is contained in:
Adrian Pistol 2023-03-19 22:42:33 +01:00
parent cceff04ce9
commit 982e914e57

View file

@ -186,5 +186,6 @@ in stdenv.mkDerivation rec {
maintainers = with maintainers; [ bluescreen303 offline cstrahan ];
platforms = subtractLists systems.doubles.i686 systems.doubles.unix;
broken = (versionOlder version "6.0" && stdenv.system == "aarch64-darwin");
};
}