Remove comment
This commit is contained in:
parent
203f4d6ec8
commit
356cdcd48e
|
@ -10503,13 +10503,13 @@ let
|
|||
wineStable = callPackage_i686 ../misc/emulators/wine/stable.nix {
|
||||
bison = bison2;
|
||||
};
|
||||
|
||||
wineUnstable = lowPrio (callPackage_i686 ../misc/emulators/wine/unstable.nix {
|
||||
bison = bison2;
|
||||
});
|
||||
|
||||
wine = wineStable;
|
||||
|
||||
# winetricks is a shell script with no binary components. Safe to just use the current platforms
|
||||
# build instead of the i686 specific build.
|
||||
winetricks = callPackage ../misc/emulators/wine/winetricks.nix {
|
||||
inherit (gnome2) zenity;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue