Loading pkgs/development/python-modules/pygls/default.nix +10 −3 Original line number Diff line number Diff line { lib , stdenv , buildPythonPackage , pythonOlder , fetchFromGitHub , poetry-core , lsprotocol , typeguard , poetry-core , pytest-asyncio , pytestCheckHook , pythonOlder , pythonRelaxDepsHook , typeguard , websockets }: Loading @@ -25,8 +26,14 @@ buildPythonPackage rec { hash = "sha256-ARez9fs50kScfMp/W/aFIOcJonpFrcfyrzJuVwou7fk="; }; pythonRelaxDeps = [ # https://github.com/openlawlibrary/pygls/pull/432 "lsprotocol" ]; nativeBuildInputs = [ poetry-core pythonRelaxDepsHook ]; propagatedBuildInputs = [ Loading Loading
pkgs/development/python-modules/pygls/default.nix +10 −3 Original line number Diff line number Diff line { lib , stdenv , buildPythonPackage , pythonOlder , fetchFromGitHub , poetry-core , lsprotocol , typeguard , poetry-core , pytest-asyncio , pytestCheckHook , pythonOlder , pythonRelaxDepsHook , typeguard , websockets }: Loading @@ -25,8 +26,14 @@ buildPythonPackage rec { hash = "sha256-ARez9fs50kScfMp/W/aFIOcJonpFrcfyrzJuVwou7fk="; }; pythonRelaxDeps = [ # https://github.com/openlawlibrary/pygls/pull/432 "lsprotocol" ]; nativeBuildInputs = [ poetry-core pythonRelaxDepsHook ]; propagatedBuildInputs = [ Loading