tidal-dl: move to pkgs/by-name

this shouldn't create any rebuilds
This commit is contained in:
quantenzitrone
2026-02-01 22:43:29 +01:00
parent dba8bc3acd
commit c9fc9e9c24
2 changed files with 3 additions and 6 deletions
@@ -1,11 +1,10 @@
{
lib,
buildPythonApplication,
python3Packages,
fetchPypi,
aigpy,
}:
buildPythonApplication rec {
python3Packages.buildPythonApplication rec {
pname = "tidal-dl";
version = "2022.10.31.1";
format = "setuptools";
@@ -15,7 +14,7 @@ buildPythonApplication rec {
hash = "sha256-b2AAsiI3n2/v6HC37fMI/d8UcxZxsWM+fnWvdajHrOg=";
};
propagatedBuildInputs = [ aigpy ];
propagatedBuildInputs = with python3Packages; [ aigpy ];
meta = {
homepage = "https://github.com/yaronzz/Tidal-Media-Downloader";
-2
View File
@@ -13242,8 +13242,6 @@ with pkgs;
swift-corelibs-libdispatch = swiftPackages.Dispatch;
tidal-dl = python3Packages.callPackage ../tools/audio/tidal-dl { };
duden = python3Packages.toPythonApplication python3Packages.duden;
yaziPlugins = recurseIntoAttrs (callPackage ../by-name/ya/yazi/plugins { });