mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
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 New Issue
Block a user