best practices: get rid of with pkgs;
This commit is contained in:
@@ -9,11 +9,13 @@ python3Packages.buildPythonApplication {
|
||||
version = "2.5";
|
||||
src = ../../scripts/download/.;
|
||||
build-system = [ python3Packages.setuptools ];
|
||||
dependencies = with python3Packages; [
|
||||
pyyaml
|
||||
types-pyyaml
|
||||
yt-dlp
|
||||
];
|
||||
dependencies = builtins.attrValues {
|
||||
inherit (python3Packages)
|
||||
pyyaml
|
||||
types-pyyaml
|
||||
yt-dlp
|
||||
;
|
||||
};
|
||||
propagatedBuildInputs = [
|
||||
gallery-dl
|
||||
ffmpeg
|
||||
|
||||
Reference in New Issue
Block a user