libvmi: Add platforms metadata
This commit is contained in:
parent
5d3d84b74f
commit
c5dff34ae1
|
@ -42,6 +42,7 @@ stdenv.mkDerivation rec {
|
||||||
and accessing the vCPU registers.
|
and accessing the vCPU registers.
|
||||||
'';
|
'';
|
||||||
license = with licenses; [ gpl3 lgpl3 ];
|
license = with licenses; [ gpl3 lgpl3 ];
|
||||||
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ lschuermann ];
|
maintainers = with maintainers; [ lschuermann ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue