Update pkgs/development/haskell-modules/configuration-common.nix
Co-authored-by: Dennis Gosnell <cdep.illabout@gmail.com>
This commit is contained in:
parent
25a1978dc4
commit
381f4d1aab
@ -1331,7 +1331,7 @@ self: super: {
|
|||||||
monad-dijkstra = dontCheck (doJailbreak super.monad-dijkstra);
|
monad-dijkstra = dontCheck (doJailbreak super.monad-dijkstra);
|
||||||
|
|
||||||
libsodium = overrideCabal super.libsodium (drv: {
|
libsodium = overrideCabal super.libsodium (drv: {
|
||||||
libraryToolDepends = drv.libraryToolDepends or [self.c2hs];
|
libraryToolDepends = (drv.libraryToolDepends or []) ++ [self.c2hs];
|
||||||
});
|
});
|
||||||
|
|
||||||
# https://github.com/kowainik/policeman/issues/57
|
# https://github.com/kowainik/policeman/issues/57
|
||||||
|
Loading…
x
Reference in New Issue
Block a user