shell-genie: refactor
This commit is contained in:
parent
ede6e2b78e
commit
9e38de653a
1 changed files with 6 additions and 3 deletions
|
@ -21,12 +21,15 @@ buildPythonPackage rec {
|
|||
"typer"
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
build-system = [
|
||||
poetry-core
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
pythonRelaxDepsHook
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
colorama
|
||||
openai
|
||||
pyperclip
|
||||
|
@ -44,9 +47,9 @@ buildPythonPackage rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "Describe your shell commands in natural language";
|
||||
mainProgram = "shell-genie";
|
||||
homepage = "https://github.com/dylanjcastillo/shell-genie";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ onny ];
|
||||
mainProgram = "shell-genie";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue