screenfetch: add to path pciutils
This commit is contained in:
parent
86df0e335c
commit
ec82baa56c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue