Skip to content

Commit

Permalink
haskellPackages.double-conversion: remove upstreamed patch
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Oct 9, 2017
1 parent f6858e5 commit a1dfb19
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pkgs/development/haskell-modules/configuration-common.nix
Expand Up @@ -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
Expand Down

0 comments on commit a1dfb19

Please sign in to comment.