youki: fix cross compilation (#345297)

This commit is contained in:
Nick Cao 2024-09-29 18:19:52 -04:00 committed by GitHub
commit 4e0c36e4dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,7 @@
fetchFromGitHub,
pkg-config,
installShellFiles,
getconf,
dbus,
libseccomp,
systemd,
@ -24,6 +25,7 @@ rustPlatform.buildRustPackage rec {
nativeBuildInputs = [
pkg-config
installShellFiles
getconf
];
buildInputs = [