killerbee: remove unneeded temp home directory

This commit is contained in:
Theodore Ni
2025-01-04 21:08:21 -08:00
parent 7488963c01
commit 8ff43d1c18
-4
View File
@@ -28,10 +28,6 @@ python3.pkgs.buildPythonApplication rec {
scapy
];
preBuild = ''
export HOME=$(mktemp -d)
'';
pythonImportsCheck = [ "killerbee" ];
meta = {