diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 991c4b4741e..f0f23e6f8d8 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -74,6 +74,7 @@ ;;; Copyright © 2025 Sharlatan Hellseher ;;; Copyright © 2025 VnPower ;;; Copyright © 2025 Zhu Zihao +;;; Copyright © 2025 Remco van 't Veer ;;; ;;; This file is part of GNU Guix. ;;; @@ -3172,7 +3173,7 @@ video streaming services of the Finnish national broadcasting company Yle.") "'\n"))))) (add-before 'build 'build-generated-files (lambda* (#:key inputs #:allow-other-keys) - (if (search-input-file inputs "bin/pandoc") + (if (which "pandoc") (invoke "make" "PYTHON=python" "yt-dlp"