Unverified Commit 4b071710 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #246908 from tjni/zeekscript

zeekscript: add build dependencies and fix metadata
parents 38a8ca82 7f3cfa00
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; [