add missing library

This commit is contained in:
nek0 2020-05-12 16:22:21 +02:00
parent cdd5db2b73
commit 0cc3195455
1 changed files with 1 additions and 1 deletions

View File

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