From aa88e534082f0e9b4e8d494509e264c991f3d49e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 16 Sep 2015 13:17:11 +0200 Subject: [PATCH] haskell-hpc-coveralls: the build fails with dynamic linking enabled --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 0fde3d588f9f..b49fc968d61d 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1025,4 +1025,8 @@ self: super: { }); in g'; + # https://github.com/guillaume-nargeot/hpc-coveralls/issues/52 + hpc-coveralls = disableSharedExecutables super.hpc-coveralls; + hpc-coveralls_0_9_0 = disableSharedExecutables super.hpc-coveralls_0_9_0; + }