diff --git a/pkgs/by-name/au/audit/package.nix b/pkgs/by-name/au/audit/package.nix index 215cda4ba459..7395ada94e13 100644 --- a/pkgs/by-name/au/audit/package.nix +++ b/pkgs/by-name/au/audit/package.nix @@ -16,7 +16,9 @@ gnugrep, coreutils, - enablePython ? !stdenv.hostPlatform.isStatic, + enablePython ? + !stdenv.hostPlatform.isStatic + && stdenv.hostPlatform.parsed.cpu.bits == stdenv.buildPlatform.parsed.cpu.bits, # passthru nix-update-script,