podman: don't build "podman-remote"

This commit is contained in:
zowoq 2020-05-19 10:00:19 +10:00
parent 0f5ce2fac0
commit fe45946f7d

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