diff --git a/shell.nix b/shell.nix index f593ef7..9185afd 100644 --- a/shell.nix +++ b/shell.nix @@ -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 ];