mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 17:44:44 +00:00
* Updated Berkeley DB to 4.4.16.
svn path=/nixpkgs/trunk/; revision=4354
This commit is contained in:
parent
e6f931a14b
commit
47dcd9819f
@ -1,11 +1,11 @@
|
||||
{stdenv, fetchurl, cxxSupport ? true, compat185 ? true}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "db4-4.3.28";
|
||||
name = "db4-4.4.16";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://downloads.sleepycat.com/db-4.3.28.NC.tar.gz;
|
||||
md5 = "6efcf5f4f30c7170f68d8952739771cd";
|
||||
url = http://downloads.sleepycat.com/db-4.4.16.NC.tar.gz;
|
||||
md5 = "1466026e67b5c3eb60c8c16b7f472c17";
|
||||
};
|
||||
configureFlags = [
|
||||
(if cxxSupport then "--enable-cxx" else "--disable-cxx")
|
||||
|
Loading…
Reference in New Issue
Block a user