Merge pull request #246908 from tjni/zeekscript
zeekscript: add build dependencies and fix metadata
This commit is contained in:
commit
4b07171008
1 changed files with 5 additions and 0 deletions
|
@ -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; [
|
||||
|
|
Loading…
Reference in a new issue