runc: fix cross-compilation
Signed-off-by: Alexander V. Nikolaev <avn@avnik.info>
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user