Merge pull request #29190 from LumiGuide/fix-LambdaHack

haskell: fix build of LambdaHack
This commit is contained in:
Peter Simons 2017-09-10 20:40:28 +02:00 committed by GitHub
commit 7cd5ff6376

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;