Add libpulseaudio to not have spotify crash when trying to play music

This commit is contained in:
kolaente 2019-11-05 21:52:55 +01:00
parent c380f48acf
commit 62fa5d3447
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B

View File

@ -1,7 +1,7 @@
{ fetchurl, stdenv, squashfsTools, xorg, alsaLib, makeWrapper, openssl, freetype { fetchurl, stdenv, squashfsTools, xorg, alsaLib, makeWrapper, openssl, freetype
, glib, pango, cairo, atk, gdk-pixbuf, gtk2, cups, nspr, nss, libpng, libnotify , glib, pango, cairo, atk, gdk-pixbuf, gtk2, cups, nspr, nss, libpng, libnotify
, libgcrypt, systemd, fontconfig, dbus, expat, ffmpeg_3, curl, zlib, gnome3 , libgcrypt, systemd, fontconfig, dbus, expat, ffmpeg_3, curl, zlib, gnome3
, at-spi2-atk, at-spi2-core , at-spi2-atk, at-spi2-core, libpulseaudio
}: }:
let let
@ -39,6 +39,7 @@ let
libgcrypt libgcrypt
libnotify libnotify
libpng libpng
libpulseaudio
nss nss
pango pango
stdenv.cc.cc stdenv.cc.cc