gnu: myrepos: Use 'modify-phases' syntax.
* gnu/packages/version-control.scm (myrepos)[arguments]: Use 'modify-phases' syntax.
This commit is contained in:
parent
d46e9fcb2c
commit
d5a3e8f019
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue