summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-08-17 11:21:03 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-21 13:16:23 +0100
commita1a37de2b59a82899183937b1fc15eefeac68d84 (patch)
tree9103297b3e995a397752e79b358ac085567ddaff /gnu
parent61fd37385822333fca67e6415f14e93bdc583313 (diff)
gnu: ffmpeg-progress-yield: Correct native-inputs.
* gnu/packages/video.scm (ffmpeg-progress-yield) [arguments]{build-backend}: Drop them. [native-inputs]: Replace python-setuptools by python-uv-build. Relates-to: guix/guix!10610 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/video.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 6542d08aee7..54af96c550d 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2425,7 +2425,6 @@ videoformats depend on the configuration flags of ffmpeg.")
2425 (build-system pyproject-build-system) 2425 (build-system pyproject-build-system)
2426 (arguments 2426 (arguments
2427 (list 2427 (list
2428 #:build-backend "setuptools.build_meta" ; recent versions use uv-build
2429 #:phases #~(modify-phases %standard-phases 2428 #:phases #~(modify-phases %standard-phases
2430 (add-after 'wrap 'wrap-program 2429 (add-after 'wrap 'wrap-program
2431 ;; Wrap ffmpeg on the executable. 2430 ;; Wrap ffmpeg on the executable.
@@ -2439,7 +2438,7 @@ videoformats depend on the configuration flags of ffmpeg.")
2439 (native-inputs (list procps ; for 'pgrep' 2438 (native-inputs (list procps ; for 'pgrep'
2440 python-pytest 2439 python-pytest
2441 python-pytest-asyncio 2440 python-pytest-asyncio
2442 python-setuptools)) 2441 python-uv-build))
2443 (propagated-inputs (list python-tqdm)) 2442 (propagated-inputs (list python-tqdm))
2444 (home-page "https://github.com/slhck/ffmpeg-progress-yield") 2443 (home-page "https://github.com/slhck/ffmpeg-progress-yield")
2445 (synopsis "Run an ffmpeg command with progress") 2444 (synopsis "Run an ffmpeg command with progress")