mongodb: builds on aarch64 as well

(cherry picked from commit 80e6da7bd3)
This commit is contained in:
Maximilian Bosch
2020-03-23 23:33:27 +01:00
parent 00d69b87a4
commit 56bfb0d8ff

View File

@@ -110,7 +110,6 @@ in stdenv.mkDerivation rec {
description = "A scalable, high-performance, open source NoSQL database";
homepage = "http://www.mongodb.org";
license = licenses.sspl;
broken = stdenv.hostPlatform.isAarch64; # g++ has internal compiler errors
maintainers = with maintainers; [ bluescreen303 offline cstrahan ];
platforms = subtractLists systems.doubles.i686 systems.doubles.unix;