guix-commits
[Top][All Lists]
Advanced

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

215/265: gnu: openjpeg: Include python phases.


From: guix-commits
Subject: 215/265: gnu: openjpeg: Include python phases.
Date: Wed, 19 Aug 2020 13:09:36 -0400 (EDT)

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

commit 0110f0857333df822c57f09ff577a8c867ded6ca
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]