aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerlaender2021-01-30 21:00:44 +0100
committerAdrian Kummerlaender2021-01-30 21:00:44 +0100
commit5cc35d96eac23a7e995daa5891c2f16d921e753c (patch)
treebd6c93e51bd7ffd2f7c5c847fef9a24784aa35a7
parent5dbb5f58aff1195af5ca8d7eaa7f10ebd5dcf8bd (diff)
downloadboltzgas-5cc35d96eac23a7e995daa5891c2f16d921e753c.tar
boltzgas-5cc35d96eac23a7e995daa5891c2f16d921e753c.tar.gz
boltzgas-5cc35d96eac23a7e995daa5891c2f16d921e753c.tar.bz2
boltzgas-5cc35d96eac23a7e995daa5891c2f16d921e753c.tar.lz
boltzgas-5cc35d96eac23a7e995daa5891c2f16d921e753c.tar.xz
boltzgas-5cc35d96eac23a7e995daa5891c2f16d921e753c.tar.zst
boltzgas-5cc35d96eac23a7e995daa5891c2f16d921e753c.zip
Update build environment
-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 = ''