Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

retdec: remove pycache from install dir

authored by

Will Dietz and committed by
Frederik Rietdijk
7feee4d8 b54d9e27

+2
+2
pkgs/development/tools/analysis/retdec/default.nix
··· 221 221 doInstallCheck = true; 222 222 installCheckPhase = '' 223 223 ${python3.interpreter} "$out/bin/retdec-tests-runner.py" 224 + 225 + rm -rf $out/bin/__pycache__ 224 226 ''; 225 227 226 228 meta = with lib; {