dannym pushed a commit to branch wip-desktop
in repository guix.
commit 96216e66735aa6451b84a1706d9e938f871d1384
Author: Raghav Gururajan <[email protected]>
AuthorDate: Mon Aug 17 01:41:06 2020 -0400
gnu: openjpeg: Include python phases.
* gnu/packages/image.scm (openjpeg) [arguments]: Modify.
Signed-off-by: Danny Milosavljevic <[email protected]>
---
gnu/packages/image.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 78919ee..4dd8d0ea 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -820,7 +820,8 @@ test suite, including conformance tests (following Rec.
ITU-T T.803 | ISO/IEC
(build-system cmake-build-system)
(outputs '("out" "doc"))
(arguments
- '(#:configure-flags
+ `(#:python? #t ; To wrap binaries
+ #:configure-flags
(list
"-DBUILD_DOC=ON"
"-DBUILD_STATIC_LIBS=OFF"