1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

db47: remove outdated version

This commit is contained in:
Dan Peebles 2016-11-01 03:18:01 +00:00
parent 89915f8206
commit 50874525d1
2 changed files with 2 additions and 11 deletions

View file

@ -1,8 +0,0 @@
{ stdenv, fetchurl, ... } @ args:
import ./generic.nix (args // rec {
version = "4.7.25";
sha256 = "0gi667v9cw22c03hddd6xd6374l0pczsd56b7pba25c9sdnxjkzi";
branch = "4.7";
drvArgs = { hardeningDisable = [ "format" ]; };
})

View file

@ -5517,7 +5517,7 @@ in
python3Packages = python35Packages;
python26 = callPackage ../development/interpreters/python/cpython/2.6 {
db = db47;
db = db4;
self = python26;
};
python27 = callPackage ../development/interpreters/python/cpython/2.7 {
@ -6498,7 +6498,7 @@ in
aprutil = callPackage ../development/libraries/apr-util {
bdbSupport = true;
db = if stdenv.isFreeBSD then db47 else db;
db = if stdenv.isFreeBSD then db4 else db;
# XXX: only the db_185 interface was available through
# apr with db58 on freebsd (nov 2015), for unknown reasons
};
@ -6712,7 +6712,6 @@ in
# bsd-like license
db = db5;
db4 = db48;
db47 = callPackage ../development/libraries/db/db-4.7.nix { };
db48 = callPackage ../development/libraries/db/db-4.8.nix { };
db5 = db53;
db53 = callPackage ../development/libraries/db/db-5.3.nix { };