[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: gnu: boost: Use python-minimal-wrapper instead of python-wrapper.
From: |
guix-commits |
Subject: |
06/06: gnu: boost: Use python-minimal-wrapper instead of python-wrapper. |
Date: |
Sat, 10 Oct 2020 12:12:52 -0400 (EDT) |
janneke pushed a commit to branch core-updates
in repository guix.
commit 5d3cec76543617926af215001d4ee281122f047f
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sat Oct 10 17:15:20 2020 +0200
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.
---
gnu/packages/boost.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm
index d6bdefc..ddbb95b 100644
--- a/gnu/packages/boost.scm
+++ b/gnu/packages/boost.scm
@@ -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)
- 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, 2020/10/10
- 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 <=