vpl-gpu-rt: Set platforms to x86_64-linux only (#359968)

authored by Wolfgang Walther and committed by GitHub da5449bc 5d3e6fd1

+1 -4
+1 -4
pkgs/by-name/vp/vpl-gpu-rt/package.nix
··· 29 29 homepage = "https://github.com/intel/vpl-gpu-rt"; 30 30 changelog = "https://github.com/intel/vpl-gpu-rt/releases/tag/${src.rev}"; 31 31 license = [ lib.licenses.mit ]; 32 - platforms = lib.platforms.linux; 33 - # CMake adds x86 specific compiler flags in <source>/builder/FindGlobals.cmake 34 - # NOTE: https://github.com/oneapi-src/oneVPL-intel-gpu/issues/303 35 - broken = !stdenv.hostPlatform.isx86; 32 + platforms = [ "x86_64-linux" ]; 36 33 maintainers = with lib.maintainers; [ evanrichter pjungkamp ]; 37 34 }; 38 35 }