virtualenv: readline and sqlite
This commit is contained in:
parent
44cf3d5808
commit
892c2e0413
@ -2541,6 +2541,8 @@ let pythonPackages = python.modules // rec {
|
|||||||
|
|
||||||
patches = [ ../development/python-modules/virtualenv-change-prefix.patch ];
|
patches = [ ../development/python-modules/virtualenv-change-prefix.patch ];
|
||||||
|
|
||||||
|
propagatedBuildInputs = [ python.modules.readline python.modules.sqlite3 ];
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user