nix fix attempt -> Zach fix pls

This commit is contained in:
Aram Markarov
2026-02-21 21:33:25 +01:00
parent f33f3f19a8
commit 0cefee8e4f
2 changed files with 10 additions and 9 deletions
+3 -2
View File
@@ -1,5 +1,6 @@
{
python3,
installShellFiles,
}:
python3.pkgs.buildPythonApplication {
pname = "zshell-cli";
@@ -17,9 +18,9 @@ python3.pkgs.buildPythonApplication {
pillow
];
pythonImportsCheck = [ "zshell" ];
pythonImportsCheck = ["zshell"];
nativeBuildInputs = [ installShellFiles ];
nativeBuildInputs = [installShellFiles];
SETUPTOOLS_SCM_PRETEND_VERSION = 1;
}