about summary refs log tree commit diff
path: root/pkgs/applications/office/super-productivity
diff options
context:
space:
mode:
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; {