about summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-04-26 17:26:39 +0300
committerGitHub <noreply@github.com>2023-04-26 17:26:39 +0300
commitf4b9e8d3e649bdf9a78d038e441158b161b383a7 (patch)
tree0fc911c58589f329bf4b29f1dc09d382f064f2c1 /pkgs/applications/networking/mailreaders
parent1443d143c16851431eb51c1f5ffd49388d104b2c (diff)
parent12d021c5552ad88c17d333b373b006a0c1ba523e (diff)
Merge pull request #226570 from WolfangAukang/tutanota-fix
tutanota-desktop: add missing library
Diffstat (limited to 'pkgs/applications/networking/mailreaders')
-rw-r--r--pkgs/applications/networking/mailreaders/tutanota-desktop/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/mailreaders/tutanota-desktop/default.nix b/pkgs/applications/networking/mailreaders/tutanota-desktop/default.nix
index a1ff67eb1e62b..a94b6b34a9274 100644
--- a/pkgs/applications/networking/mailreaders/tutanota-desktop/default.nix
+++ b/pkgs/applications/networking/mailreaders/tutanota-desktop/default.nix
@@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
       $out/bin/tutanota-desktop \
       --add-flags $out/share/tutanota-desktop/resources/app.asar \
       --run "mkdir -p /tmp/tutanota" \
-      --prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ libsecret ]}
+      --prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ libsecret stdenv.cc.cc.lib ]}
 
     runHook postInstall
   '';