11 stdenv.mkDerivation rec {
15 src = fetchFromGitHub {
19 sha256 = "sha256-W6MQI41J9CKeM1eILCkvmW34cbCC8YeEF2mE+Ci8o7s=";
33 broken = (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64);
34 homepage = "https://01.org/linuxmedia";
35 description = "Intel C for Media Runtime";
36 longDescription = "Media GPU kernel manager for Intel G45 & HD Graphics family";
37 license = licenses.mit;
38 maintainers = with maintainers; [ tadfisher ];
39 platforms = platforms.linux;