mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 07:00:43 +00:00
haskell-hpc-coveralls: the build fails with dynamic linking enabled
This commit is contained in:
parent
b3b735bd20
commit
aa88e53408
|
@ -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;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue