zeekscript: add build dependencies and fix metadata

This commit is contained in:
Theodore Ni
2023-08-02 22:12:26 -07:00
parent 91991a339a
commit 7f3cfa001b
@@ -13,8 +13,13 @@ python3.pkgs.buildPythonApplication rec {
hash = "sha256-LogI9sJHvLN5WHJGdW47D09XZInKln/I2hNmG62d1JU=";
};
postPatch = ''
sed -i '/name = "zeekscript"/a version = "${version}"' pyproject.toml
'';
nativeBuildInputs = with python3.pkgs; [
setuptools
wheel
];
propagatedBuildInputs = with python3.pkgs; [