From 381f4d1aab048162d2becdd1ecced1ac0829402a Mon Sep 17 00:00:00 2001 From: Victor Nawothnig Date: Tue, 25 Aug 2020 13:34:20 +0200 Subject: [PATCH] Update pkgs/development/haskell-modules/configuration-common.nix Co-authored-by: Dennis Gosnell --- pkgs/development/haskell-modules/configuration-common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 1970efca80c..66340a8b2c1 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/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