beets: don't use eval in checkPhase

This commit is contained in:
Bernardo Meurer 2022-05-08 16:22:52 -07:00
parent c9786cfb93
commit efbb686d6a
No known key found for this signature in database
GPG Key ID: F4C0D53B8D14C246

View File

@ -131,7 +131,7 @@ python3Packages.buildPythonApplication rec {
fi
done
eval "python $args"
python $args
runHook postCheck
'';