forked from mirrors/nixpkgs
Merge pull request #145150 from r-burns/ocl-icd-vendordir
This commit is contained in:
commit
bb4cba1777
|
@ -25,10 +25,15 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [ opencl-headers ];
|
||||
|
||||
configureFlags = [
|
||||
"--enable-custom-vendordir=/run/opengl-driver/etc/OpenCL/vendors"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "OpenCL ICD Loader for ${opencl-headers.name}";
|
||||
homepage = "https://github.com/OCL-dev/ocl-icd";
|
||||
license = licenses.bsd2;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ r-burns ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue