gnu: geda-gaf: Use modify-phases syntax.

* gnu/packages/engineering.scm (geda-gaf)[arguments]: Use modify-phases
  syntax.
This commit is contained in:
Ricardo Wurmus 2016-07-13 21:23:40 +02:00
parent 1187a27112
commit 2352c97df4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 6 additions and 7 deletions

View File

@ -121,13 +121,12 @@ plans and designs.")
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:phases '(#:phases
(modify-phases %standard-phases
;; tests require a writable HOME ;; tests require a writable HOME
(alist-cons-before (add-before 'check 'set-home
'check 'set-home
(lambda _ (lambda _
(setenv "HOME" (getenv "TMPDIR"))) (setenv "HOME" (getenv "TMPDIR"))
%standard-phases #t)))
)
#:configure-flags #:configure-flags
(let ((pcb (assoc-ref %build-inputs "pcb"))) (let ((pcb (assoc-ref %build-inputs "pcb")))
(list (string-append "--with-pcb-datadir=" pcb "/share") (list (string-append "--with-pcb-datadir=" pcb "/share")