summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/mailreaders/thunderbird
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2023-05-05 01:15:42 +0200
committerGitHub <noreply@github.com>2023-05-05 01:15:42 +0200
commitc972d6df96222565ff44815f4c6637eb1408969a (patch)
tree606c54611a9bf53a37d922130847eb71c9fd0623 /pkgs/applications/networking/mailreaders/thunderbird
parent0cafc76674d9e2d3091382e44bbc155e4ca90ff2 (diff)
parentea750901e2c45de0e2944cb125fa8a1cb64cbc56 (diff)
Merge pull request #217930 from SuperSandro2000/betterbird
betterbird: init at 102.8.0-bb30
Diffstat (limited to 'pkgs/applications/networking/mailreaders/thunderbird')
-rw-r--r--pkgs/applications/networking/mailreaders/thunderbird/wrapper.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/mailreaders/thunderbird/wrapper.nix b/pkgs/applications/networking/mailreaders/thunderbird/wrapper.nix
index 0761232cc519..bb135568fdb5 100644
--- a/pkgs/applications/networking/mailreaders/thunderbird/wrapper.nix
+++ b/pkgs/applications/networking/mailreaders/thunderbird/wrapper.nix
@@ -16,7 +16,7 @@ args:
# For that to work out of the box, it requires `gnupg` on PATH and
# `gpgme` in `LD_LIBRARY_PATH`; we do this below.
buildCommand = old.buildCommand + ''
- wrapProgram $out/bin/thunderbird \
+ wrapProgram $out/bin/${browser.binaryName} \
--prefix LD_LIBRARY_PATH ':' "${lib.makeLibraryPath [ gpgme ]}" \
--prefix PATH ':' "${lib.makeBinPath [ gnupg ]}"
'';