updated download script install method
This commit is contained in:
@@ -7,14 +7,9 @@
|
||||
pname = "download";
|
||||
version = "2.5";
|
||||
src = ../../scripts/download/.;
|
||||
buildInputs = [ python3Packages.setuptools ];
|
||||
propagatedBuildInputs = [
|
||||
python3Packages.pyyaml
|
||||
python3Packages.types-pyyaml
|
||||
yt-dlp
|
||||
gallery-dl
|
||||
ffmpeg
|
||||
];
|
||||
build-system = with python3Packages; [ setuptools ];
|
||||
dependencies = with python3Packages; [ pyyaml types-pyyaml yt-dlp ];
|
||||
propagatedBuildInputs = [ gallery-dl ffmpeg ];
|
||||
};
|
||||
in {
|
||||
home-manager.users.jawz = {
|
||||
|
||||
Reference in New Issue
Block a user