tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
zeekscript: add build dependencies and fix metadata
Theodore Ni
2 years ago
7f3cfa00
91991a33
+5
1 changed file
expand all
collapse all
unified
split
pkgs
tools
security
zeekscript
default.nix
+5
pkgs/tools/security/zeekscript/default.nix
···
13
13
hash = "sha256-LogI9sJHvLN5WHJGdW47D09XZInKln/I2hNmG62d1JU=";
14
14
};
15
15
16
16
+
postPatch = ''
17
17
+
sed -i '/name = "zeekscript"/a version = "${version}"' pyproject.toml
18
18
+
'';
19
19
+
16
20
nativeBuildInputs = with python3.pkgs; [
17
21
setuptools
22
22
+
wheel
18
23
];
19
24
20
25
propagatedBuildInputs = with python3.pkgs; [