alpaca: 3.2.0 -> 3.5.0 (#374152)
This commit is contained in:
@@ -14,18 +14,20 @@
|
||||
xdg-utils,
|
||||
ollama,
|
||||
vte-gtk4,
|
||||
libspelling,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "alpaca";
|
||||
version = "3.2.0";
|
||||
version = "3.5.0";
|
||||
pyproject = false; # Built with meson
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Jeffser";
|
||||
repo = "Alpaca";
|
||||
tag = version;
|
||||
hash = "sha256-Mh+LYslVmb4l+ZCB1Si7hxugzHPz/mULUMBNeJI12r0=";
|
||||
hash = "sha256-YheyeT9KiH9LphFfExie7RU7q/qVni5pFdpz32rM8RQ=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -42,6 +44,7 @@ python3Packages.buildPythonApplication rec {
|
||||
libadwaita
|
||||
gtksourceview5
|
||||
vte-gtk4
|
||||
libspelling
|
||||
];
|
||||
|
||||
dependencies = with python3Packages; [
|
||||
@@ -54,6 +57,7 @@ python3Packages.buildPythonApplication rec {
|
||||
pydbus
|
||||
odfpy
|
||||
pyicu
|
||||
matplotlib
|
||||
];
|
||||
|
||||
dontWrapGApps = true;
|
||||
@@ -71,6 +75,8 @@ python3Packages.buildPythonApplication rec {
|
||||
"--set FLATPAK_DEST ${placeholder "out"}"
|
||||
];
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
description = "Ollama client made with GTK4 and Adwaita";
|
||||
longDescription = ''
|
||||
|
||||
Reference in New Issue
Block a user