7 stdenv.mkDerivation rec {
8 pname = "intel-gmmlib";
11 src = fetchFromGitHub {
14 rev = "intel-gmmlib-${version}";
15 sha256 = "sha256-ZJQ4KLKWA9SIXqKffU/uxUU+aXgfDdxQ5Wejgcfowgs=";
18 nativeBuildInputs = [ cmake ];
21 homepage = "https://github.com/intel/gmmlib";
22 license = licenses.mit;
23 description = "Intel Graphics Memory Management Library";
25 The Intel(R) Graphics Memory Management Library provides device specific
26 and buffer management for the Intel(R) Graphics Compute Runtime for
27 OpenCL(TM) and the Intel(R) Media Driver for VAAPI.
29 platforms = [ "x86_64-linux" "i686-linux" ];
30 maintainers = with maintainers; [ SuperSandro2000 ];