diff --git a/pkgs/by-name/lx/lxcfs/package.nix b/pkgs/by-name/lx/lxcfs/package.nix index 8b10fd6886d3..07a8f1725392 100644 --- a/pkgs/by-name/lx/lxcfs/package.nix +++ b/pkgs/by-name/lx/lxcfs/package.nix @@ -59,6 +59,13 @@ stdenv.mkDerivation rec { util-linux ] } + + # requires access to sleep + wrapProgram "$out/share/lxcfs/lxc.reboot.hook" --prefix PATH : ${ + lib.makeBinPath [ + coreutils + ] + } ''; postFixup = ''