From d27f710b87f4bde3ab81bd75edd3c7dfc7550ebf Mon Sep 17 00:00:00 2001 From: Maarten Hoogendoorn Date: Sun, 10 Sep 2017 16:07:50 +0200 Subject: mount is in utillinux --- pkgs/applications/networking/cluster/openshift/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications/networking/cluster') diff --git a/pkgs/applications/networking/cluster/openshift/default.nix b/pkgs/applications/networking/cluster/openshift/default.nix index e7e2d1763ad7..fdc97733c773 100644 --- a/pkgs/applications/networking/cluster/openshift/default.nix +++ b/pkgs/applications/networking/cluster/openshift/default.nix @@ -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 = '' -- cgit 1.4.1