mount is in utillinux

This commit is contained in:
Maarten Hoogendoorn 2017-09-10 16:07:50 +02:00
parent a3dde7776b
commit d27f710b87

View file

@ -32,7 +32,7 @@ in buildGoPackage rec {
substituteInPlace pkg/bootstrap/docker/host/host.go \
--replace 'nsenter --mount=/rootfs/proc/1/ns/mnt mkdir' \
'nsenter --mount=/rootfs/proc/1/ns/mnt ${coreutils}/bin/mount'
'nsenter --mount=/rootfs/proc/1/ns/mnt ${utillinux}/bin/mount'
'';
buildPhase = ''