Skip to content
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

Redundant virtual/libc dependency #117

Open
hololeap opened this issue Sep 4, 2022 · 0 comments
Open

Redundant virtual/libc dependency #117

hololeap opened this issue Sep 4, 2022 · 0 comments
Labels

Comments

@hololeap
Copy link
Member

hololeap commented Sep 4, 2022

I noticed in #116 that it is putting virtual/libc in RDEPEND when generating the cryptonite ebuild. This package is in @system and it seems pointless to have it added, since every package implicitly depends on the @system set.

It is being added because of extra-libraries: pthread in the cryptonite cabal file:

, ("pthread", any_c_p "virtual" "libc")

I notice there are some other libraries in src/Merge/Dependencies.hs that trigger adding virtual/libc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant