zeekscript: add build dependencies and fix metadata
This commit is contained in:
@@ -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; [
|
||||
|
||||
Reference in New Issue
Block a user