~ruther/guix-local

c5a6e33b5659925f8c56d93ee97e846ef2c42d4b — Efraim Flashner 10 years ago 6f1c3b8
gnu: gpsbabel: Use 'modify-phases'.

* gnu/packages/gps.scm (gpsbabel)[arguments]: Use 'modify-phases'.
1 files changed, 6 insertions(+), 6 deletions(-)

M gnu/packages/gps.scm
M gnu/packages/gps.scm => gnu/packages/gps.scm +6 -6
@@ 49,12 49,12 @@
    (build-system gnu-build-system)
    (arguments
     `(#:configure-flags '("--with-zlib=system")
       #:phases (alist-cons-before
                 'configure 'pre-configure
                 (lambda _
                   (chdir "gpsbabel"))
                 ;; TODO: "make doc" requires Docbook & co.
                 %standard-phases)
       #:phases
       (modify-phases %standard-phases
        (add-before 'configure 'pre-configure
                    (lambda _
                      (chdir "gpsbabel"))))
                    ;; TODO: "make doc" requires Docbook & co.

       ;; On i686, 'raymarine.test' fails because of a rounding error:
       ;; <http://hydra.gnu.org/build/133040>.  As a workaround, disable tests