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

libsodium: feed c2hs dependency #96266

Merged
merged 3 commits into from
Aug 28, 2020
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1330,6 +1330,10 @@ self: super: {
# https://github.com/ennocramer/monad-dijkstra/issues/4
monad-dijkstra = dontCheck (doJailbreak super.monad-dijkstra);

peti marked this conversation as resolved.
Show resolved Hide resolved
libsodium = overrideCabal super.libsodium (drv: {
libraryToolDepends = (drv.libraryToolDepends or []) ++ [self.c2hs];
});

# https://github.com/kowainik/policeman/issues/57
policeman = doJailbreak super.policeman;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7265,7 +7265,6 @@ broken-packages:
- libraft
- librandomorg
- librato
- libsodium
- libssh2
- libssh2-conduit
- libsystemd-daemon
Expand Down