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

Co-authored-by: Dennis Gosnell <cdep.illabout@gmail.com>
This commit is contained in:
Victor Nawothnig 2020-08-25 13:34:20 +02:00 committed by GitHub
parent 25a1978dc4
commit 381f4d1aab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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