Merge pull request #203535 from SuperSandro2000/docker-darwin

docker: fix darwin build

authored by

figsoda and committed by
GitHub
5547af22 e371f835

+4 -4
+4 -4
pkgs/applications/virtualization/docker/default.nix
··· 15 15 , iptables, e2fsprogs, xz, util-linux, xfsprogs, git 16 16 , procps, rootlesskit, slirp4netns, fuse-overlayfs, nixosTests 17 17 , clientOnly ? !stdenv.isLinux, symlinkJoin 18 - , withSystemd ? true, systemd 19 - , withBtrfs ? true, btrfs-progs 20 - , withLvm ? true, lvm2 21 - , withSeccomp ? true, libseccomp 18 + , withSystemd ? stdenv.isLinux, systemd 19 + , withBtrfs ? stdenv.isLinux, btrfs-progs 20 + , withLvm ? stdenv.isLinux, lvm2 21 + , withSeccomp ? stdenv.isLinux, libseccomp 22 22 }: 23 23 let 24 24 docker-runc = runc.overrideAttrs (oldAttrs: {