virtiofsd: Add versionCheckHook
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
fetchFromGitLab,
|
||||
libcap_ng,
|
||||
libseccomp,
|
||||
versionCheckHook,
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
@@ -38,6 +39,11 @@ rustPlatform.buildRustPackage rec {
|
||||
install -Dm644 50-virtiofsd.json "$out/share/qemu/vhost-user/50-virtiofsd.json"
|
||||
'';
|
||||
|
||||
nativeInstallCheckInputs = [
|
||||
versionCheckHook
|
||||
];
|
||||
doInstallCheck = true;
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://gitlab.com/virtio-fs/virtiofsd";
|
||||
description = "vhost-user virtio-fs device backend written in Rust";
|
||||
|
||||
Reference in New Issue
Block a user