mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-15 16:46:21 +00:00
Merge pull request #22611 from bendlas/fix-pypy
pypy: enable dbm support in db dependency
This commit is contained in:
commit
a323b84999
|
@ -5884,6 +5884,7 @@ with pkgs;
|
|||
pypy27 = callPackage ../development/interpreters/python/pypy/2.7 {
|
||||
self = pypy27;
|
||||
python = python27.override{x11Support=true;};
|
||||
db = db.override { dbmSupport = true; };
|
||||
};
|
||||
|
||||
python2nix = callPackage ../tools/package-management/python2nix { };
|
||||
|
|
Loading…
Reference in a new issue