forked from mirrors/nixpkgs
beets: don't use eval in checkPhase
This commit is contained in:
parent
c9786cfb93
commit
efbb686d6a
|
@ -131,7 +131,7 @@ python3Packages.buildPythonApplication rec {
|
|||
fi
|
||||
done
|
||||
|
||||
eval "python $args"
|
||||
python $args
|
||||
|
||||
runHook postCheck
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue