mongodb: builds on aarch64 as well
This commit is contained in:
parent
c2eee6ecdb
commit
80e6da7bd3
@ -110,7 +110,6 @@ in stdenv.mkDerivation rec {
|
|||||||
description = "A scalable, high-performance, open source NoSQL database";
|
description = "A scalable, high-performance, open source NoSQL database";
|
||||||
homepage = "http://www.mongodb.org";
|
homepage = "http://www.mongodb.org";
|
||||||
license = licenses.sspl;
|
license = licenses.sspl;
|
||||||
broken = stdenv.hostPlatform.isAarch64; # g++ has internal compiler errors
|
|
||||||
|
|
||||||
maintainers = with maintainers; [ bluescreen303 offline cstrahan ];
|
maintainers = with maintainers; [ bluescreen303 offline cstrahan ];
|
||||||
platforms = subtractLists systems.doubles.i686 systems.doubles.unix;
|
platforms = subtractLists systems.doubles.i686 systems.doubles.unix;
|
||||||
|
Loading…
Reference in New Issue
Block a user