python26: update dependency 'db44' to 'db47'
I downgraded too aggressively from db5 to db4. db48 doesn't work but db47 does, so there is no need to downgrade further.
This commit is contained in:
parent
26d7645b6b
commit
bb8a891412
@ -3232,7 +3232,7 @@ let
|
|||||||
|
|
||||||
python = python27;
|
python = python27;
|
||||||
python26 = callPackage ../development/interpreters/python/2.6 {
|
python26 = callPackage ../development/interpreters/python/2.6 {
|
||||||
db = db44;
|
db = db47;
|
||||||
};
|
};
|
||||||
python27 = callPackage ../development/interpreters/python/2.7 {
|
python27 = callPackage ../development/interpreters/python/2.7 {
|
||||||
libX11 = xlibs.libX11;
|
libX11 = xlibs.libX11;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user