libvmi: mark broken

In file included from ./driver/xen/xen_private.h:42,
  error: unknown type name 'xc_dominfo_t'; did you mean 'xc_meminfo_t'?

PR #328873 reverts this commit and updates LibVMI.

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
This commit is contained in:
Fernando Rodrigues 2024-07-03 13:38:17 +00:00
parent af205ce47a
commit 8d4151a171
No known key found for this signature in database
GPG Key ID: CC3AE2EA00000000

View File

@ -45,5 +45,6 @@ stdenv.mkDerivation rec {
license = with licenses; [ gpl3 lgpl3 ];
platforms = platforms.linux;
maintainers = [ ];
broken = true;
};
}