Skip to content

Commit

Permalink
palemoon: Add libpulseaudio to wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
OPNA2608 committed Sep 6, 2020
1 parent 1fbc28c commit 5ee5bbe
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_3 ];
libPath = lib.makeLibraryPath [ ffmpeg_3 libpulseaudio ];
gtkVersion = if withGTK3 then "3" else "2";

in stdenv.mkDerivation rec {
Expand Down

0 comments on commit 5ee5bbe

Please sign in to comment.