summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-09-16 10:24:23 +0200
committerPeter Simons <simons@cryp.to>2015-09-19 08:20:51 +0200
commit1b86d24d4118cd1b80983d0548555137744c150c (patch)
tree68395a9e608efba0ecf4d880f53c84875d44eee6 /pkgs/development/haskell-modules
parent9e4b5dce24062b6fd7b69ee4b18920830b392984 (diff)
downloadnixpkgs-1b86d24d4118cd1b80983d0548555137744c150c.tar
nixpkgs-1b86d24d4118cd1b80983d0548555137744c150c.tar.gz
nixpkgs-1b86d24d4118cd1b80983d0548555137744c150c.tar.bz2
nixpkgs-1b86d24d4118cd1b80983d0548555137744c150c.tar.lz
nixpkgs-1b86d24d4118cd1b80983d0548555137744c150c.tar.xz
nixpkgs-1b86d24d4118cd1b80983d0548555137744c150c.tar.zst
nixpkgs-1b86d24d4118cd1b80983d0548555137744c150c.zip
haskell-libconfig builds without overrides.
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
1 files changed, 1 insertions, 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 \