haskell: fix build of LambdaHack

This commit is contained in:
Bas van Dijk 2017-09-10 12:24:24 +02:00
parent 398b36431d
commit 09bdd6260f

View File

@ -124,6 +124,8 @@ self: super: {
extraLibraries = [ pkgs.openblasCompat ];
});
LambdaHack = super.LambdaHack.override { sdl2-ttf = super.sdl2-ttf_2_0_1; };
# The Haddock phase fails for one reason or another.
acme-one = dontHaddock super.acme-one;
attoparsec-conduit = dontHaddock super.attoparsec-conduit;