10 stdenv.mkDerivation rec {
14 src = fetchFromGitHub {
18 sha256 = "sha256-nx9Zz5DpS29g1HRIwPAQi6i+d7Blxd53WQ7Sb1a3FHg=";
26 buildInputs = [ opencl-headers ];
29 "--enable-custom-vendordir=/run/opengl-driver/etc/OpenCL/vendors"
33 description = "OpenCL ICD Loader for ${opencl-headers.name}";
34 homepage = "https://github.com/OCL-dev/ocl-icd";
35 license = licenses.bsd2;
36 platforms = platforms.unix;
37 maintainers = with maintainers; [ r-burns ];