Merge pull request #201934 from qbit/vmm_clock_x86_only

This commit is contained in:
Martin Weinelt 2022-11-20 02:24:08 +01:00 committed by GitHub
commit e7cbe75849
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;