retdec: remove pycache from install dir

This commit is contained in:
Will Dietz 2018-11-01 15:50:11 -05:00 committed by Frederik Rietdijk
parent b54d9e27cb
commit 7feee4d81f
1 changed files with 2 additions and 0 deletions

View File

@ -221,6 +221,8 @@ in stdenv.mkDerivation rec {
doInstallCheck = true;
installCheckPhase = ''
${python3.interpreter} "$out/bin/retdec-tests-runner.py"
rm -rf $out/bin/__pycache__
'';
meta = with lib; {