From 34052b51e00c939a35294d7085cadb5111484dd3 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 26 May 2018 13:20:47 +0200 Subject: Separate headers into compilation units --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 2a16377..c57c8a5 100644 --- a/shell.nix +++ b/shell.nix @@ -5,8 +5,8 @@ stdenv.mkDerivation rec { env = buildEnv { name = name; paths = buildInputs; }; buildInputs = [ git cmake gcc gdb cgdb - glew glfw3 + glew glm ]; } -- cgit v1.2.3