mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 21:49:34 -05:00
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.
This commit is contained in:
parent
e6d00c90f3
commit
4562f74e75
1 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@
|
||||||
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2018, 2020 Marius Bakke <mbakke@fastmail.com>
|
;;; Copyright © 2018, 2020 Marius Bakke <mbakke@fastmail.com>
|
||||||
;;; Copyright © 2019 Mathieu Othacehe <m.othacehe@gmail.com>
|
;;; Copyright © 2019 Mathieu Othacehe <m.othacehe@gmail.com>
|
||||||
|
;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -266,7 +267,7 @@ (define-public ghostscript
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl" ,perl)
|
`(("perl" ,perl)
|
||||||
("pkg-config" ,pkg-config) ;needed for freetype
|
("pkg-config" ,pkg-config) ;needed for freetype
|
||||||
("python" ,python-wrapper)
|
("python" ,python-minimal-wrapper)
|
||||||
("tcl" ,tcl)
|
("tcl" ,tcl)
|
||||||
|
|
||||||
;; When cross-compiling, some of the natively-built tools require all
|
;; When cross-compiling, some of the natively-built tools require all
|
||||||
|
|
Loading…
Reference in a new issue