Fix problems with xonsh-apipenv

This commit is contained in:
Greg Hellings
2024-09-11 15:45:25 -05:00
parent 7df4fa032e
commit c9f7e659eb
2 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -2,6 +2,7 @@
lib,
buildPythonPackage,
fetchFromGitHub,
toPythonModule,
pipenv,
}:
@@ -19,7 +20,7 @@ buildPythonPackage rec {
doCheck = false;
dependencies = [
pipenv
(toPythonModule pipenv)
];
meta = with lib; {