From 78ae380773a0445ee985a9c3ca61e157c1d50b09 Mon Sep 17 00:00:00 2001 From: Jens Binkert Date: Thu, 31 May 2018 09:04:17 +0200 Subject: [PATCH] openshift: fix mkdir command (#41274) --- pkgs/applications/networking/cluster/openshift/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/cluster/openshift/default.nix b/pkgs/applications/networking/cluster/openshift/default.nix index 79eb8bb233c9..6b6a2dc8986b 100644 --- a/pkgs/applications/networking/cluster/openshift/default.nix +++ b/pkgs/applications/networking/cluster/openshift/default.nix @@ -48,7 +48,7 @@ in stdenv.mkDerivation rec { substituteInPlace pkg/oc/bootstrap/docker/host/host.go \ --replace 'nsenter --mount=/rootfs/proc/1/ns/mnt mkdir' \ - 'nsenter --mount=/rootfs/proc/1/ns/mnt ${utillinux}/bin/mount' + 'nsenter --mount=/rootfs/proc/1/ns/mnt ${coreutils}/bin/mkdir' ''; buildPhase = ''