diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/video.scm | 3 |
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") |
