c2c version

This commit is contained in:
death916 2026-01-19 04:37:30 -08:00
parent cbfc0c1989
commit 65b2596a41

View file

@ -7,6 +7,7 @@
lxml,
feedgen,
pytz,
qbittorrent-api,
}:
buildPythonPackage rec {
@ -28,6 +29,7 @@ buildPythonPackage rec {
lxml
feedgen
pytz
qbittorrent-api
];
installPhase = ''