mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2024-11-01 11:01:16 +00:00
pkgs/mov-cli: cleanup
This commit is contained in:
parent
719d6bcb31
commit
7feef29595
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ in
|
||||||
six
|
six
|
||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
tldextract
|
tldextract
|
||||||
(python3Packages.httpx.overrideAttrs (_old: {
|
(httpx.overrideAttrs (_old: {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "encode";
|
owner = "encode";
|
||||||
repo = "httpx";
|
repo = "httpx";
|
||||||
|
@ -34,7 +34,7 @@ in
|
||||||
};
|
};
|
||||||
}))
|
}))
|
||||||
(
|
(
|
||||||
python3Packages.buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "krfzf_py";
|
pname = "krfzf_py";
|
||||||
version = "0.0.4";
|
version = "0.0.4";
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
|
|
Loading…
Reference in a new issue