From 5cc35d96eac23a7e995daa5891c2f16d921e753c Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 30 Jan 2021 21:00:44 +0100 Subject: Update build environment --- shell.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/shell.nix b/shell.nix index d2ea65e..1e231f9 100644 --- a/shell.nix +++ b/shell.nix @@ -9,8 +9,10 @@ pkgs.stdenvNoCC.mkDerivation rec { packageOverrides = self: super: { pyopencl = super.pyopencl.overridePythonAttrs(old: rec { buildInputs = with pkgs; [ - opencl-headers ocl-icd python37Packages.pybind11 - libGLU_combined + opencl-headers ocl-icd + python38Packages.pybind11 + libGL + libGLU ]; # Enable OpenGL integration and fix build preBuild = '' -- cgit v1.2.3