wineUnstable: 2.21 -> 3.0

wineStaging redirects to wineUnstable, for now
This commit is contained in:
Herwig Hochleitner
2018-01-25 23:43:54 +01:00
parent 7a2662569d
commit 4fec62d01d
2 changed files with 8 additions and 7 deletions
+5 -4
View File
@@ -56,9 +56,10 @@ let wine-build = build: release:
});
in if wineRelease == "staging" then
callPackage ./staging.nix {
inherit libtxc_dxtn_Name;
wineUnstable = wine-build wineBuild "unstable";
}
let wineUnstable = wine-build wineBuild "unstable"; in
builtins.trace "WARNING: wine staging is not yet at 3.0, using unstable" ( wineUnstable )
# callPackage ./staging.nix {
# inherit libtxc_dxtn_Name wineUnstable;
# }
else
wine-build wineBuild wineRelease