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
+1 -1
View File
@@ -131,7 +131,7 @@ python3Packages.buildPythonApplication rec {
fi
done
eval "python $args"
python $args
runHook postCheck
'';