Merge pull request #302060 from hellwolf/lshw-gui

lshw-gui: init at 02.20
This commit is contained in:
Thiago Kenji Okada 2024-04-12 20:32:58 +01:00 committed by GitHub
commit faa239f8fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;