Merge pull request #71205 from Izorkin/fix-screenfetch

screenfetch: add to path pciutils
This commit is contained in:
worldofpeace 2019-10-19 01:05:02 +00:00 committed by GitHub
commit 66239bcbea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,12 @@
{ stdenv, lib, fetchFromGitHub, makeWrapper, coreutils, gawk, procps, gnused
, bc, findutils, xdpyinfo, xprop, gnugrep, ncurses
, bc, findutils, xdpyinfo, xprop, gnugrep, ncurses, pciutils
, darwin
}:
let
path = lib.makeBinPath ([
coreutils gawk gnused findutils
gnugrep ncurses bc
gnugrep ncurses bc pciutils
] ++ lib.optionals stdenv.isLinux [
procps
xdpyinfo