Loading pkgs/by-name/po/podman/package.nix +10 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, stdenv, fetchFromGitHub, fetchpatch2, pkg-config, installShellFiles, buildGoModule, Loading Loading @@ -91,6 +92,15 @@ buildGoModule rec { # we intentionally don't build and install the helper so we shouldn't display messages to users about it ./rm-podman-mac-helper-msg.patch # backport of fix for https://github.com/containers/storage/issues/2184 # https://github.com/containers/storage/pull/2185 (fetchpatch2 { url = "https://github.com/containers/storage/commit/99b0d2d423c8093807d8a1464437152cd04d7d95.diff?full_index=1"; hash = "sha256-aahYXnDf3qCOlb6MfVDqFKCcQG257r5sbh5qnL0T40I="; stripLen = 1; extraPrefix = "vendor/github.com/containers/storage/"; }) ]; vendorHash = null; Loading Loading
pkgs/by-name/po/podman/package.nix +10 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, stdenv, fetchFromGitHub, fetchpatch2, pkg-config, installShellFiles, buildGoModule, Loading Loading @@ -91,6 +92,15 @@ buildGoModule rec { # we intentionally don't build and install the helper so we shouldn't display messages to users about it ./rm-podman-mac-helper-msg.patch # backport of fix for https://github.com/containers/storage/issues/2184 # https://github.com/containers/storage/pull/2185 (fetchpatch2 { url = "https://github.com/containers/storage/commit/99b0d2d423c8093807d8a1464437152cd04d7d95.diff?full_index=1"; hash = "sha256-aahYXnDf3qCOlb6MfVDqFKCcQG257r5sbh5qnL0T40I="; stripLen = 1; extraPrefix = "vendor/github.com/containers/storage/"; }) ]; vendorHash = null; Loading