Skip to content
Snippets Groups Projects
Unverified Commit cdbdaf7b authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: miniupnpc: Use ‘modify-phases’ syntax.

* gnu/packages/upnp.scm (miniupnpc)[arguments]: Use ‘modify-phases’.
parent 2d3b0203
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,8 @@ (define-public miniupnpc ...@@ -54,7 +54,8 @@ (define-public miniupnpc
(string-append "LDFLAGS=-Wl,-rpath=" (string-append "LDFLAGS=-Wl,-rpath="
(assoc-ref %outputs "out") "/lib")) (assoc-ref %outputs "out") "/lib"))
#:phases #:phases
(alist-delete 'configure %standard-phases))) (modify-phases %standard-phases
(delete 'configure))))
(home-page "http://miniupnp.free.fr/") (home-page "http://miniupnp.free.fr/")
(synopsis "Library implementing the client side UPnP protocol") (synopsis "Library implementing the client side UPnP protocol")
(description (description
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment