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:
parent
289a1c5f06
commit
c7fd20ca5b
|
@ -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 {
|
||||||
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||||
url = "http://download.oracle.com/berkeley-db/${name}.tar.gz";
|
url = "http://download.oracle.com/berkeley-db/${name}.tar.gz";
|
||||||
sha256 = sha256;
|
sha256 = sha256;
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = extraPatches;
|
patches = extraPatches;
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
|
|
Loading…
Reference in New Issue