youki: fix cross compilation

This commit is contained in:
Nick Cao 2024-09-29 09:32:47 -04:00
parent 06e62b4042
commit 6ca3efada5
No known key found for this signature in database

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 = [