summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorNathan Smyth <nathan.smyth@mongodb.com>2018-05-03 17:42:24 +1000
committerMaximilian Bosch <maximilian@mbosch.me>2020-03-26 14:02:48 +0100
commite9bec1adf6d4147d7b15d6b636ec5bf4294c457b (patch)
treefd80d8332ac2855264931383df01f8fd6d44b7ad /lib
parent9ee46bfb230226118ea70c9ed364021834965d0b (diff)
downloadnixpkgs-e9bec1adf6d4147d7b15d6b636ec5bf4294c457b.tar
nixpkgs-e9bec1adf6d4147d7b15d6b636ec5bf4294c457b.tar.gz
nixpkgs-e9bec1adf6d4147d7b15d6b636ec5bf4294c457b.tar.bz2
nixpkgs-e9bec1adf6d4147d7b15d6b636ec5bf4294c457b.tar.lz
nixpkgs-e9bec1adf6d4147d7b15d6b636ec5bf4294c457b.tar.xz
nixpkgs-e9bec1adf6d4147d7b15d6b636ec5bf4294c457b.tar.zst
nixpkgs-e9bec1adf6d4147d7b15d6b636ec5bf4294c457b.zip
mongodb: 3.4.10 -> 4.0.4
fix: Adding libtool to allow darwin compiles

Libtool seems to be required for mongodb to compile on darwin.

fix: Marking MongoDB as broken on aarch64

fix: Adding libtools to the pkg imports

Update mongodb to 4.0.4
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index e2f94e565ce..e37eb57cff9 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -649,6 +649,13 @@ lib.mapAttrs (n: v: v // { shortName = n; }) {
     url = http://metadata.ftp-master.debian.org/changelogs/main/d/debianutils/debianutils_4.8.1_copyright;
   };
 
+  sspl = {
+    shortName = "SSPL";
+    fullName = "Server Side Public License";
+    url = https://www.mongodb.com/licensing/server-side-public-license;
+    free = false;
+  };
+
   tcltk = spdx {
     spdxId = "TCL";
     fullName = "TCL/TK License";