From 4f5b49c7e4aebc98538547a7a04b32eefff50784 Mon Sep 17 00:00:00 2001 From: Tristan Ross Date: Thu, 28 Sep 2023 22:20:58 -0700 Subject: [PATCH] mangohud: make lowerBitnessSupport use isx86_64 instead of is64bit --- pkgs/tools/graphics/mangohud/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/graphics/mangohud/default.nix b/pkgs/tools/graphics/mangohud/default.nix index e64d2b457ba9..fc360e17ab60 100644 --- a/pkgs/tools/graphics/mangohud/default.nix +++ b/pkgs/tools/graphics/mangohud/default.nix @@ -31,7 +31,7 @@ , glfw , xorg , gamescopeSupport ? true # build mangoapp and mangohudctl -, lowerBitnessSupport ? stdenv.hostPlatform.is64bit # Support 32 bit on 64bit +, lowerBitnessSupport ? stdenv.hostPlatform.isx86_64 # Support 32 bit on 64bit , nix-update-script }: