vmm_clock: only build for x86 kernels

ZHF:#199919
This commit is contained in:
Aaron Bieber 2022-11-19 09:35:52 -07:00
parent e76630cf47
commit 067196dc65
No known key found for this signature in database

View file

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/voutilad/vmm_clock";
license = licenses.gpl2;
maintainers = with maintainers; [ qbit ];
platforms = platforms.linux;
platforms = [ "i686-linux" "x86_64-linux" ];
};
enableParallelBuilding = true;