Unverified Commit 7f3cfa00 authored by Theodore Ni's avatar Theodore Ni
Browse files

zeekscript: add build dependencies and fix metadata

parent 91991a33
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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; [