haskell-double-conversion: add libstdc++ to inputs
This commit is contained in:
parent
1085701293
commit
c8577b9f30
|
@ -226,8 +226,8 @@ self: super: {
|
||||||
else super.x509-system;
|
else super.x509-system;
|
||||||
|
|
||||||
double-conversion = if !pkgs.stdenv.isDarwin
|
double-conversion = if !pkgs.stdenv.isDarwin
|
||||||
then super.double-conversion
|
then addExtraLibrary super.double-conversion pkgs.stdenv.cc.cc.lib
|
||||||
else addBuildDepend (overrideCabal super.double-conversion (drv:
|
else addExtraLibrary (overrideCabal super.double-conversion (drv:
|
||||||
{
|
{
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace double-conversion.cabal --replace stdc++ c++
|
substituteInPlace double-conversion.cabal --replace stdc++ c++
|
||||||
|
|
Loading…
Reference in New Issue