diff options
| author | Jan (janneke) Nieuwenhuizen <janneke@gnu.org> | 2020-10-10 17:02:39 +0200 |
|---|---|---|
| committer | Jan (janneke) Nieuwenhuizen <janneke@gnu.org> | 2020-10-10 17:05:19 +0200 |
| commit | 4562f74e754ec4138392142037542648b299063d (patch) | |
| tree | 175a9975b945d9260f27875fd33aa2b26b0a4042 /gnu | |
| parent | e6d00c90f388ca0c50f620a62015822a63916418 (diff) | |
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.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/ghostscript.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm index 4d56f05cf20..bbda8c27ad6 100644 --- a/gnu/packages/ghostscript.scm +++ b/gnu/packages/ghostscript.scm | |||
| @@ -9,6 +9,7 @@ | |||
| 9 | ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> | 9 | ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> |
| 10 | ;;; Copyright © 2018, 2020 Marius Bakke <mbakke@fastmail.com> | 10 | ;;; Copyright © 2018, 2020 Marius Bakke <mbakke@fastmail.com> |
| 11 | ;;; Copyright © 2019 Mathieu Othacehe <m.othacehe@gmail.com> | 11 | ;;; Copyright © 2019 Mathieu Othacehe <m.othacehe@gmail.com> |
| 12 | ;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org> | ||
| 12 | ;;; | 13 | ;;; |
| 13 | ;;; This file is part of GNU Guix. | 14 | ;;; This file is part of GNU Guix. |
| 14 | ;;; | 15 | ;;; |
| @@ -266,7 +267,7 @@ printing, and psresize, for adjusting page sizes.") | |||
| 266 | (native-inputs | 267 | (native-inputs |
| 267 | `(("perl" ,perl) | 268 | `(("perl" ,perl) |
| 268 | ("pkg-config" ,pkg-config) ;needed for freetype | 269 | ("pkg-config" ,pkg-config) ;needed for freetype |
| 269 | ("python" ,python-wrapper) | 270 | ("python" ,python-minimal-wrapper) |
| 270 | ("tcl" ,tcl) | 271 | ("tcl" ,tcl) |
| 271 | 272 | ||
| 272 | ;; When cross-compiling, some of the natively-built tools require all | 273 | ;; When cross-compiling, some of the natively-built tools require all |
