We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 244a352 + d908f95 commit edde196Copy full SHA for edde196
pkgs/by-name/tw/twitch-dl/package.nix
@@ -5,6 +5,7 @@
5
installShellFiles,
6
scdoc,
7
ffmpeg,
8
+ writableTmpDirAsHomeHook,
9
}:
10
11
python3Packages.buildPythonApplication rec {
@@ -38,6 +39,7 @@ python3Packages.buildPythonApplication rec {
38
39
40
nativeCheckInputs = [
41
python3Packages.pytestCheckHook
42
+ writableTmpDirAsHomeHook
43
];
44
45
disabledTestPaths = [
@@ -72,10 +74,6 @@ python3Packages.buildPythonApplication rec {
72
74
installManPage twitch-dl.1
73
75
'';
76
- preInstallCheck = ''
- export HOME="$(mktemp -d)"
77
- '';
78
-
79
meta = with lib; {
80
description = "CLI tool for downloading videos from Twitch";
81
homepage = "https://github.com/ihabunek/twitch-dl";
0 commit comments