about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorPavol Rusnak <pavol@rusnak.io>2023-10-20 17:47:35 +0200
committerGitHub <noreply@github.com>2023-10-20 17:47:35 +0200
commit687ce113a09304befa62e61eef0d342caede27b8 (patch)
tree1d11e9f6ee32256b31eb651878a6bc463a6f6f35 /pkgs/development/tools
parentdb773d3ff3cc50d86f77fe6660a68a886d5016ab (diff)
parent503e176e3d3a218a48b9d8819c4b044a8bfa218a (diff)
Merge pull request #262153 from nixdrin/electron-bin-libpci
electron-bin: add pciutils to electronLibPath
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/electron/binary/generic.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/tools/electron/binary/generic.nix b/pkgs/development/tools/electron/binary/generic.nix
index f7e8f6461a4cf..cbd9080989655 100644
--- a/pkgs/development/tools/electron/binary/generic.nix
+++ b/pkgs/development/tools/electron/binary/generic.nix
@@ -24,6 +24,7 @@
 , xorg
 , pango
 , systemd
+, pciutils
 }:
 
 version: hashes:
@@ -92,6 +93,7 @@ let
     xorg.libXrandr
     xorg.libxkbfile
     pango
+    pciutils
     stdenv.cc.cc.lib
     systemd
   ]