mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
Merge pull request #61044 from greydot/fix-pipenv-deps
pipenv: fix missing dependency issue (#61027)
This commit is contained in:
@@ -18,6 +18,7 @@ buildPythonApplication rec {
|
||||
pip
|
||||
requests
|
||||
virtualenv
|
||||
virtualenv-clone
|
||||
];
|
||||
|
||||
doCheck = false;
|
||||
|
||||
Reference in New Issue
Block a user