guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: jbig2dec: Use python-minimal-wrapper instead of python-wrapp


From: guix-commits
Subject: 03/06: gnu: jbig2dec: Use python-minimal-wrapper instead of python-wrapper.
Date: Sat, 10 Oct 2020 12:12:51 -0400 (EDT)

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

commit 9f492af3e4024df09d9243f6507f7c9e5d928139
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
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 <goodoldpaul@autistici.org>
 ;;; Copyright © 2020 R Veera Kumar <vkor@vkten.in>
 ;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
+;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
 ;;;
 ;;; 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

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