From 9abfa7c62fa0808e580d85ceeb99da769eebf26e Mon Sep 17 00:00:00 2001 From: Hugo Buddelmeijer Date: Wed, 20 May 2026 21:40:12 +0200 Subject: [PATCH] gnu: openshot: Fix build with Python 3.12. * gnu/packages/video.scm (openshot): Fix build with Python 3.12. [arguments]<#:phases>: Put build phase back. Merges: guix/guix!8736 Change-Id: I87b94e13cbc7a0d6daea06457906ff04217c9f96 Signed-off-by: Sharlatan Hellseher --- gnu/packages/video.scm | 1 - 1 file changed, 1 deletion(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 743fcfbc623..8c417312d07 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -6388,7 +6388,6 @@ API. It includes bindings for Python, Ruby, and other languages.") (cons* '(guix build qt-utils) %pyproject-build-system-modules) #:phases #~(modify-phases %standard-phases - (delete 'build) ;install phase does all the work (replace 'check (lambda* (#:key tests? #:allow-other-keys) (when tests?