-
Notifications
You must be signed in to change notification settings - Fork 84
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
How to toggle optional dependencies #572
Comments
I think it should be possible to achieve this using the existing
|
Doesn't seem to work. Looking at https://ryantm.github.io/nixpkgs/using/overrides/, it mentions Would NixOS/nix#5766 be the missing part? Could we write a proxy
|
I see, in that case this should be doable using the
That would make it possible to configure the override using |
Thank you, this workaround did it! |
Is it possible to use
nixpkgs_package
and change the optional dependencies? See for example: https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/libraries/opencv/default.nix#L46-L54something like
The text was updated successfully, but these errors were encountered: