mongodb: builds on aarch64 as well

This commit is contained in:
Maximilian Bosch 2020-03-23 23:33:27 +01:00
parent c2eee6ecdb
commit 80e6da7bd3
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

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;