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
commit d6b5f958ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = ''