diff --git a/pkgs/by-name/ru/runc/package.nix b/pkgs/by-name/ru/runc/package.nix index 70de30901194..f28035107c10 100644 --- a/pkgs/by-name/ru/runc/package.nix +++ b/pkgs/by-name/ru/runc/package.nix @@ -9,7 +9,7 @@ libapparmor, libseccomp, libselinux, - runtimeShell, + stdenv, makeWrapper, nixosTests, }: @@ -47,7 +47,7 @@ buildGoModule rec { makeFlags = [ "BUILDTAGS+=seccomp" - "SHELL=${runtimeShell}" + "SHELL=${stdenv.shell}" ]; buildPhase = ''