mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: polipo: Use 'modify-phases'.
* gnu/packages/web.scm (polipo)[arguments]: Use 'modify-phases'.
This commit is contained in:
parent
60880ac556
commit
9bd259d82d
1 changed files with 2 additions and 2 deletions
|
@ -586,8 +586,8 @@ (define-public polipo
|
|||
(native-inputs `(("texinfo" ,texinfo)))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
(alist-delete 'configure %standard-phases)
|
||||
`(#:phases (modify-phases %standard-phases
|
||||
(delete 'configure))
|
||||
#:make-flags (let ((out (assoc-ref %outputs "out")))
|
||||
(list (string-append "PREFIX=" out)
|
||||
(string-append "LOCAL_ROOT="
|
||||
|
|
Loading…
Reference in a new issue