killerbee: remove unneeded temp home directory (#371063)

This commit is contained in:
Fabian Affolter
2025-01-05 09:41:17 +01:00
committed by GitHub
-4
View File
@@ -28,10 +28,6 @@ python3.pkgs.buildPythonApplication rec {
scapy
];
preBuild = ''
export HOME=$(mktemp -d)
'';
pythonImportsCheck = [ "killerbee" ];
meta = {