Unverified Commit c00da329 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

killerbee: remove unneeded temp home directory (#371063)

parents 8741c35b 8ff43d1c
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -28,10 +28,6 @@ python3.pkgs.buildPythonApplication rec {
    scapy
  ];

  preBuild = ''
    export HOME=$(mktemp -d)
  '';

  pythonImportsCheck = [ "killerbee" ];

  meta = {