summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-06-24 12:29:02 +0200
committerPeter Simons <simons@cryp.to>2015-06-25 12:16:48 +0200
commitb64021cdaa459492d4157b451401066aa98b66c5 (patch)
treeaadd06cad47a4e8e4c98cab7aa28a39852cdfe6c /pkgs/development/haskell-modules/configuration-common.nix
parent66bd251a7c7a3b14818d6c714b8d2e25bf19ccfc (diff)
downloadnixlib-b64021cdaa459492d4157b451401066aa98b66c5.tar
nixlib-b64021cdaa459492d4157b451401066aa98b66c5.tar.gz
nixlib-b64021cdaa459492d4157b451401066aa98b66c5.tar.bz2
nixlib-b64021cdaa459492d4157b451401066aa98b66c5.tar.lz
nixlib-b64021cdaa459492d4157b451401066aa98b66c5.tar.xz
nixlib-b64021cdaa459492d4157b451401066aa98b66c5.tar.zst
nixlib-b64021cdaa459492d4157b451401066aa98b66c5.zip
haskell-gnutls: linker errors have been fixed upstream
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 0 insertions, 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;