From e5223cdab019287017c67f1fd219dff024c7d2f5 Mon Sep 17 00:00:00 2001 From: "Alexander V. Nikolaev" Date: Fri, 12 Sep 2025 16:27:39 +0300 Subject: [PATCH] runc: fix cross-compilation Signed-off-by: Alexander V. Nikolaev --- pkgs/by-name/ru/runc/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = ''