Skip to content

Commit

Permalink
mongodb: Mark anything older than 6.0 broken on aarch64-darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
vifino committed Mar 19, 2023
1 parent cceff04 commit 982e914
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/servers/nosql/mongodb/mongodb.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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");
};
}

0 comments on commit 982e914

Please sign in to comment.