runc: fix cross-compilation

Signed-off-by: Alexander V. Nikolaev <avn@avnik.info>
This commit is contained in:
Alexander V. Nikolaev
2025-09-12 16:27:39 +03:00
parent 9e5afcd5d2
commit e5223cdab0
+2 -2
View File
@@ -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 = ''