Skip to content

Commit

Permalink
Updated nix config for lark dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-arkinstall committed May 9, 2024
1 parent 63bf25f commit e9dc059
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nix-support/third-party-python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@ self: super: {
lark = super.python3.pkgs.buildPythonPackage {
pname = "lark";
version = "1.1.9";
format = "pyproject";
src = super.fetchFromGitHub {
owner = "lark-parser";
repo = "lark";
rev = "refs/tags/1.1.9";
hash = "sha256-zcMGCn3ixD3dJg3GlC/ijs+U1JN1BodHLTXZc/5UR7Y=";
hash = "sha256:pWLKjELy10VNumpBHjBYCO2TltKsZx1GhQcGMHsYJNk=";
};
nativeBuildInputs = with super.python3Packages; [ setuptools ];
doCheck = false;
};
types-pkg_resources = let
Expand Down

0 comments on commit e9dc059

Please sign in to comment.