Add libpulseaudio to not have spotify crash when trying to play music
This commit is contained in:
parent
c380f48acf
commit
62fa5d3447
@ -1,7 +1,7 @@
|
||||
{ fetchurl, stdenv, squashfsTools, xorg, alsaLib, makeWrapper, openssl, freetype
|
||||
, glib, pango, cairo, atk, gdk-pixbuf, gtk2, cups, nspr, nss, libpng, libnotify
|
||||
, libgcrypt, systemd, fontconfig, dbus, expat, ffmpeg_3, curl, zlib, gnome3
|
||||
, at-spi2-atk, at-spi2-core
|
||||
, at-spi2-atk, at-spi2-core, libpulseaudio
|
||||
}:
|
||||
|
||||
let
|
||||
@ -39,6 +39,7 @@ let
|
||||
libgcrypt
|
||||
libnotify
|
||||
libpng
|
||||
libpulseaudio
|
||||
nss
|
||||
pango
|
||||
stdenv.cc.cc
|
||||
|
Loading…
Reference in New Issue
Block a user