mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
svtplay-dl: add updateScript
This commit is contained in:
parent
c7c9cae886
commit
a099e06261
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
lib,
|
lib,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
installShellFiles,
|
installShellFiles,
|
||||||
|
nix-update-script,
|
||||||
python3Packages,
|
python3Packages,
|
||||||
perl,
|
perl,
|
||||||
ffmpeg,
|
ffmpeg,
|
||||||
|
@ -76,6 +77,8 @@ buildPythonApplication {
|
||||||
$out/bin/svtplay-dl --help > /dev/null
|
$out/bin/svtplay-dl --help > /dev/null
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru.updateScript = nix-update-script { };
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/spaam/svtplay-dl";
|
homepage = "https://github.com/spaam/svtplay-dl";
|
||||||
description = "Command-line tool to download videos from svtplay.se and other sites";
|
description = "Command-line tool to download videos from svtplay.se and other sites";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue