Skip to content

Commit

Permalink
palemoon: Add libpulseaudio to wrapper
Browse files Browse the repository at this point in the history
(cherry picked from commit 5ee5bbe)
  • Loading branch information
OPNA2608 committed Sep 8, 2020
1 parent 4bd1938 commit d397c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/networking/browsers/palemoon/default.nix
Expand Up @@ -11,7 +11,7 @@

let

libPath = lib.makeLibraryPath [ ffmpeg ];
libPath = lib.makeLibraryPath [ ffmpeg libpulseaudio ];
gtkVersion = if withGTK3 then "3" else "2";

in stdenv.mkDerivation rec {
Expand Down

0 comments on commit d397c6a

Please sign in to comment.