aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shell.nix6
1 files 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 = ''