mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-26 14:53:52 +00:00
Merge pull request #257972 from ExpidusOS/fix/mangohud-aarch64
mangohud: make lowerBitnessSupport use isx86_64 instead of is64bit
This commit is contained in:
commit
8159a71580
@ -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
|
||||
}:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user