Commit 503e176e authored by nixdrin's avatar nixdrin
Browse files

electron-bin: add pciutils to electronLibPath

libpci.so is needed at runtime to detect GPU vendor/device IDs properly,
so that Chromium's blocklists that workaround various GPU driver bugs
can be applied correctly.
parent 083d8954
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
  ]