1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-29 06:44:07 +02:00

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 <sharlatanus@gmail.com>
This commit is contained in:
Hugo Buddelmeijer
2026-05-20 21:40:12 +02:00
committed by Sharlatan Hellseher
parent 0e07988281
commit 9abfa7c62f
-1
View File
@@ -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?