summary refs log tree commit diff
diff options
context:
space:
mode:
authorNaïm Favier <n@monade.li>2022-08-14 11:22:42 +0200
committerNaïm Favier <n@monade.li>2022-10-29 12:47:28 +0200
commitb5b397bb2b60b859517ec1deda06b0ed89bd1977 (patch)
tree0a6ab088868d913ce79808f136ada2975478164f
parent8b50c1b90548e9b2979859ee2deab63e3681b2aa (diff)
downloadnixpkgs-b5b397bb2b60b859517ec1deda06b0ed89bd1977.tar
nixpkgs-b5b397bb2b60b859517ec1deda06b0ed89bd1977.tar.gz
nixpkgs-b5b397bb2b60b859517ec1deda06b0ed89bd1977.tar.bz2
nixpkgs-b5b397bb2b60b859517ec1deda06b0ed89bd1977.tar.lz
nixpkgs-b5b397bb2b60b859517ec1deda06b0ed89bd1977.tar.xz
nixpkgs-b5b397bb2b60b859517ec1deda06b0ed89bd1977.tar.zst
nixpkgs-b5b397bb2b60b859517ec1deda06b0ed89bd1977.zip
discord: remove nss from LD_LIBRARY_PATH
Avoids contaminating Firefox launched from Discord with the wrong
version of nss.

The Discord binary's DT_NEEDED contains nss, so this should be fine.
-rw-r--r--pkgs/applications/networking/instant-messengers/discord/linux.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/networking/instant-messengers/discord/linux.nix b/pkgs/applications/networking/instant-messengers/discord/linux.nix
index a6f0063efe4..0b246125ffe 100644
--- a/pkgs/applications/networking/instant-messengers/discord/linux.nix
+++ b/pkgs/applications/networking/instant-messengers/discord/linux.nix
@@ -77,7 +77,6 @@ stdenv.mkDerivation rec {
     libXrender
     libXtst
     nspr
-    nss
     libxcb
     pango
     libXScrnSaver