db: Berkely DB (was) licensed under Sleepycat by default

6.0 and newer are still under AGPLv3 however.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp
2014-03-24 20:01:26 -05:00
parent 289a1c5f06
commit c7fd20ca5b
+1 -1
View File
@@ -5,7 +5,7 @@
# Options from inherited versions # Options from inherited versions
, version, sha256 , version, sha256
, extraPatches ? [ ] , extraPatches ? [ ]
, license ? "Berkeley Database License" , license ? stdenv.lib.licenses.sleepycat
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {