about summary refs log tree commit diff
path: root/pkgs/applications/office/super-productivity
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2024-04-20 19:42:43 +0200
committerGitHub <noreply@github.com>2024-04-20 19:42:43 +0200
commit65d8de75bd039037e896b6c9c18c7f426f74d668 (patch)
tree06a2e95c35c03e69c480faa837e02e88afb1b06b /pkgs/applications/office/super-productivity
parent3773b498fef7b207b486a6e79c453fb136d902a1 (diff)
parent2297fb987673edc6f057a78c4963b17a4c00f0a9 (diff)
Merge pull request #303590 from mmarx/fix-mattermost-desktop-notifications
electron: Add libnotify, pipewire, and several other runtime dependencies to RPATH; fixes desktop notifications and screenshare
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 5a5ff9fc959ed..9b32967159275 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; {