1
0
Fork 1
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:
Peter Simons 2015-09-16 13:17:11 +02:00
parent b3b735bd20
commit aa88e53408

View file

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