Loading pkgs/tools/security/pynitrokey/default.nix +8 −5 Original line number Diff line number Diff line Loading @@ -33,11 +33,14 @@ buildPythonApplication rec { tlv8 ]; # spsdk is patched to allow for newer cryptography postPatch = '' substituteInPlace pyproject.toml \ --replace "cryptography >=3.4.4,<37" "cryptography" ''; nativeBuildInputs = [ pythonRelaxDepsHook ]; pythonRelaxDeps = [ "cryptography" "spsdk" ]; # no tests doCheck = false; Loading Loading
pkgs/tools/security/pynitrokey/default.nix +8 −5 Original line number Diff line number Diff line Loading @@ -33,11 +33,14 @@ buildPythonApplication rec { tlv8 ]; # spsdk is patched to allow for newer cryptography postPatch = '' substituteInPlace pyproject.toml \ --replace "cryptography >=3.4.4,<37" "cryptography" ''; nativeBuildInputs = [ pythonRelaxDepsHook ]; pythonRelaxDeps = [ "cryptography" "spsdk" ]; # no tests doCheck = false; Loading