Merge pull request #257972 from ExpidusOS/fix/mangohud-aarch64

mangohud: make lowerBitnessSupport use isx86_64 instead of is64bit
This commit is contained in:
Weijia Wang 2023-09-29 09:53:31 +02:00 committed by GitHub
commit 8159a71580
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}: