vmm_clock: only build for x86 kernels

ZHF:#199919

+1 -1
+1 -1
pkgs/os-specific/linux/vmm_clock/default.nix
··· 32 homepage = "https://github.com/voutilad/vmm_clock"; 33 license = licenses.gpl2; 34 maintainers = with maintainers; [ qbit ]; 35 - platforms = platforms.linux; 36 }; 37 38 enableParallelBuilding = true;
··· 32 homepage = "https://github.com/voutilad/vmm_clock"; 33 license = licenses.gpl2; 34 maintainers = with maintainers; [ qbit ]; 35 + platforms = [ "i686-linux" "x86_64-linux" ]; 36 }; 37 38 enableParallelBuilding = true;