about summary refs log tree commit diff
path: root/pkgs/servers/nosql
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2020-03-23 23:33:27 +0100
committerMaximilian Bosch <maximilian@mbosch.me>2020-03-26 14:02:49 +0100
commit80e6da7bd399fe62b461c8e5f6a4756753af9707 (patch)
treec3a77dd494f3e859284dae6cfd651678e8184a9b /pkgs/servers/nosql
parentc2eee6ecdbd7c09bd70cf69c136f695b83d93213 (diff)
downloadnixlib-80e6da7bd399fe62b461c8e5f6a4756753af9707.tar
nixlib-80e6da7bd399fe62b461c8e5f6a4756753af9707.tar.gz
nixlib-80e6da7bd399fe62b461c8e5f6a4756753af9707.tar.bz2
nixlib-80e6da7bd399fe62b461c8e5f6a4756753af9707.tar.lz
nixlib-80e6da7bd399fe62b461c8e5f6a4756753af9707.tar.xz
nixlib-80e6da7bd399fe62b461c8e5f6a4756753af9707.tar.zst
nixlib-80e6da7bd399fe62b461c8e5f6a4756753af9707.zip
mongodb: builds on aarch64 as well
Diffstat (limited to 'pkgs/servers/nosql')
-rw-r--r--pkgs/servers/nosql/mongodb/mongodb.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/servers/nosql/mongodb/mongodb.nix b/pkgs/servers/nosql/mongodb/mongodb.nix
index e83a79184a36..b4b6334c13f5 100644
--- a/pkgs/servers/nosql/mongodb/mongodb.nix
+++ b/pkgs/servers/nosql/mongodb/mongodb.nix
@@ -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;