lshw-gui: init

- binary available at bin/gtk-lshw
This commit is contained in:
hellwolf 2024-04-06 12:33:58 +03:00
parent 3e0325206d
commit 6c11b11517
No known key found for this signature in database
GPG Key ID: 1080B4863AD0F5D1
1 changed files with 2 additions and 0 deletions

View File

@ -717,6 +717,8 @@ with pkgs;
inspec = callPackage ../tools/misc/inspec { };
lshw-gui = lshw.override { withGUI = true; };
kdePackages = callPackage ../kde { };
buildcatrust = with python3.pkgs; toPythonApplication buildcatrust;