guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 914cf3d8517d53a8bd3f51c38cf17def9c2d9786
Author: Vinicius Monego <[email protected]>
AuthorDate: Tue Sep 1 19:32:56 2026 -0300
gnu: libopenshot: Enable tests.
* gnu/packages/video.scm (libopenshot)[native-inputs]: Add catch2.
[arguments]: Remove '#:tests? #f'.
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index c69c3cae1d4..5c877e40c4c 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -6556,7 +6556,8 @@ create smoother and stable videos.")
(delete-file-recursively "thirdparty")))))
(build-system qt-build-system)
(native-inputs
- (list pkg-config
+ (list catch2
+ pkg-config
python
swig-4.4
unittest-cpp))
@@ -6574,7 +6575,6 @@ create smoother and stable videos.")
zeromq))
(arguments
(list
- #:tests? #f
#:configure-flags
#~(list (string-append "-DPYTHON_MODULE_PATH:PATH=" #$output
"/lib/python"
#$(version-major+minor (package-version python))