Merge pull request #289277 from linsui/yutto
This commit is contained in:
commit
e8026fb140
1 changed files with 5 additions and 4 deletions
|
@ -9,14 +9,14 @@ with python3.pkgs;
|
|||
|
||||
buildPythonApplication rec {
|
||||
pname = "yutto";
|
||||
version = "2.0.0b33";
|
||||
version = "2.0.0b35";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-TUyjppAHmWCZxifeQeOpFMPBksqLRSYdqgG7NEMVILY=";
|
||||
hash = "sha256-r4Lc5PMkhwLMC6nKArvpf9M4N+eoV6OmZK2uhY6xZxA=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -24,12 +24,13 @@ buildPythonApplication rec {
|
|||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
aiohttp
|
||||
httpx
|
||||
aiofiles
|
||||
biliass
|
||||
dict2xml
|
||||
colorama
|
||||
];
|
||||
typing-extensions
|
||||
] ++ (with httpx.optional-dependencies; http2 ++ socks);
|
||||
|
||||
preFixup = ''
|
||||
makeWrapperArgs+=(--prefix PATH : ${lib.makeBinPath [ ffmpeg ]})
|
||||
|
|
Loading…
Reference in a new issue