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
View File
@@ -18,6 +18,8 @@ let
extraPackages = (ps: [
pkgs.nur.repos.xonsh-xontribs.xonsh-direnv
pkgs.nur.repos.xonsh-xontribs.xontrib-vox
ps.xonsh-apipenv
pkgs.pipenv-ivr
]);
};
in {
+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; {