repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git]
/
pkgs
/
development
/
libraries
/
db
/
db-5.3.nix
blob
2362cc9eecb0d1d2be2e8b68e90939d79bdded31
1
{ lib, stdenv, fetchurl, autoreconfHook, ... } @ args:
2
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
];
11
})