libsodium: feed c2hs dependency

This commit is contained in:
Victor Nawothnig 2020-08-25 12:30:50 +02:00
parent 1177216e45
commit 25a1978dc4
2 changed files with 4 additions and 1 deletions

View file

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

View file

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