coconut: fix build

This commit is contained in:
mivorasu
2025-08-04 22:31:33 +08:00
parent a1a4e50e0a
commit 6fd011ae2e
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
@@ -1682,7 +1682,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 { };