me
/
guix
Archived
1
0
Fork 0

gnu: chicken: Use "modify-phases" syntax.

* gnu/packages/scheme.scm (chicken)[arguments]: Use "modify-phases"
  syntax.
master
Ricardo Wurmus 2016-03-20 17:10:41 +01:00
parent d0d9411015
commit acb3807079
1 changed files with 6 additions and 5 deletions

View File

@ -326,11 +326,12 @@ mashups, office (web agendas, mail clients, ...), etc.")
;; No `configure' script; run "make check" after "make install" as ;; No `configure' script; run "make check" after "make install" as
;; prescribed by README. ;; prescribed by README.
#:phases (alist-cons-after #:phases
'install 'check (modify-phases %standard-phases
(assoc-ref %standard-phases 'check) (delete 'configure)
(fold alist-delete %standard-phases (delete 'check)
'(configure check))) (add-after 'install 'check
(assoc-ref %standard-phases 'check)))
#:make-flags (let ((out (assoc-ref %outputs "out"))) #:make-flags (let ((out (assoc-ref %outputs "out")))
(list "PLATFORM=linux" (list "PLATFORM=linux"