add missing library
This commit is contained in:
parent
cdd5db2b73
commit
0cc3195455
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||||
|
|
Loading…
Reference in a new issue