[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: gnu: ghostscript: Use python-minimal-wrapper instead of python-wr
From: |
guix-commits |
Subject: |
02/06: gnu: ghostscript: Use python-minimal-wrapper instead of python-wrapper. |
Date: |
Sat, 10 Oct 2020 12:12:50 -0400 (EDT) |
janneke pushed a commit to branch core-updates
in repository guix.
commit 4562f74e754ec4138392142037542648b299063d
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sat Oct 10 17:02:39 2020 +0200
gnu: ghostscript: Use python-minimal-wrapper instead of python-wrapper.
* gnu/packages/ghostscript.scm (ghostscript)[native-inputs]: Use
python-minimal-wrapper instead of python-wrapper.
---
gnu/packages/ghostscript.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm
index 4d56f05..bbda8c2 100644
--- a/gnu/packages/ghostscript.scm
+++ b/gnu/packages/ghostscript.scm
@@ -9,6 +9,7 @@
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018, 2020 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2019 Mathieu Othacehe <m.othacehe@gmail.com>
+;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -266,7 +267,7 @@ printing, and psresize, for adjusting page sizes.")
(native-inputs
`(("perl" ,perl)
("pkg-config" ,pkg-config) ;needed for freetype
- ("python" ,python-wrapper)
+ ("python" ,python-minimal-wrapper)
("tcl" ,tcl)
;; When cross-compiling, some of the natively-built tools require all
- branch core-updates updated (b843f62 -> 5d3cec7), guix-commits, 2020/10/10
- 01/06: gnu: curl: Use python-minimal-wrapper instead of python-wrapper., guix-commits, 2020/10/10
- 03/06: gnu: jbig2dec: Use python-minimal-wrapper instead of python-wrapper., guix-commits, 2020/10/10
- 02/06: gnu: ghostscript: Use python-minimal-wrapper instead of python-wrapper.,
guix-commits <=
- 04/06: gnu: htop: Use python-minimal-wrapper instead of python-wrapper., guix-commits, 2020/10/10
- 05/06: gnu: glib: Use python-minimal-wrapper instead of python-wrapper., guix-commits, 2020/10/10
- 06/06: gnu: boost: Use python-minimal-wrapper instead of python-wrapper., guix-commits, 2020/10/10