9 libayatana-appindicator,
29 stdenv.mkDerivation (finalAttrs: {
30 pname = "whatsapp-for-linux";
33 src = fetchFromGitHub {
35 repo = "whatsapp-for-linux";
36 rev = "v${finalAttrs.version}";
37 hash = "sha256-h07Qf34unwtyc1VDtCCkukgBDJIvYNgESwAylbsjVsQ=";
49 gst_all_1.gst-plugins-bad
50 gst_all_1.gst-plugins-base
51 gst_all_1.gst-plugins-good
53 libayatana-appindicator
73 homepage = "https://github.com/eneshecan/whatsapp-for-linux";
74 description = "Whatsapp desktop messaging app";
75 mainProgram = "whatsapp-for-linux";
76 license = lib.licenses.gpl3Only;
77 maintainers = with lib.maintainers; [ bartuka ];