mirror of
https://github.com/hyprwm/hyprsysteminfo.git
synced 2024-11-21 21:45:59 +01:00
Nix: add pciutils dep
This commit is contained in:
parent
154fadf876
commit
05e31b6ed8
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
pkg-config,
|
||||
hyprutils,
|
||||
kdePackages,
|
||||
pciutils,
|
||||
qt6,
|
||||
version ? "0",
|
||||
}: let
|
||||
|
@ -32,6 +33,7 @@ in
|
|||
buildInputs = [
|
||||
hyprutils
|
||||
kdePackages.kirigami-addons
|
||||
pciutils
|
||||
qt6.qtbase
|
||||
qt6.qtsvg
|
||||
qt6.qtwayland
|
||||
|
|
Loading…
Reference in a new issue