haskellPackages.double-conversion: remove upstreamed patch
https://github.com/bos/double-conversion/commit/81d53e299f8569249387ecfc949a69ff55ecfe48
This commit is contained in:
@@ -212,12 +212,7 @@ self: super: {
|
|||||||
|
|
||||||
double-conversion = if !pkgs.stdenv.isDarwin
|
double-conversion = if !pkgs.stdenv.isDarwin
|
||||||
then super.double-conversion
|
then super.double-conversion
|
||||||
else addExtraLibrary (overrideCabal super.double-conversion (drv:
|
else addExtraLibrary super.double-conversion pkgs.libcxx;
|
||||||
{
|
|
||||||
postPatch = ''
|
|
||||||
substituteInPlace double-conversion.cabal --replace stdc++ c++
|
|
||||||
'';
|
|
||||||
})) pkgs.libcxx;
|
|
||||||
|
|
||||||
inline-c-cpp = if !pkgs.stdenv.isDarwin
|
inline-c-cpp = if !pkgs.stdenv.isDarwin
|
||||||
then super.inline-c-cpp
|
then super.inline-c-cpp
|
||||||
|
|||||||
Reference in New Issue
Block a user