gnu: miniupnpc: Use ‘modify-phases’ syntax.
* gnu/packages/upnp.scm (miniupnpc)[arguments]: Use ‘modify-phases’.
This commit is contained in:
parent
2d3b0203f4
commit
cdbdaf7b6b
1 changed files with 2 additions and 1 deletions
|
@ -54,7 +54,8 @@ (define-public miniupnpc
|
|||
(string-append "LDFLAGS=-Wl,-rpath="
|
||||
(assoc-ref %outputs "out") "/lib"))
|
||||
#:phases
|
||||
(alist-delete 'configure %standard-phases)))
|
||||
(modify-phases %standard-phases
|
||||
(delete 'configure))))
|
||||
(home-page "http://miniupnp.free.fr/")
|
||||
(synopsis "Library implementing the client side UPnP protocol")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue