Skip to content

Commit

Permalink
lxcfs: fix cross compilation
Browse files Browse the repository at this point in the history
(cherry picked from commit 3ad5810)
  • Loading branch information
NickCao authored and github-actions[bot] committed Dec 20, 2024
1 parent f66fbfe commit 80bef76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/lx/lxcfs/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
help2man
makeWrapper
ninja
(python3.withPackages (p: [ p.jinja2 ]))
(python3.pythonOnBuildForHost.withPackages (p: [ p.jinja2 ]))
pkg-config
];
buildInputs = [ fuse3 ];
Expand Down

0 comments on commit 80bef76

Please sign in to comment.