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

palemoon: Add libpulseaudio to wrapper
wip/yesman
WORLDofPEACE 4 years ago committed by GitHub
commit 064e15847c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/applications/networking/browsers/palemoon/default.nix

@ -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 {

Loading…
Cancel
Save