Loading pkgs/development/python-modules/diceware/default.nix +15 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ fetchPypi, setuptools, pytestCheckHook, fetchpatch2, }: buildPythonPackage rec { Loading @@ -16,6 +17,20 @@ buildPythonPackage rec { hash = "sha256-VLaQgJ8MVqswhaGOFaDDgE1KDRJ/OK7wtc9fhZ0PZjk="; }; patches = [ (fetchpatch2 { # Set prog in ArgumentParser explicitly to fix test failure with Python 3.14 # https://github.com/ulif/diceware/issues/122 url = "https://github.com/ulif/diceware/commit/77d98606748df7755f36ebbb3bd838b1cdd80c61.patch"; includes = [ "diceware/__init__.py" ]; hunks = [ 2 3 ]; hash = "sha256-yXGotV/tq7/vCYhY+1OZgCW3r6/SXTTvsHIU/jywbHc="; }) ]; build-system = [ setuptools ]; dependencies = [ setuptools ]; Loading Loading
pkgs/development/python-modules/diceware/default.nix +15 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ fetchPypi, setuptools, pytestCheckHook, fetchpatch2, }: buildPythonPackage rec { Loading @@ -16,6 +17,20 @@ buildPythonPackage rec { hash = "sha256-VLaQgJ8MVqswhaGOFaDDgE1KDRJ/OK7wtc9fhZ0PZjk="; }; patches = [ (fetchpatch2 { # Set prog in ArgumentParser explicitly to fix test failure with Python 3.14 # https://github.com/ulif/diceware/issues/122 url = "https://github.com/ulif/diceware/commit/77d98606748df7755f36ebbb3bd838b1cdd80c61.patch"; includes = [ "diceware/__init__.py" ]; hunks = [ 2 3 ]; hash = "sha256-yXGotV/tq7/vCYhY+1OZgCW3r6/SXTTvsHIU/jywbHc="; }) ]; build-system = [ setuptools ]; dependencies = [ setuptools ]; Loading