summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-09-23 15:41:15 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:37:00 +0100
commit67dc18930cde9b73fcc26e1c0b02796669bf3987 (patch)
treeddb3a0f0852a46d7d1bb3b11a651d330d6c97efd /gnu
parent95a25effe87dfa2299999d42e957d7bc2fa93d17 (diff)
gnu: vapoursynth: Fix build.
* gnu/packages/video.scm (vapoursynth)[native-inputs]: Remove python-cython; add python-cython-0. Change-Id: Iaded25958277d0264f89a4966c9b070b5fae7945
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/video.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 969d562cfba..fe1fa25ad91 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))