mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 12:45:27 +03:00
alpaca: 5.2.0 -> 6.0.5
This commit is contained in:
parent
0214b2f7fc
commit
123eb00ead
1 changed files with 7 additions and 3 deletions
|
@ -20,14 +20,14 @@
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "alpaca";
|
pname = "alpaca";
|
||||||
version = "5.2.0";
|
version = "6.0.5";
|
||||||
pyproject = false; # Built with meson
|
pyproject = false; # Built with meson
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Jeffser";
|
owner = "Jeffser";
|
||||||
repo = "Alpaca";
|
repo = "Alpaca";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-uUGsdHrqzA5fZ4LNtX04H4ue9n4JQrkTYW2PCCFYFHc=";
|
hash = "sha256-faxqSUYqf3vRZYeuXAzv+n1inMVwl5KmnndABF77Sus=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -51,7 +51,6 @@ python3Packages.buildPythonApplication rec {
|
||||||
pygobject3
|
pygobject3
|
||||||
requests
|
requests
|
||||||
pillow
|
pillow
|
||||||
pypdf
|
|
||||||
html2text
|
html2text
|
||||||
youtube-transcript-api
|
youtube-transcript-api
|
||||||
pydbus
|
pydbus
|
||||||
|
@ -59,8 +58,13 @@ python3Packages.buildPythonApplication rec {
|
||||||
pyicu
|
pyicu
|
||||||
matplotlib
|
matplotlib
|
||||||
openai
|
openai
|
||||||
|
markitdown
|
||||||
];
|
];
|
||||||
|
|
||||||
|
optional-dependencies = {
|
||||||
|
speech-to-text = [ python3Packages.openai-whisper ];
|
||||||
|
};
|
||||||
|
|
||||||
dontWrapGApps = true;
|
dontWrapGApps = true;
|
||||||
|
|
||||||
makeWrapperArgs = [
|
makeWrapperArgs = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue