tidal-dl: move to pkgs/by-name
this shouldn't create any rebuilds
This commit is contained in:
@@ -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";
|
||||
@@ -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 { });
|
||||
|
||||
Reference in New Issue
Block a user