From 1b86d24d4118cd1b80983d0548555137744c150c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 16 Sep 2015 10:24:23 +0200 Subject: [PATCH] haskell-libconfig builds without overrides. --- pkgs/development/haskell-modules/configuration-common.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index fa5dad1cb13..158f15089e5 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -123,9 +123,7 @@ self: super: { # https://github.com/haskell/time/issues/23 time_1_5_0_1 = dontCheck super.time_1_5_0_1; - # Help libconfig find it's C language counterpart. - libconfig = (dontCheck super.libconfig).override { config = pkgs.libconfig; }; - + # Switch levmar build to openblas. bindings-levmar = overrideCabal super.bindings-levmar (drv: { preConfigure = '' sed -i bindings-levmar.cabal \