lshw-gui: init

- binary available at bin/gtk-lshw
This commit is contained in:
hellwolf
2024-04-12 19:53:18 +03:00
parent 3e0325206d
commit 6c11b11517
+2
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;