Make Wine unstable lowPrio
This commit is contained in:
parent
da55e2c186
commit
a730be1188
@ -10169,7 +10169,7 @@ let
|
|||||||
|
|
||||||
# Wine cannot be built in 64-bit; use a 32-bit build instead.
|
# Wine cannot be built in 64-bit; use a 32-bit build instead.
|
||||||
wineStable = callPackage_i686 ../misc/emulators/wine/stable.nix { };
|
wineStable = callPackage_i686 ../misc/emulators/wine/stable.nix { };
|
||||||
wineUnstable = callPackage_i686 ../misc/emulators/wine/unstable.nix { };
|
wineUnstable = lowPrio (callPackage_i686 ../misc/emulators/wine/unstable.nix { });
|
||||||
wine = wineStable;
|
wine = wineStable;
|
||||||
|
|
||||||
# winetricks is a shell script with no binary components. Safe to just use the current platforms
|
# winetricks is a shell script with no binary components. Safe to just use the current platforms
|
||||||
|
Loading…
x
Reference in New Issue
Block a user