haskell-LambdaHack: update override for sdl2-ttf version
This commit is contained in:
parent
dc1c9257ce
commit
d5dceefa71
|
@ -152,7 +152,7 @@ self: super: {
|
|||
extraLibraries = [ pkgs.openblasCompat ];
|
||||
});
|
||||
|
||||
LambdaHack = super.LambdaHack.override { sdl2-ttf = super.sdl2-ttf_2_0_1; };
|
||||
LambdaHack = super.LambdaHack.override { sdl2-ttf = super.sdl2-ttf_2_0_2; };
|
||||
|
||||
# The Haddock phase fails for one reason or another.
|
||||
acme-one = dontHaddock super.acme-one;
|
||||
|
|
Loading…
Reference in a new issue