···
, go-md2man, go, containerd, runc, docker-proxy, tini, libtool
, sqlite, iproute, bridge-utils, devicemapper, systemd
, btrfs-progs, iptables, e2fsprogs, xz, utillinux, xfsprogs
···
makeWrapper removeReferencesTo pkgconfig go-md2man go
-
sqlite devicemapper btrfs-progs systemd libtool
···
++ optional (systemd != null) [ "journald" ]
++ optional (btrfs-progs == null) "exclude_graphdriver_btrfs"
-
++ optional (devicemapper == null) "exclude_graphdriver_devicemapper";
···
, go-md2man, go, containerd, runc, docker-proxy, tini, libtool
, sqlite, iproute, bridge-utils, devicemapper, systemd
, btrfs-progs, iptables, e2fsprogs, xz, utillinux, xfsprogs
···
+
# Optimizations break compilation of libseccomp c bindings
+
hardeningDisable = [ "fortify" ];
makeWrapper removeReferencesTo pkgconfig go-md2man go
+
sqlite devicemapper btrfs-progs systemd libtool libseccomp
···
++ optional (systemd != null) [ "journald" ]
++ optional (btrfs-progs == null) "exclude_graphdriver_btrfs"
+
++ optional (devicemapper == null) "exclude_graphdriver_devicemapper"
+
++ optional (libseccomp != null) "seccomp";