-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chromedriver: add dbus to libraries, correct LD_LIBRARY_PATH wrapping #139723
chromedriver: add dbus to libraries, correct LD_LIBRARY_PATH wrapping #139723
Conversation
It is apparently required since version 94. Fixes issue NixOS#139547
wrapProgram already prepends passed value to the specified environment variable; no need to specify it explicitly.
Incidentally, a couple of questions:
If there are no obvious downsides to these changes that I’m oblivious to, should they go into this PR or separate ones? |
If you want to.
Yes please, line 50 should be.
Just add them to this one. |
Thanks! |
passthru.tests = { | ||
version-check = callPackage ./tests.nix { }; | ||
}; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
passthru.tests = { | |
version-check = callPackage ./tests.nix { }; | |
}; | |
passthru.tests.version = | |
testVersion { package = chromedriver; }; | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
06ec5e4
to
1106f4b
Compare
Successfully created backport PR #139838 for |
It is apparently required since version 94.
Fixes #139547
Motivation for this change
Chromedriver doesn’t run otherwise.
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)