double-conversion: remove patch superseeded by ghc patch

https://github.com/NixOS/nixpkgs/pull/27584
This commit is contained in:
Domen Kožar 2017-08-06 10:38:44 +02:00
parent e619ace733
commit 8e16cee256
No known key found for this signature in database
GPG Key ID: C2FFBCAFD2C24246

View File

@ -182,13 +182,7 @@ self: super: {
else dontCheck super.fsnotify;
double-conversion = if !pkgs.stdenv.isDarwin
then addExtraLibrary
# https://github.com/bos/double-conversion/pull/17
(appendPatch super.double-conversion (pkgs.fetchpatch {
url = "https://github.com/basvandijk/double-conversion/commit/0927e347d53dbd96d1949930e728cc2471dd4b14.patch";
sha256 = "042yqbq5p6nc9nymmbz9hgp51dlc5asaj9bf91kw5fph6dw2hwg9";
}))
pkgs.stdenv.cc.cc.lib
then super.double-conversion
else addExtraLibrary (overrideCabal super.double-conversion (drv:
{
postPatch = ''