about summary refs log tree commit diff
path: root/pkgs/applications/office/super-productivity
diff options
context:
space:
mode:
authorMaximilian Marx <mmarx@wh2.tu-dresden.de>2024-04-16 14:37:15 +0200
committerMaximilian Marx <mmarx@wh2.tu-dresden.de>2024-04-16 15:15:44 +0200
commit945d8147f7556aeadcbca53bfe2f60f7ae1ec226 (patch)
tree87ea3ec0f9db59c3f4c5904463eb1baf70257461 /pkgs/applications/office/super-productivity
parent5df2409d852e2367dc2c209f1ef11bb7ae812041 (diff)
electron: add libstdc++ to RPATH
Diffstat (limited to 'pkgs/applications/office/super-productivity')
-rw-r--r--pkgs/applications/office/super-productivity/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/applications/office/super-productivity/default.nix b/pkgs/applications/office/super-productivity/default.nix
index eb97565cb760d..f1d31b4087b82 100644
--- a/pkgs/applications/office/super-productivity/default.nix
+++ b/pkgs/applications/office/super-productivity/default.nix
@@ -38,8 +38,7 @@ stdenv.mkDerivation rec {
 
   postFixup = ''
     makeWrapper ${electron}/bin/electron $out/bin/${pname} \
-      --add-flags $out/share/${pname}/resources/app.asar \
-      --prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath [ stdenv.cc.cc ]}"
+      --add-flags $out/share/${pname}/resources/app.asar
   '';
 
   meta = with lib; {