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;
|
doInstallCheck = true;
|
||||||
installCheckPhase = ''
|
installCheckPhase = ''
|
||||||
${python3.interpreter} "$out/bin/retdec-tests-runner.py"
|
${python3.interpreter} "$out/bin/retdec-tests-runner.py"
|
||||||
|
|
||||||
|
rm -rf $out/bin/__pycache__
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user