Skip to content

Commit

Permalink
youki: fix cross compilation (NixOS#345297)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Sep 29, 2024
2 parents cde20f0 + 6ca3efa commit 4e0c36e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/by-name/yo/youki/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
fetchFromGitHub,
pkg-config,
installShellFiles,
getconf,
dbus,
libseccomp,
systemd,
Expand All @@ -24,6 +25,7 @@ rustPlatform.buildRustPackage rec {
nativeBuildInputs = [
pkg-config
installShellFiles
getconf
];

buildInputs = [
Expand Down

0 comments on commit 4e0c36e

Please sign in to comment.