Loading pkgs/by-name/gv/gvisor/package.nix +7 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ , iptables , makeWrapper , procps , glibc }: buildGoModule { Loading @@ -23,6 +24,12 @@ buildGoModule { hash = "sha256-idgUEbYAfnm/HphVs12Sj1FwG+jmL2BBr0PJnG9BC3A="; }; # Replace the placeholder with the actual path to ldconfig postPatch = '' substituteInPlace runsc/container/container.go \ --replace-fail '"/sbin/ldconfig"' '"${glibc}/bin/ldconfig"' ''; vendorHash = "sha256-jbMXeNXzvjfJcIfHjvf8I3ePjm6KFTXJ94ia4T2hUs4="; nativeBuildInputs = [ makeWrapper ]; Loading Loading
pkgs/by-name/gv/gvisor/package.nix +7 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ , iptables , makeWrapper , procps , glibc }: buildGoModule { Loading @@ -23,6 +24,12 @@ buildGoModule { hash = "sha256-idgUEbYAfnm/HphVs12Sj1FwG+jmL2BBr0PJnG9BC3A="; }; # Replace the placeholder with the actual path to ldconfig postPatch = '' substituteInPlace runsc/container/container.go \ --replace-fail '"/sbin/ldconfig"' '"${glibc}/bin/ldconfig"' ''; vendorHash = "sha256-jbMXeNXzvjfJcIfHjvf8I3ePjm6KFTXJ94ia4T2hUs4="; nativeBuildInputs = [ makeWrapper ]; Loading