Merge pull request #88104 from zowoq/podman

podman: don't build "podman-remote"
This commit is contained in:
adisbladis
2020-05-19 03:12:10 +02:00
committed by GitHub

View File

@@ -45,7 +45,7 @@ buildGoModule rec {
patchShebangs .
${if stdenv.isDarwin
then "make CGO_ENABLED=0 BUILDTAGS='remoteclient containers_image_openpgp exclude_graphdriver_devicemapper' varlink_generate all"
else "make binaries docs"}
else "make podman docs"}
'';
installPhase = ''