From df216847c5138c3e818d043bbe1bd1d60620c85c Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 15 Mar 2018 12:52:51 +0100 Subject: gnu: boost: Remove bootstrap phase. * gnu/packages/boost.scm (boost)[arguments]: Remove bootstrap phase. --- gnu/packages/boost.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu/packages/boost.scm') diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm index 69fbc2777a..16b0a68a07 100644 --- a/gnu/packages/boost.scm +++ b/gnu/packages/boost.scm @@ -7,6 +7,7 @@ ;;; Copyright © 2017 Thomas Danckaert ;;; Copyright © 2018 Tobias Geerinckx-Rice ;;; Copyright © 2018 Arun Isaac +;;; Copyright © 2018 Ricardo Wurmus ;;; ;;; This file is part of GNU Guix. ;;; @@ -74,6 +75,7 @@ '())) #:phases (modify-phases %standard-phases + (delete 'bootstrap) (replace 'configure (lambda* (#:key outputs #:allow-other-keys) (let ((out (assoc-ref outputs "out"))) -- cgit v1.2.3