Loading pkgs/development/python-modules/hyperscan/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ buildPythonPackage rec { dontUseCmakeConfigure = true; nativeBuildInputs = [ build-system = [ cmake pathspec ninja Loading @@ -53,7 +53,7 @@ buildPythonPackage rec { pytest-mock ]; meta = with lib; { meta = { description = "CPython extension for the Hyperscan regular expression matching library"; homepage = "https://github.com/darvid/python-hyperscan"; changelog = "https://github.com/darvid/python-hyperscan/blob/${src.tag}/CHANGELOG.md"; Loading @@ -61,7 +61,7 @@ buildPythonPackage rec { "x86_64-linux" "x86_64-darwin" ]; license = licenses.mit; maintainers = with maintainers; [ mbalatsko ]; license = lib.licenses.mit; maintainers = with lib.maintainers; [ mbalatsko ]; }; } Loading
pkgs/development/python-modules/hyperscan/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ buildPythonPackage rec { dontUseCmakeConfigure = true; nativeBuildInputs = [ build-system = [ cmake pathspec ninja Loading @@ -53,7 +53,7 @@ buildPythonPackage rec { pytest-mock ]; meta = with lib; { meta = { description = "CPython extension for the Hyperscan regular expression matching library"; homepage = "https://github.com/darvid/python-hyperscan"; changelog = "https://github.com/darvid/python-hyperscan/blob/${src.tag}/CHANGELOG.md"; Loading @@ -61,7 +61,7 @@ buildPythonPackage rec { "x86_64-linux" "x86_64-darwin" ]; license = licenses.mit; maintainers = with maintainers; [ mbalatsko ]; license = lib.licenses.mit; maintainers = with lib.maintainers; [ mbalatsko ]; }; }