mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
a7483c5a9a
Previously when useChrome was set to false the command would be something like ``` makeWrapper [...] \ --add-flags "-cp [...]" \ --add-flags \ --add-flags "org.openqa.grid.selenium.GridLauncherV3" ``` The problem was that only the arguments to `--add-flags` was optional while for this to be parsed correctly the flag and argument has to be optional. |
||
---|---|---|
.. | ||
default.nix |