vmm_clock: only build for x86 kernels
ZHF:#199919
This commit is contained in:
parent
e76630cf47
commit
067196dc65
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://github.com/voutilad/vmm_clock";
|
homepage = "https://github.com/voutilad/vmm_clock";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ qbit ];
|
maintainers = with maintainers; [ qbit ];
|
||||||
platforms = platforms.linux;
|
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user