From 67dc18930cde9b73fcc26e1c0b02796669bf3987 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 23 Sep 2025 15:41:15 +0100 Subject: [PATCH] gnu: vapoursynth: Fix build. * gnu/packages/video.scm (vapoursynth)[native-inputs]: Remove python-cython; add python-cython-0. Change-Id: Iaded25958277d0264f89a4966c9b070b5fae7945 --- gnu/packages/video.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 969d562cfbaaef2b7774949e8ed03c57e432e991..fe1fa25ad9147c80ba393306e7c56fbe876a7c1a 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -3774,7 +3774,7 @@ capabilities.") (native-inputs (list autoconf automake - python-cython + python-cython-0 libtool pkg-config yasm))