guix-commits
[Top][All Lists]
Advanced

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

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


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

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

commit 0f0b260b9e1e9b53b8d0a3386d6d2375088d0198
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]