Loading pkgs/development/python-modules/limnoria/default.nix +6 −3 Original line number Diff line number Diff line { lib, buildPythonPackage, setuptools, chardet, cryptography, feedparser, Loading @@ -17,7 +18,7 @@ buildPythonPackage rec { pname = "limnoria"; version = "2024.5.30"; format = "setuptools"; pyproject = true; disabled = pythonOlder "3.6"; Loading @@ -26,7 +27,9 @@ buildPythonPackage rec { hash = "sha256-uKJMeC1dXhQp1CGbtdnqmELFO64VWblhABGfpKHGCZQ="; }; propagatedBuildInputs = [ build-system = [ setuptools ]; dependencies = [ chardet cryptography feedparser Loading @@ -40,7 +43,7 @@ buildPythonPackage rec { postPatch = '' substituteInPlace setup.py \ --replace "version=version" 'version="${version}"' --replace-fail "version=version" 'version="${version}"' ''; checkPhase = '' Loading Loading
pkgs/development/python-modules/limnoria/default.nix +6 −3 Original line number Diff line number Diff line { lib, buildPythonPackage, setuptools, chardet, cryptography, feedparser, Loading @@ -17,7 +18,7 @@ buildPythonPackage rec { pname = "limnoria"; version = "2024.5.30"; format = "setuptools"; pyproject = true; disabled = pythonOlder "3.6"; Loading @@ -26,7 +27,9 @@ buildPythonPackage rec { hash = "sha256-uKJMeC1dXhQp1CGbtdnqmELFO64VWblhABGfpKHGCZQ="; }; propagatedBuildInputs = [ build-system = [ setuptools ]; dependencies = [ chardet cryptography feedparser Loading @@ -40,7 +43,7 @@ buildPythonPackage rec { postPatch = '' substituteInPlace setup.py \ --replace "version=version" 'version="${version}"' --replace-fail "version=version" 'version="${version}"' ''; checkPhase = '' Loading