open-vm-tools: Broken on non-x86

https://hydra.nixos.org/build/65049444
This commit is contained in:
Tuomas Tynkkynen 2017-12-03 19:48:16 +02:00
parent 9a13bc817e
commit 56ecf95468

View File

@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
better management of, and seamless user interactions with, guests.
'';
license = licenses.gpl2;
platforms = platforms.linux;
platforms = [ "x86_64-linux" "i686-linux" ];
maintainers = with maintainers; [ joamaki ];
};
}