From b64021cdaa459492d4157b451401066aa98b66c5 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 24 Jun 2015 12:29:02 +0200 Subject: [PATCH] haskell-gnutls: linker errors have been fixed upstream --- pkgs/development/haskell-modules/configuration-common.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 269c020c3760..50bf89c30014 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -820,9 +820,6 @@ self: super: { # https://github.com/bos/aeson/issues/253 aeson = dontCheck super.aeson; - # GNUTLS 3.4 causes linker errors: http://hydra.cryp.to/build/839563/nixlog/2/raw - gnutls = super.gnutls.override { gnutls = pkgs.gnutls33; }; - # Won't compile with recent versions of QuickCheck. testpack = markBroken super.testpack; MissingH = dontCheck super.MissingH;