Update xonsh as best I can.

This commit is contained in:
Greg Hellings
2024-08-16 17:29:11 -05:00
parent 17aa8a6585
commit 85aef202df
6 changed files with 34 additions and 46 deletions
+7 -2
View File
@@ -1,4 +1,9 @@
{ lib, buildPythonPackage, fetchFromGitHub, pkgs}:
{
lib,
buildPythonPackage,
fetchFromGitHub,
pipenv,
}:
buildPythonPackage rec {
pname = "xonsh-apipenv";
@@ -20,7 +25,7 @@ buildPythonPackage rec {
doCheck = false;
buildInputs = with pkgs; [
dependencies = [
pipenv
];