haskell-sdl2: disable Haddock phase to fix the build

https://github.com/haskell-game/sdl2/issues/31
This commit is contained in:
Peter Simons 2014-11-13 14:29:24 +01:00
parent 48d910fb32
commit f33c89d23f

View file

@ -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;