Move all db4 packages to the default db5

This commit is contained in:
William A. Kennington III
2014-01-31 14:05:37 -06:00
committed by Bjørn Forsman
parent 99f5d2edb4
commit bdb842d5eb
37 changed files with 81 additions and 85 deletions

View File

@@ -1,5 +1,5 @@
{ stdenv, fetchurl, zlib ? null, zlibSupport ? true, bzip2
, sqlite, tcl, tk, x11, openssl, readline, db4, ncurses, gdbm, libX11 }:
, sqlite, tcl, tk, x11, openssl, readline, db, ncurses, gdbm, libX11 }:
assert zlibSupport -> zlib != null;
@@ -156,7 +156,7 @@ let
bsddb = buildInternalPythonModule {
moduleName = "bsddb";
deps = [ db4 ];
deps = [ db ];
};
curses = buildInternalPythonModule {