nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

coconut: fix build (#430948)

authored by

Fabián Heredia Montiel and committed by
GitHub
ea8cec2d 37731355

+4 -1
+3
pkgs/development/python-modules/coconut/default.nix
··· 10 10 pexpect, 11 11 pygments, 12 12 pytestCheckHook, 13 + pythonAtLeast, 13 14 prompt-toolkit, 14 15 setuptools, 15 16 tkinter, ··· 28 27 tag = "v${version}"; 29 28 hash = "sha256-Vd6ZY3PlbPOy63/0/0YJ1U2PpsVdctOoInyKftj//cM="; 30 29 }; 30 + 31 + disabled = pythonAtLeast "3.13"; 31 32 32 33 nativeBuildInputs = [ setuptools ]; 33 34
+1 -1
pkgs/top-level/all-packages.nix
··· 1669 1669 1670 1670 fedora-backgrounds = callPackage ../data/misc/fedora-backgrounds { }; 1671 1671 1672 - coconut = with python3Packages; toPythonApplication coconut; 1672 + coconut = with python312Packages; toPythonApplication coconut; 1673 1673 1674 1674 coolreader = libsForQt5.callPackage ../applications/misc/coolreader { }; 1675 1675