~ruther/guix-local

d5a3e8f019a12c1d5763a7f9784b5d025647d614 — Efraim Flashner 9 years ago d46e9fc
gnu: myrepos: Use 'modify-phases' syntax.

* gnu/packages/version-control.scm (myrepos)[arguments]: Use
'modify-phases' syntax.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/version-control.scm
M gnu/packages/version-control.scm => gnu/packages/version-control.scm +1 -1
@@ 1186,7 1186,7 @@ modification time.")
     `(("perl" ,perl)))
    (arguments
     '(#:test-target "test"
       #:phases (alist-delete 'configure %standard-phases)
       #:phases (modify-phases %standard-phases (delete 'configure))
       #:make-flags (list (string-append "PREFIX=" %output))))
    (home-page "https://myrepos.branchable.com/")
    (synopsis "Multiple repository management tool")