mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
Merge pull request #88104 from zowoq/podman
podman: don't build "podman-remote"
This commit is contained in:
commit
d6b5f958ab
@ -45,7 +45,7 @@ buildGoModule rec {
|
|||||||
patchShebangs .
|
patchShebangs .
|
||||||
${if stdenv.isDarwin
|
${if stdenv.isDarwin
|
||||||
then "make CGO_ENABLED=0 BUILDTAGS='remoteclient containers_image_openpgp exclude_graphdriver_devicemapper' varlink_generate all"
|
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 = ''
|
installPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user