Loading pkgs/by-name/s5/s5cmd/package.nix +10 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildGoModule, fetchFromGitHub, versionCheckHook, }: buildGoModule (finalAttrs: { Loading @@ -17,9 +18,18 @@ buildGoModule (finalAttrs: { vendorHash = null; ldflags = [ "-X github.com/peak/s5cmd/v2/version.Version=v${finalAttrs.version}" ]; # Skip e2e tests requiring network access excludedPackages = [ "./e2e" ]; # Fix tests creating network sockets on macOS __darwinAllowLocalNetworking = true; nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true; versionCheckProgramArg = [ "version" ]; meta = { homepage = "https://github.com/peak/s5cmd"; description = "Parallel S3 and local filesystem execution tool"; Loading Loading
pkgs/by-name/s5/s5cmd/package.nix +10 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildGoModule, fetchFromGitHub, versionCheckHook, }: buildGoModule (finalAttrs: { Loading @@ -17,9 +18,18 @@ buildGoModule (finalAttrs: { vendorHash = null; ldflags = [ "-X github.com/peak/s5cmd/v2/version.Version=v${finalAttrs.version}" ]; # Skip e2e tests requiring network access excludedPackages = [ "./e2e" ]; # Fix tests creating network sockets on macOS __darwinAllowLocalNetworking = true; nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true; versionCheckProgramArg = [ "version" ]; meta = { homepage = "https://github.com/peak/s5cmd"; description = "Parallel S3 and local filesystem execution tool"; Loading