Unverified Commit 0e4e4814 authored by misuzu's avatar misuzu Committed by GitHub
Browse files

lxcfs: fix cross compilation (#366693)

parents 8f7e9281 3ad5810c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];