gnu: boost: Remove bootstrap phase.
authorRicardo Wurmus <rekado@elephly.net>
Thu, 15 Mar 2018 11:52:51 +0000 (12:52 +0100)
committerRicardo Wurmus <rekado@elephly.net>
Thu, 15 Mar 2018 11:52:51 +0000 (12:52 +0100)
* gnu/packages/boost.scm (boost)[arguments]: Remove bootstrap phase.

gnu/packages/boost.scm

index 69fbc27..16b0a68 100644 (file)
@@ -7,6 +7,7 @@
 ;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
 ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2018 Arun Isaac <arunisaac@systemreboot.net>
+;;; Copyright © 2018 Ricardo Wurmus <rekado@elephly.net>
 ;;;
 ;;; 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")))