We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At present, the only component option merged into package.components.all is depends. Therefore it won't work if there are system libraries, etc.
package.components.all
depends
Need to figure out a way of using mkMerge from the NixOS module system to do this.
mkMerge
Some first attempts are here: d1a3c56
The text was updated successfully, but these errors were encountered:
Additionally, the current depends concatenation logic is buggy because it includes the library itself as a depend of the "all" component.
depend
Sorry, something went wrong.
Use mkmerge for the all component. [Fixes input-output-hk#42]
8a03c5b
a7568a0
rvl
No branches or pull requests
At present, the only component option merged into
package.components.all
isdepends
.Therefore it won't work if there are system libraries, etc.
Need to figure out a way of using
mkMerge
from the NixOS module system to do this.Some first attempts are here:
d1a3c56
The text was updated successfully, but these errors were encountered: