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
|
{ stdenv, lib, fetchFromGitHub, makeWrapper, coreutils, gawk, procps, gnused
|
||||||
, bc, findutils, xdpyinfo, xprop, gnugrep, ncurses
|
, bc, findutils, xdpyinfo, xprop, gnugrep, ncurses, pciutils
|
||||||
, darwin
|
, darwin
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
path = lib.makeBinPath ([
|
path = lib.makeBinPath ([
|
||||||
coreutils gawk gnused findutils
|
coreutils gawk gnused findutils
|
||||||
gnugrep ncurses bc
|
gnugrep ncurses bc pciutils
|
||||||
] ++ lib.optionals stdenv.isLinux [
|
] ++ lib.optionals stdenv.isLinux [
|
||||||
procps
|
procps
|
||||||
xdpyinfo
|
xdpyinfo
|
||||||
|
|
Loading…
Reference in a new issue