Merge pull request #203535 from SuperSandro2000/docker-darwin
docker: fix darwin build
This commit is contained in:
commit
5547af226d
@ -15,10 +15,10 @@ rec {
|
|||||||
, iptables, e2fsprogs, xz, util-linux, xfsprogs, git
|
, iptables, e2fsprogs, xz, util-linux, xfsprogs, git
|
||||||
, procps, rootlesskit, slirp4netns, fuse-overlayfs, nixosTests
|
, procps, rootlesskit, slirp4netns, fuse-overlayfs, nixosTests
|
||||||
, clientOnly ? !stdenv.isLinux, symlinkJoin
|
, clientOnly ? !stdenv.isLinux, symlinkJoin
|
||||||
, withSystemd ? true, systemd
|
, withSystemd ? stdenv.isLinux, systemd
|
||||||
, withBtrfs ? true, btrfs-progs
|
, withBtrfs ? stdenv.isLinux, btrfs-progs
|
||||||
, withLvm ? true, lvm2
|
, withLvm ? stdenv.isLinux, lvm2
|
||||||
, withSeccomp ? true, libseccomp
|
, withSeccomp ? stdenv.isLinux, libseccomp
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
docker-runc = runc.overrideAttrs (oldAttrs: {
|
docker-runc = runc.overrideAttrs (oldAttrs: {
|
||||||
|
Loading…
Reference in New Issue
Block a user