Merge pull request #246908 from tjni/zeekscript

zeekscript: add build dependencies and fix metadata
This commit is contained in:
Fabian Affolter 2023-08-03 19:12:12 +02:00 committed by GitHub
commit 4b07171008
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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; [