tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
sigma-cli: refactor
Fabian Affolter
2 years ago
22ee207e
effc519f
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
security
sigma-cli
default.nix
+3
-3
pkgs/tools/security/sigma-cli/default.nix
reviewed
···
20
20
--replace '= "^' '= ">='
21
21
'';
22
22
23
23
-
nativeBuildInputs = with python3.pkgs; [
23
23
+
build-system = with python3.pkgs; [
24
24
poetry-core
25
25
];
26
26
27
27
-
propagatedBuildInputs = with python3.pkgs; [
27
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
72
-
license = with licenses; [ lgpl21Plus ];
72
72
+
license = licenses.lgpl21Plus;
73
73
maintainers = with maintainers; [ fab ];
74
74
mainProgram = "sigma";
75
75
};