haskell-sdl2: disable Haddock phase to fix the build
https://github.com/haskell-game/sdl2/issues/31
This commit is contained in:
parent
48d910fb32
commit
f33c89d23f
|
@ -9,6 +9,7 @@ cabal.mkDerivation (self: {
|
|||
buildDepends = [ transformers ];
|
||||
extraLibraries = [ SDL2 ];
|
||||
pkgconfigDepends = [ SDL2 ];
|
||||
noHaddock = true;
|
||||
meta = {
|
||||
description = "Low-level bindings to SDL2";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
|
Loading…
Reference in New Issue