Loading pkgs/development/python-modules/zigpy/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ , pythonOlder , setuptools , voluptuous , wheel }: buildPythonPackage rec { Loading @@ -32,11 +33,13 @@ buildPythonPackage rec { postPatch = '' substituteInPlace pyproject.toml \ --replace '"setuptools-git-versioning<2"' "" \ --replace 'dynamic = ["version"]' 'version = "${version}"' ''; nativeBuildInputs = [ setuptools wheel ]; propagatedBuildInputs = [ Loading Loading
pkgs/development/python-modules/zigpy/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ , pythonOlder , setuptools , voluptuous , wheel }: buildPythonPackage rec { Loading @@ -32,11 +33,13 @@ buildPythonPackage rec { postPatch = '' substituteInPlace pyproject.toml \ --replace '"setuptools-git-versioning<2"' "" \ --replace 'dynamic = ["version"]' 'version = "${version}"' ''; nativeBuildInputs = [ setuptools wheel ]; propagatedBuildInputs = [ Loading