wine: Unstable 3.3 -> 3.4 & reenable wineStaging
This commit is contained in:
committed by
Lengyel Balazs
parent
faa31ee3ae
commit
f8f067d627
@@ -56,12 +56,9 @@ let wine-build = build: release:
|
||||
});
|
||||
|
||||
in if wineRelease == "staging" then
|
||||
let wineUnstable = wine-build wineBuild "unstable"; in
|
||||
# wine staging is not yet at 3.0, using unstable
|
||||
# FIXME update winestaging sources
|
||||
wineUnstable
|
||||
# callPackage ./staging.nix {
|
||||
# inherit libtxc_dxtn_Name wineUnstable;
|
||||
# }
|
||||
callPackage ./staging.nix {
|
||||
inherit libtxc_dxtn_Name;
|
||||
wineUnstable = wine-build wineBuild "unstable";
|
||||
}
|
||||
else
|
||||
wine-build wineBuild wineRelease
|
||||
|
||||
Reference in New Issue
Block a user