about summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2020-11-08 00:09:21 +0200
committerMichael Weiss <dev.primeos@gmail.com>2021-01-09 14:47:17 +0100
commita91459c92931ed30c08060961cdd809a7fc3da6e (patch)
tree00b6effdc86278df677cb5ea4e06e06610edddc7 /pkgs/tools/system
parentb305e4dd7e6a68d06796594ce9a746c64d74c388 (diff)
inxi: add pciutils (optional dependency)
Diffstat (limited to 'pkgs/tools/system')
-rw-r--r--pkgs/tools/system/inxi/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/inxi/default.nix b/pkgs/tools/system/inxi/default.nix
index 14b14fa9ffd18..5efdc5381747f 100644
--- a/pkgs/tools/system/inxi/default.nix
+++ b/pkgs/tools/system/inxi/default.nix
@@ -3,7 +3,7 @@
 , withRecommends ? false # Install (almost) all recommended tools (see --recommends)
 , withRecommendedSystemPrograms ? withRecommends, util-linuxMinimal, dmidecode
 , file, hddtemp, iproute, ipmitool, usbutils, kmod, lm_sensors, smartmontools
-, binutils, tree, upower
+, binutils, tree, upower, pciutils
 , withRecommendedDisplayInformationPrograms ? withRecommends, glxinfo, xorg
 }:
 
@@ -12,7 +12,7 @@ let
     "--prefix PATH ':' '${stdenv.lib.makeBinPath programs}'";
   recommendedSystemPrograms = lib.optionals withRecommendedSystemPrograms [
     util-linuxMinimal dmidecode file hddtemp iproute ipmitool usbutils kmod
-    lm_sensors smartmontools binutils tree upower
+    lm_sensors smartmontools binutils tree upower pciutils
   ];
   recommendedDisplayInformationPrograms = lib.optionals
     withRecommendedDisplayInformationPrograms