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

* gnu/packages/version-control.scm (myrepos)[arguments]: Use
'modify-phases' syntax.
This commit is contained in:
Efraim Flashner 2017-04-07 16:15:00 +03:00
parent d46e9fcb2c
commit d5a3e8f019
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -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")