python313Packages.timetagger: migrate to writableTmpDirAsHomeHook
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
pythonOlder,
|
||||
requests,
|
||||
uvicorn,
|
||||
writableTmpDirAsHomeHook,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -43,14 +44,11 @@ buildPythonPackage rec {
|
||||
uvicorn
|
||||
];
|
||||
|
||||
preCheck = ''
|
||||
export HOME=$(mktemp -d)
|
||||
'';
|
||||
|
||||
nativeCheckInputs = [
|
||||
nodejs
|
||||
pytestCheckHook
|
||||
requests
|
||||
writableTmpDirAsHomeHook
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user