wine: restore old features
This commit is contained in:
parent
a055152963
commit
5bff6fef55
@ -10,26 +10,26 @@
|
|||||||
wineRelease ? "stable",
|
wineRelease ? "stable",
|
||||||
wineBuild ? (if system == "x86_64-linux" then "wineWow" else "wine32"),
|
wineBuild ? (if system == "x86_64-linux" then "wineWow" else "wine32"),
|
||||||
libtxc_dxtn_Name ? "libtxc_dxtn_s2tc",
|
libtxc_dxtn_Name ? "libtxc_dxtn_s2tc",
|
||||||
pngSupport ? false,
|
pngSupport ? true,
|
||||||
jpegSupport ? false,
|
jpegSupport ? true,
|
||||||
tiffSupport ? false,
|
tiffSupport ? false,
|
||||||
gettextSupport ? false,
|
gettextSupport ? true,
|
||||||
fontconfigSupport ? false,
|
fontconfigSupport ? true,
|
||||||
alsaSupport ? false,
|
alsaSupport ? true,
|
||||||
gtkSupport ? false,
|
gtkSupport ? false,
|
||||||
openglSupport ? false,
|
openglSupport ? true,
|
||||||
tlsSupport ? false,
|
tlsSupport ? true,
|
||||||
gstreamerSupport ? false,
|
gstreamerSupport ? false,
|
||||||
cupsSupport ? false,
|
cupsSupport ? true,
|
||||||
colorManagementSupport ? false,
|
colorManagementSupport ? true,
|
||||||
dbusSupport ? false,
|
dbusSupport ? true,
|
||||||
mpg123Support ? false,
|
mpg123Support ? true,
|
||||||
openalSupport ? false,
|
openalSupport ? true,
|
||||||
openclSupport ? false,
|
openclSupport ? false,
|
||||||
cairoSupport ? false,
|
cairoSupport ? true,
|
||||||
odbcSupport ? false,
|
odbcSupport ? false,
|
||||||
netapiSupport ? false,
|
netapiSupport ? false,
|
||||||
cursesSupport ? false,
|
cursesSupport ? true,
|
||||||
vaSupport ? false,
|
vaSupport ? false,
|
||||||
pcapSupport ? false,
|
pcapSupport ? false,
|
||||||
v4lSupport ? false,
|
v4lSupport ? false,
|
||||||
@ -37,9 +37,9 @@
|
|||||||
gsmSupport ? false,
|
gsmSupport ? false,
|
||||||
gphoto2Support ? false,
|
gphoto2Support ? false,
|
||||||
ldapSupport ? false,
|
ldapSupport ? false,
|
||||||
pulseaudioSupport ? false,
|
pulseaudioSupport ? true,
|
||||||
xineramaSupport ? false,
|
xineramaSupport ? true,
|
||||||
xmlSupport ? false }:
|
xmlSupport ? true }:
|
||||||
|
|
||||||
let wine-build = build: release:
|
let wine-build = build: release:
|
||||||
lib.getAttr build (callPackage ./packages.nix {
|
lib.getAttr build (callPackage ./packages.nix {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user