Skip to content

Commit

Permalink
python3Packages.vapoursynth: remove useless $src from unittestFlagsArray
Browse files Browse the repository at this point in the history
Avoids the use of bash eval in unittestFlagsArray, which we want to
remove.
  • Loading branch information
wolfgangwalther committed Nov 9, 2024
1 parent b9a16b7 commit 29cc4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/vapoursynth/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ buildPythonPackage {

unittestFlagsArray = [
"-s"
"$src/test"
"test"
"-p"
"'*test.py'"
];
Expand Down

0 comments on commit 29cc4a5

Please sign in to comment.