1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-09 06:30:36 +02:00

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

* gnu/packages/upnp.scm (miniupnpc)[arguments]: Use ‘modify-phases’.
This commit is contained in:
Tobias Geerinckx-Rice
2016-11-24 18:47:09 +01:00
parent 2d3b0203f4
commit cdbdaf7b6b

View File

@@ -54,7 +54,8 @@
(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