haskell-libconfig builds without overrides.

wip/yesman
Peter Simons 9 years ago
parent 9e4b5dce24
commit 1b86d24d41
  1. 4
      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 \

Loading…
Cancel
Save