about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorMaarten Hoogendoorn <maarten@moretea.nl>2017-09-10 16:07:50 +0200
committerMaarten Hoogendoorn <maarten@moretea.nl>2017-09-10 16:07:50 +0200
commitd27f710b87f4bde3ab81bd75edd3c7dfc7550ebf (patch)
tree6141ef184b24ac26dc0155b976e09f8d5ee134a3 /pkgs/applications/networking/cluster
parenta3dde7776bd8200887e68909b637bc49451b7fed (diff)
downloadnixlib-d27f710b87f4bde3ab81bd75edd3c7dfc7550ebf.tar
nixlib-d27f710b87f4bde3ab81bd75edd3c7dfc7550ebf.tar.gz
nixlib-d27f710b87f4bde3ab81bd75edd3c7dfc7550ebf.tar.bz2
nixlib-d27f710b87f4bde3ab81bd75edd3c7dfc7550ebf.tar.lz
nixlib-d27f710b87f4bde3ab81bd75edd3c7dfc7550ebf.tar.xz
nixlib-d27f710b87f4bde3ab81bd75edd3c7dfc7550ebf.tar.zst
nixlib-d27f710b87f4bde3ab81bd75edd3c7dfc7550ebf.zip
mount is in utillinux
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/openshift/default.nix2
1 files changed, 1 insertions, 1 deletions
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 = ''