Merge pull request #226570 from WolfangAukang/tutanota-fix

tutanota-desktop: add missing library
This commit is contained in:
Weijia Wang 2023-04-26 17:26:39 +03:00 committed by GitHub
commit f4b9e8d3e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
'';