haskellPackages.double-conversion: remove upstreamed patch

81d53e299f
This commit is contained in:
Domen Kožar 2017-10-09 14:42:29 +02:00
parent f6858e55c2
commit a1dfb1916a
No known key found for this signature in database
GPG Key ID: C2FFBCAFD2C24246

View File

@ -212,12 +212,7 @@ self: super: {
double-conversion = if !pkgs.stdenv.isDarwin
then super.double-conversion
else addExtraLibrary (overrideCabal super.double-conversion (drv:
{
postPatch = ''
substituteInPlace double-conversion.cabal --replace stdc++ c++
'';
})) pkgs.libcxx;
else addExtraLibrary super.double-conversion pkgs.libcxx;
inline-c-cpp = if !pkgs.stdenv.isDarwin
then super.inline-c-cpp