From f8206aae565894a5d4374600cebaa0fae8b8c19c Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 25 Jul 2019 20:21:03 +0200 Subject: Add GCC to environment --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index 7c2ba9f..fd3f13e 100644 --- a/shell.nix +++ b/shell.nix @@ -56,6 +56,7 @@ pkgs.stdenvNoCC.mkDerivation rec { in [ local-python pkgs.opencl-info + pkgs.gcc9 # jupyter dependencies pkgs.nodejs ]; -- cgit v1.2.3