mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
* qemu-kvm: use ALSA instead of OSS.
svn path=/nixpkgs/branches/kde-4.7/; revision=27828
This commit is contained in:
parent
7ae6dbd7d6
commit
49d38b9b99
|
@ -13,6 +13,10 @@ stdenv.mkDerivation rec {
|
|||
|
||||
patches = [ ./smb-tmpdir.patch ];
|
||||
|
||||
configureFlags = "--audio-drv-list=alsa";
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
buildInputs =
|
||||
[ zlib SDL alsaLib pkgconfig pciutils libuuid vde2 libjpeg libpng
|
||||
ncurses
|
||||
|
|
Loading…
Reference in a new issue