about summary refs log tree commit diff
path: root/pkgs/development/tools/electron
diff options
context:
space:
mode:
authorMaximilian Marx <mmarx@wh2.tu-dresden.de>2024-04-16 14:54:29 +0200
committerMaximilian Marx <mmarx@wh2.tu-dresden.de>2024-04-16 15:15:44 +0200
commit6a0cf40cf4f06538bee3d040f2101348e1f8526f (patch)
tree2705c670868d303146a02b3604bb50ec9af4743f /pkgs/development/tools/electron
parent945d8147f7556aeadcbca53bfe2f60f7ae1ec226 (diff)
electron: add libsecret to RPATH
Diffstat (limited to 'pkgs/development/tools/electron')
-rw-r--r--pkgs/development/tools/electron/common.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/tools/electron/common.nix b/pkgs/development/tools/electron/common.nix
index 04e2d88cc2392..fc22e49e285fc 100644
--- a/pkgs/development/tools/electron/common.nix
+++ b/pkgs/development/tools/electron/common.nix
@@ -14,6 +14,7 @@
 , pkgs
 , pkgsBuildHost
 , pipewire
+, libsecret
 , info
 }:
 
@@ -196,6 +197,7 @@ in (chromium.override { upstream-info = info.chromium; }).mkDerivation (base: {
         libnotify
         pipewire
         stdenv.cc.cc.lib
+        libsecret
       ];
     in
   base.postFixup + ''