Merge pull request #246908 from tjni/zeekscript

zeekscript: add build dependencies and fix metadata

authored by

Fabian Affolter and committed by
GitHub
4b071710 38a8ca82

+5
+5
pkgs/tools/security/zeekscript/default.nix
··· 13 hash = "sha256-LogI9sJHvLN5WHJGdW47D09XZInKln/I2hNmG62d1JU="; 14 }; 15 16 nativeBuildInputs = with python3.pkgs; [ 17 setuptools 18 ]; 19 20 propagatedBuildInputs = with python3.pkgs; [
··· 13 hash = "sha256-LogI9sJHvLN5WHJGdW47D09XZInKln/I2hNmG62d1JU="; 14 }; 15 16 + postPatch = '' 17 + sed -i '/name = "zeekscript"/a version = "${version}"' pyproject.toml 18 + ''; 19 + 20 nativeBuildInputs = with python3.pkgs; [ 21 setuptools 22 + wheel 23 ]; 24 25 propagatedBuildInputs = with python3.pkgs; [