3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: gpsbabel: Use 'modify-phases'.

* gnu/packages/gps.scm (gpsbabel)[arguments]: Use 'modify-phases'.
This commit is contained in:
Efraim Flashner 2016-02-16 12:13:01 +02:00
parent 6f1c3b806a
commit c5a6e33b56

View file

@ -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