mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Desktop/Gaming] do not disable precompiled headers for Yuzu
This commit is contained in:
parent
adab1f4179
commit
3115818fbd
1 changed files with 2 additions and 1 deletions
|
|
@ -35,7 +35,8 @@ in {
|
|||
environment.systemPackages = let
|
||||
my_yuzu = cfg.gaming.yuzu.package.overrideAttrs (old: {
|
||||
cmakeFlags = old.cmakeFlags ++ [
|
||||
"-DYUZU_USE_PRECOMPILED_HEADERS=OFF"
|
||||
#"-DYUZU_USE_PRECOMPILED_HEADERS=OFF"
|
||||
#"-DDYNARMIC_USE_PRECOMPILED_HEADERS=OFF"
|
||||
];
|
||||
});
|
||||
in with pkgs; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue