Merge pull request #30489 from berdario/db-license
BerkeleyDB 5.3 is under the Sleepycat license, not AGPL
This commit is contained in:
commit
58843e67c1
|
@ -3,6 +3,5 @@
|
||||||
import ./generic.nix (args // rec {
|
import ./generic.nix (args // rec {
|
||||||
version = "5.3.28";
|
version = "5.3.28";
|
||||||
sha256 = "0a1n5hbl7027fbz5lm0vp0zzfp1hmxnz14wx3zl9563h83br5ag0";
|
sha256 = "0a1n5hbl7027fbz5lm0vp0zzfp1hmxnz14wx3zl9563h83br5ag0";
|
||||||
license = stdenv.lib.licenses.agpl3;
|
|
||||||
extraPatches = [ ./clang-5.3.patch ];
|
extraPatches = [ ./clang-5.3.patch ];
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue