10 stdenv.mkDerivation rec {
14 src = fetchFromGitHub {
18 sha256 = "1km2rqc9pw6xxkqp77a22pxfsb5kgw95w9zd15l5jgvyjb6rqqad";
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 ];