Update pkgs/development/haskell-modules/configuration-common.nix

Co-authored-by: Dennis Gosnell <cdep.illabout@gmail.com>
wip/yesman
Victor Nawothnig 4 years ago committed by GitHub
parent 25a1978dc4
commit 381f4d1aab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/development/haskell-modules/configuration-common.nix

@ -1331,7 +1331,7 @@ self: super: {
monad-dijkstra = dontCheck (doJailbreak super.monad-dijkstra);
libsodium = overrideCabal super.libsodium (drv: {
libraryToolDepends = drv.libraryToolDepends or [self.c2hs];
libraryToolDepends = (drv.libraryToolDepends or []) ++ [self.c2hs];
});
# https://github.com/kowainik/policeman/issues/57

Loading…
Cancel
Save