7 python3Packages.buildPythonApplication rec {
12 src = fetchFromGitHub {
15 rev = "refs/tags/${version}";
16 hash = "sha256-0wiUqpjCHGHOuJJaDzpmMGtCBgUI5Sk29DrOgbLj018=";
29 build-system = with python3Packages; [ poetry-core ];
32 dependencies = with python3Packages; [
47 pythonImportsCheck = [ "oterm" ];
49 # Tests require a HTTP connection to ollama
53 description = "Text-based terminal client for Ollama";
54 homepage = "https://github.com/ggozad/oterm";
55 changelog = "https://github.com/ggozad/oterm/releases/tag/${version}";
56 license = lib.licenses.mit;
57 maintainers = with lib.maintainers; [ suhr ];
58 mainProgram = "oterm";