Skip to content
Snippets Groups Projects
Commit c5a6e33b authored by Efraim Flashner's avatar Efraim Flashner
Browse files

gnu: gpsbabel: Use 'modify-phases'.

* gnu/packages/gps.scm (gpsbabel)[arguments]: Use 'modify-phases'.
parent 6f1c3b80
No related branches found
No related tags found
No related merge requests found
......@@ -49,12 +49,12 @@ (define-public gpsbabel
(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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment