retdec: remove pycache from install dir
This commit is contained in:
parent
b54d9e27cb
commit
7feee4d81f
|
@ -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; {
|
||||
|
|
Loading…
Reference in New Issue