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

gnu: myrepos: Use 'modify-phases' syntax.

* gnu/packages/version-control.scm (myrepos)[arguments]: Use
'modify-phases' syntax.
parent d46e9fcb
No related branches found
No related tags found
No related merge requests found
......@@ -1186,7 +1186,7 @@ (define-public myrepos
`(("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")
......
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