gnu: boost: Use python-minimal-wrapper instead of python-wrapper.

* gnu/packages/boost.scm (boost)[native-inputs]: Use python-minimal-wrapper
instead of python-wrapper.
This commit is contained in:
Jan (janneke) Nieuwenhuizen 2020-10-10 17:15:20 +02:00
parent 33415356f6
commit 5d3cec7654
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273

View File

@ -14,6 +14,7 @@
;;; Copyright © 2019, 2020 Giacomo Leidi <goodoldpaul@autistici.org>
;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2020 Jonathan Brielmaier <jonathan.brielmaier@web.de>
;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@ -76,7 +77,7 @@
`(("perl" ,perl)
,@(if (%current-target-system)
'()
`(("python" ,python-wrapper)))
`(("python" ,python-minimal-wrapper)))
("tcsh" ,tcsh)))
(arguments
`(#:imported-modules ((guix build python-build-system)