1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

configuration-ghc-7.10.x.nix: remove obsolete override for linear

This commit is contained in:
Peter Simons 2016-05-06 13:53:38 +02:00
parent 2f9a2e6808
commit c23fd4fbc9

View file

@ -33,11 +33,6 @@ self: super: {
unix = null;
xhtml = null;
# ekmett/linear#74
linear = overrideCabal super.linear (drv: {
prePatch = "sed -i 's/-Werror//g' linear.cabal";
});
# Our core version of Cabal is good enough for this build.
cabal-install = dontCheck (super.cabal-install.override { Cabal = null; });