about summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders/tutanota-desktop/default.nix
diff options
context:
space:
mode:
authorP. R. d. O <d.ol.rod@tutanota.com>2023-04-16 20:06:41 -0600
committerP. R. d. O <d.ol.rod@tutanota.com>2023-04-16 20:06:41 -0600
commit12d021c5552ad88c17d333b373b006a0c1ba523e (patch)
tree1591c0b0afd9c634292dacff7a37d20ab7304d0f /pkgs/applications/networking/mailreaders/tutanota-desktop/default.nix
parent46d7bb37335c812e22ad09c852566cbb5dba5827 (diff)
tutanota-desktop: add missing library
#226493
Diffstat (limited to 'pkgs/applications/networking/mailreaders/tutanota-desktop/default.nix')
-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
   '';