guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

352/401: gnu: openjpeg: Include python phases.


From: guix-commits
Subject: 352/401: gnu: openjpeg: Include python phases.
Date: Tue, 18 Aug 2020 16:22:18 -0400 (EDT)

dannym pushed a commit to branch wip-desktop
in repository guix.

commit 96216e66735aa6451b84a1706d9e938f871d1384
Author: Raghav Gururajan <raghavgururajan@disroot.org>
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 <dannym@scratchpost.org>
---
 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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]