Loading pkgs/development/python-modules/hyperpyyaml/default.nix +10 −2 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , fetchpatch , pyyaml , ruamel-yaml , pytestCheckHook Loading @@ -18,6 +19,15 @@ buildPythonPackage rec { hash = "sha256-tC4kLJAY9MVgjWwU2Qu0rPCVDw7CjKVIciRZgYhnR9I="; }; patches = [ # This patch is needed to comply with the newer versions of ruamel.yaml. # PR to upstream this change: https://github.com/speechbrain/HyperPyYAML/pull/23 (fetchpatch { url = "https://github.com/speechbrain/HyperPyYAML/commit/95c6133686c42764770a77429eab55f6dfe5581c.patch"; hash = "sha256-WrHDo17f5pYNXSSqI8t1tlAloYms9oLFup7D2qCKwWw="; }) ]; propagatedBuildInputs = [ pyyaml ruamel-yaml Loading @@ -35,7 +45,5 @@ buildPythonPackage rec { changelog = "https://github.com/speechbrain/HyperPyYAML/releases/tag/v${version}"; license = licenses.asl20; maintainers = with maintainers; [ GaetanLepage ]; # hyperpyyaml is not compatible with the too new version of `ruaml-yaml` broken = true; }; } Loading
pkgs/development/python-modules/hyperpyyaml/default.nix +10 −2 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , fetchpatch , pyyaml , ruamel-yaml , pytestCheckHook Loading @@ -18,6 +19,15 @@ buildPythonPackage rec { hash = "sha256-tC4kLJAY9MVgjWwU2Qu0rPCVDw7CjKVIciRZgYhnR9I="; }; patches = [ # This patch is needed to comply with the newer versions of ruamel.yaml. # PR to upstream this change: https://github.com/speechbrain/HyperPyYAML/pull/23 (fetchpatch { url = "https://github.com/speechbrain/HyperPyYAML/commit/95c6133686c42764770a77429eab55f6dfe5581c.patch"; hash = "sha256-WrHDo17f5pYNXSSqI8t1tlAloYms9oLFup7D2qCKwWw="; }) ]; propagatedBuildInputs = [ pyyaml ruamel-yaml Loading @@ -35,7 +45,5 @@ buildPythonPackage rec { changelog = "https://github.com/speechbrain/HyperPyYAML/releases/tag/v${version}"; license = licenses.asl20; maintainers = with maintainers; [ GaetanLepage ]; # hyperpyyaml is not compatible with the too new version of `ruaml-yaml` broken = true; }; }