Merge pull request #97293 from OPNA2608/palemoon-wrapping-libpulseaudio

palemoon: Add libpulseaudio to wrapper
This commit is contained in:
WORLDofPEACE
2020-09-08 19:51:28 -04:00
committed by GitHub

View File

@@ -11,7 +11,7 @@
let
libPath = lib.makeLibraryPath [ ffmpeg_3 ];
libPath = lib.makeLibraryPath [ ffmpeg_3 libpulseaudio ];
gtkVersion = if withGTK3 then "3" else "2";
in stdenv.mkDerivation rec {