wine: add initial pulseaudio support

This commit is contained in:
Lengyel Balázs
2015-12-25 00:40:26 +01:00
parent 1d132f38a6
commit 0ca96aa43c
4 changed files with 13 additions and 1 deletions
+2
View File
@@ -9,11 +9,13 @@
{ lib, pkgs, system, callPackage,
wineRelease ? "stable",
wineBuild ? (if system == "x86_64-linux" then "wineWow" else "wine32"),
pulseaudioSupport ? false,
libtxc_dxtn_Name ? "libtxc_dxtn_s2tc" }:
let wine-build = build: release:
lib.getAttr build (callPackage ./packages.nix {
wineRelease = release;
inherit pulseaudioSupport;
});
in if wineRelease == "staging" then