We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6bd7162 + bef413e commit 6f4a52dCopy full SHA for 6f4a52d
1 file changed
pkgs/by-name/po/podman/package.nix
@@ -5,14 +5,14 @@
5
pkg-config,
6
installShellFiles,
7
buildGoModule,
8
+ buildPackages,
9
gpgme,
10
lvm2,
11
btrfs-progs,
12
libapparmor,
13
libseccomp,
14
libselinux,
15
systemd,
- go-md2man,
16
nixosTests,
17
python3,
18
makeBinaryWrapper,
@@ -70,7 +70,6 @@ buildGoModule (finalAttrs: {
70
71
nativeBuildInputs = [
72
pkg-config
73
- go-md2man
74
installShellFiles
75
makeBinaryWrapper
76
python3
@@ -89,6 +88,7 @@ buildGoModule (finalAttrs: {
89
88
env = {
90
HELPER_BINARIES_DIR = "${placeholder "out"}/libexec/podman"; # used in buildPhase & installPhase
91
PREFIX = "${placeholder "out"}";
+ GOMD2MAN = "${buildPackages.go-md2man}/bin/go-md2man";
92
};
93
94
buildPhase = ''
0 commit comments