Loading pkgs/by-name/tw/twitch-dl/package.nix +2 −4 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ installShellFiles, scdoc, ffmpeg, writableTmpDirAsHomeHook, }: python3Packages.buildPythonApplication rec { Loading Loading @@ -38,6 +39,7 @@ python3Packages.buildPythonApplication rec { nativeCheckInputs = [ python3Packages.pytestCheckHook writableTmpDirAsHomeHook ]; disabledTestPaths = [ Loading Loading @@ -72,10 +74,6 @@ python3Packages.buildPythonApplication rec { installManPage twitch-dl.1 ''; preInstallCheck = '' export HOME="$(mktemp -d)" ''; meta = with lib; { description = "CLI tool for downloading videos from Twitch"; homepage = "https://github.com/ihabunek/twitch-dl"; Loading Loading
pkgs/by-name/tw/twitch-dl/package.nix +2 −4 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ installShellFiles, scdoc, ffmpeg, writableTmpDirAsHomeHook, }: python3Packages.buildPythonApplication rec { Loading Loading @@ -38,6 +39,7 @@ python3Packages.buildPythonApplication rec { nativeCheckInputs = [ python3Packages.pytestCheckHook writableTmpDirAsHomeHook ]; disabledTestPaths = [ Loading Loading @@ -72,10 +74,6 @@ python3Packages.buildPythonApplication rec { installManPage twitch-dl.1 ''; preInstallCheck = '' export HOME="$(mktemp -d)" ''; meta = with lib; { description = "CLI tool for downloading videos from Twitch"; homepage = "https://github.com/ihabunek/twitch-dl"; Loading