Loading pkgs/development/python-modules/jaraco-email/default.nix +14 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ , buildPythonPackage , pythonOlder , fetchFromGitHub , fetchpatch , setuptools , setuptools-scm , jaraco_text Loading @@ -26,6 +27,19 @@ buildPythonPackage rec { hash = "sha256-MR/SX5jmZvEMULgvQbh0JBZjIosNCPWl1wvEoJbdw4Y="; }; patches = [ (fetchpatch { name = "dos2unix-line-endings.patch"; url = "https://github.com/jaraco/jaraco.email/commit/ab9643598e26cca9c9cdbd34b00c972f547b9236.patch"; hash = "sha256-Z2WOnR+ELzQciVyUiUq4jaP+Vnc4aseLP7+LWJZoOU8="; }) (fetchpatch { name = "jaraco-collections-4-compatibility.patch"; url = "https://github.com/jaraco/jaraco.email/commit/e65e5fed0178ddcd009d16883b381c5582f1a9df.patch"; hash = "sha256-mKxa0ZU1JFeQPemrjQl94buLNY5gXnMCCRKBxdO870M="; }) ]; nativeBuildInputs = [ setuptools setuptools-scm Loading Loading
pkgs/development/python-modules/jaraco-email/default.nix +14 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ , buildPythonPackage , pythonOlder , fetchFromGitHub , fetchpatch , setuptools , setuptools-scm , jaraco_text Loading @@ -26,6 +27,19 @@ buildPythonPackage rec { hash = "sha256-MR/SX5jmZvEMULgvQbh0JBZjIosNCPWl1wvEoJbdw4Y="; }; patches = [ (fetchpatch { name = "dos2unix-line-endings.patch"; url = "https://github.com/jaraco/jaraco.email/commit/ab9643598e26cca9c9cdbd34b00c972f547b9236.patch"; hash = "sha256-Z2WOnR+ELzQciVyUiUq4jaP+Vnc4aseLP7+LWJZoOU8="; }) (fetchpatch { name = "jaraco-collections-4-compatibility.patch"; url = "https://github.com/jaraco/jaraco.email/commit/e65e5fed0178ddcd009d16883b381c5582f1a9df.patch"; hash = "sha256-mKxa0ZU1JFeQPemrjQl94buLNY5gXnMCCRKBxdO870M="; }) ]; nativeBuildInputs = [ setuptools setuptools-scm Loading