double-conversion: propagate libcxx

Packages that depend on double-conversion may fail their doctests if dlopen(libc++.dylib)
fails.
wip/yesman
Jude Taylor 9 years ago
parent a92c024c7f
commit 7f0e9659f7
  1. 4
      pkgs/development/haskell-modules/configuration-common.nix

@ -217,12 +217,12 @@ self: super: {
double-conversion = if !pkgs.stdenv.isDarwin
then super.double-conversion
else overrideCabal super.double-conversion (drv:
else addBuildDepend (overrideCabal super.double-conversion (drv:
{
postPatch = ''
substituteInPlace double-conversion.cabal --replace stdc++ c++
'';
});
})) pkgs.libcxx;
# tests don't compile for some odd reason
jwt = dontCheck super.jwt;

Loading…
Cancel
Save