mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
wine: add more dependencies (notably, mpg123 and openal)
This commit is contained in:
parent
b109f33d64
commit
ff7f297ea2
@ -20,11 +20,11 @@ stdenv.mkDerivation ((lib.optionalAttrs (! isNull buildScript) {
|
||||
|
||||
buildInputs = toBuildInputs pkgArches (pkgs: (with pkgs; [
|
||||
freetype fontconfig mesa mesa_noglu.osmesa libdrm libpng libjpeg openssl gnutls cups ncurses
|
||||
alsaLib libxml2 libxslt lcms2
|
||||
alsaLib libxml2 libxslt lcms2 gettext dbus mpg123 openal
|
||||
])
|
||||
++ lib.optional pulseaudioSupport pkgs.libpulseaudio
|
||||
++ (with pkgs.xorg; [
|
||||
xlibsWrapper libXi libXcursor libXinerama libXrandr libXrender libXxf86vm libXcomposite
|
||||
libXi libXcursor libXinerama libXrandr libXrender libXxf86vm libXcomposite libXext
|
||||
]));
|
||||
|
||||
# Wine locates a lot of libraries dynamically through dlopen(). Add
|
||||
|
Loading…
Reference in New Issue
Block a user