Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / development / libraries / db / db-5.3.nix
blob2362cc9eecb0d1d2be2e8b68e90939d79bdded31
1 { lib, stdenv, fetchurl, autoreconfHook, ... } @ args:
3 import ./generic.nix (args // {
4   version = "5.3.28";
5   sha256 = "0a1n5hbl7027fbz5lm0vp0zzfp1hmxnz14wx3zl9563h83br5ag0";
6   extraPatches = [
7     ./clang-5.3.patch
8     ./CVE-2017-10140-cwd-db_config.patch
9     ./darwin-mutexes.patch
10   ];