From 0cc3195455293aa69843cae5b78282c042a81097 Mon Sep 17 00:00:00 2001 From: nek0 Date: Tue, 12 May 2020 16:22:21 +0200 Subject: [PATCH] add missing library --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ];