libvmi: Add platforms metadata

This commit is contained in:
Leon Schuermann 2018-07-03 18:17:51 +01:00
parent 5d3d84b74f
commit c5dff34ae1

View File

@ -42,6 +42,7 @@ stdenv.mkDerivation rec {
and accessing the vCPU registers.
'';
license = with licenses; [ gpl3 lgpl3 ];
platforms = platforms.linux;
maintainers = with maintainers; [ lschuermann ];
};
}