inspec: move to by-name, remove with lib (#431358)
This commit is contained in:
commit
6de5b1c4e9
@ -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";
|
||||
};
|
||||
}
|
||||
@ -383,8 +383,6 @@ with pkgs;
|
||||
|
||||
inherit (gridlock) nyarr;
|
||||
|
||||
inspec = callPackage ../tools/misc/inspec { };
|
||||
|
||||
lshw-gui = lshw.override { withGUI = true; };
|
||||
|
||||
kdePackages = callPackage ../kde { };
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user