add missing library

This commit is contained in:
nek0 2020-05-12 16:22:21 +02:00
parent cdd5db2b73
commit 0cc3195455

View file

@ -60,7 +60,7 @@ let
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
libraryHaskellDepends = [ base bytestring containers text vector ]; libraryHaskellDepends = [ base bytestring containers text vector ];
librarySystemDepends = [ glew libGL libGLU ]; librarySystemDepends = [ glew libGL libGLU pkgs.xorg.libX11 ];
libraryPkgconfigDepends = [ glew ]; libraryPkgconfigDepends = [ glew ];
libraryToolDepends = [ c2hs ]; libraryToolDepends = [ c2hs ];
testHaskellDepends = [ base containers hspec inline-c QuickCheck ]; testHaskellDepends = [ base containers hspec inline-c QuickCheck ];