Skip to content

Commit

Permalink
libsodium: feed c2hs dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Nawothnig authored and Victor Nawothnig committed Aug 25, 2020
1 parent 1177216 commit 25a1978
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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);

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

0 comments on commit 25a1978

Please sign in to comment.