3
0
Fork 0
forked from mirrors/nixpkgs

haskell-Agda: overrides are no longer necessary

This commit is contained in:
Mateusz Kowalczyk 2015-05-26 05:51:33 +01:00
parent 1a6e124da8
commit 4128b474f4

View file

@ -115,9 +115,6 @@ self: super: {
# Cannot compile its own test suite: https://github.com/haskell/network-uri/issues/10.
network-uri = dontCheck super.network-uri;
# Agda-2.4.2.2 needs these overrides to compile.
Agda = super.Agda.override { equivalence = self.equivalence_0_2_5; cpphs = self.cpphs_1_18_9; };
# Help libconfig find it's C language counterpart.
libconfig = (dontCheck super.libconfig).override { config = pkgs.libconfig; };