mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
python312Packages.ed25519: disable
This commit is contained in:
parent
b17785e4bb
commit
1a8fea04dc
@ -1,10 +1,13 @@
|
||||
{ lib, fetchPypi, buildPythonPackage }:
|
||||
{ lib, fetchPypi, buildPythonPackage, pythonAtLeast }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "ed25519";
|
||||
version = "1.5";
|
||||
format = "setuptools";
|
||||
|
||||
# last commit in 2019, various compat issues with 3.12
|
||||
disabled = pythonAtLeast "3.12";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0n1k83ww0pr4q6z0h7p8hvy21hcgb96jvgllfbwhvvyf37h3w182";
|
||||
|
Loading…
Reference in New Issue
Block a user