janneke pushed a commit to branch core-updates
in repository guix.

commit 9f492af3e4024df09d9243f6507f7c9e5d928139
Author: Jan (janneke) Nieuwenhuizen <[email protected]>
AuthorDate: Sat Oct 10 17:05:24 2020 +0200

    gnu: jbig2dec: Use python-minimal-wrapper instead of python-wrapper.
    
    * gnu/packages/image.scm (jbig2dec)[native-inputs]: Use 
python-minimal-wrapper
    instead of python-wrapper.
---
 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 4606cc7..cc865e2 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -26,6 +26,7 @@
 ;;; Copyright © 2020 Giacomo Leidi <[email protected]>
 ;;; Copyright © 2020 R Veera Kumar <[email protected]>
 ;;; Copyright © 2020 Maxim Cournoyer <[email protected]>
+;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -691,7 +692,7 @@ arithmetic ops.")
      `(("autoconf" ,autoconf)
        ("automake" ,automake)
        ("libtool" ,libtool)
-       ("python" ,python-wrapper)))     ;for tests
+       ("python" ,python-minimal-wrapper)))     ;for tests
     (synopsis "Decoder of the JBIG2 image compression format")
     (description
       "JBIG2 is designed for lossy or lossless encoding of @code{bilevel} 
(1-bit

Reply via email to