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:
committed by
Sharlatan Hellseher
parent
0e07988281
commit
9abfa7c62f
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user