Make Wine unstable lowPrio

This commit is contained in:
Michael Raskin 2013-10-23 08:01:24 +04:00
parent da55e2c186
commit a730be1188

View File

@ -10169,7 +10169,7 @@ let
# Wine cannot be built in 64-bit; use a 32-bit build instead.
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;
# winetricks is a shell script with no binary components. Safe to just use the current platforms