palemoon: Add libpulseaudio to wrapper
This commit is contained in:
parent
1fbc28c5f6
commit
5ee5bbef84
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|
||||||
libPath = lib.makeLibraryPath [ ffmpeg_3 ];
|
libPath = lib.makeLibraryPath [ ffmpeg_3 libpulseaudio ];
|
||||||
gtkVersion = if withGTK3 then "3" else "2";
|
gtkVersion = if withGTK3 then "3" else "2";
|
||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
|
|
Loading…
Reference in New Issue