mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -1186,7 +1186,7 @@ (define-public myrepos
|
||||||
`(("perl" ,perl)))
|
`(("perl" ,perl)))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:test-target "test"
|
'(#:test-target "test"
|
||||||
#:phases (alist-delete 'configure %standard-phases)
|
#:phases (modify-phases %standard-phases (delete 'configure))
|
||||||
#:make-flags (list (string-append "PREFIX=" %output))))
|
#:make-flags (list (string-append "PREFIX=" %output))))
|
||||||
(home-page "https://myrepos.branchable.com/")
|
(home-page "https://myrepos.branchable.com/")
|
||||||
(synopsis "Multiple repository management tool")
|
(synopsis "Multiple repository management tool")
|
||||||
|
|
Loading…
Reference in a new issue