Merge pull request #201934 from qbit/vmm_clock_x86_only
This commit is contained in:
commit
e7cbe75849
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue