coconut: fix build (#430948)

This commit is contained in:
Fabián Heredia Montiel
2025-08-04 19:42:36 -06:00
committed by GitHub
2 changed files with 4 additions and 1 deletions
@@ -10,6 +10,7 @@
pexpect,
pygments,
pytestCheckHook,
pythonAtLeast,
prompt-toolkit,
setuptools,
tkinter,
@@ -28,6 +29,8 @@ buildPythonPackage rec {
hash = "sha256-Vd6ZY3PlbPOy63/0/0YJ1U2PpsVdctOoInyKftj//cM=";
};
disabled = pythonAtLeast "3.13";
nativeBuildInputs = [ setuptools ];
propagatedBuildInputs = [
+1 -1
View File
@@ -1669,7 +1669,7 @@ with pkgs;
fedora-backgrounds = callPackage ../data/misc/fedora-backgrounds { };
coconut = with python3Packages; toPythonApplication coconut;
coconut = with python312Packages; toPythonApplication coconut;
coolreader = libsForQt5.callPackage ../applications/misc/coolreader { };