inspec: move to by-name, remove with lib (#431358)

This commit is contained in:
isabel 2025-08-06 13:02:32 +01:00 committed by GitHub
commit 6de5b1c4e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 3 additions and 5 deletions

View File

@ -15,11 +15,11 @@ bundlerApp {
passthru.updateScript = bundlerUpdateScript "inspec";
meta = with lib; {
meta = {
description = "Inspec is an open-source testing framework for infrastructure with a human- and machine-readable language for specifying compliance, security and policy requirements";
homepage = "https://inspec.io/";
license = licenses.asl20;
maintainers = with maintainers; [ dylanmtaylor ];
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ dylanmtaylor ];
mainProgram = "inspec";
};
}

View File

@ -383,8 +383,6 @@ with pkgs;
inherit (gridlock) nyarr;
inspec = callPackage ../tools/misc/inspec { };
lshw-gui = lshw.override { withGUI = true; };
kdePackages = callPackage ../kde { };