Unverified Commit a3fbffbe authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #258577 from A1ca7raz/thunderbird-add-libcanberra

thunderbird: add libcanberra to libs to fix notification sound
parents 2640a38c 64b870f0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -85,7 +85,8 @@ let
            ++ lib.optional jackSupport libjack2
            ++ lib.optional smartcardSupport opensc
            ++ lib.optional (cfg.speechSynthesisSupport or false) speechd
            ++ pkcs11Modules;
            ++ pkcs11Modules
            ++ gtk_modules;
      gtk_modules = [ libcanberra-gtk3 ];

      launcherName = "${applicationName}${nameSuffix}";