libsodium: feed c2hs dependency

wip/yesman
Victor Nawothnig 4 years ago
parent 1177216e45
commit 25a1978dc4
  1. 4
      pkgs/development/haskell-modules/configuration-common.nix
  2. 1
      pkgs/development/haskell-modules/configuration-hackage2nix.yaml

@ -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;

@ -7265,7 +7265,6 @@ broken-packages:
- libraft
- librandomorg
- librato
- libsodium
- libssh2
- libssh2-conduit
- libsystemd-daemon

Loading…
Cancel
Save