Loading pkgs/by-name/lx/lxcfs/package.nix +3 −2 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ pkg-config, python3, util-linux, coreutils, }: stdenv.mkDerivation rec { Loading Loading @@ -51,8 +52,8 @@ stdenv.mkDerivation rec { ''; postInstall = '' # `mount` hook requires access to the `mount` command from `util-linux`: wrapProgram "$out/share/lxcfs/lxc.mount.hook" --prefix PATH : "${util-linux}/bin" # `mount` hook requires access to the `mount` command from `util-linux` and `readlink` from `coreutils`: wrapProgram "$out/share/lxcfs/lxc.mount.hook" --prefix PATH : ${lib.makeBinPath [ coreutils util-linux ]} ''; postFixup = '' Loading Loading
pkgs/by-name/lx/lxcfs/package.nix +3 −2 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ pkg-config, python3, util-linux, coreutils, }: stdenv.mkDerivation rec { Loading Loading @@ -51,8 +52,8 @@ stdenv.mkDerivation rec { ''; postInstall = '' # `mount` hook requires access to the `mount` command from `util-linux`: wrapProgram "$out/share/lxcfs/lxc.mount.hook" --prefix PATH : "${util-linux}/bin" # `mount` hook requires access to the `mount` command from `util-linux` and `readlink` from `coreutils`: wrapProgram "$out/share/lxcfs/lxc.mount.hook" --prefix PATH : ${lib.makeBinPath [ coreutils util-linux ]} ''; postFixup = '' Loading