lol

sigma-cli: refactor

+3 -3
+3 -3
pkgs/tools/security/sigma-cli/default.nix
··· 20 20 --replace '= "^' '= ">=' 21 21 ''; 22 22 23 - nativeBuildInputs = with python3.pkgs; [ 23 + build-system = with python3.pkgs; [ 24 24 poetry-core 25 25 ]; 26 26 27 - propagatedBuildInputs = with python3.pkgs; [ 27 + dependencies = with python3.pkgs; [ 28 28 click 29 29 colorama 30 30 prettytable ··· 69 69 description = "Sigma command line interface"; 70 70 homepage = "https://github.com/SigmaHQ/sigma-cli"; 71 71 changelog = "https://github.com/SigmaHQ/sigma-cli/releases/tag/v${version}"; 72 - license = with licenses; [ lgpl21Plus ]; 72 + license = licenses.lgpl21Plus; 73 73 maintainers = with maintainers; [ fab ]; 74 74 mainProgram = "sigma"; 75 75 };