aboutsummaryrefslogtreecommitdiff
# -*- mode: snippet -*-
# name: guix-cvs-reference
# key: cvs-reference...
# --
(cvs-reference
  (root-directory "${1:root-directory}")
  (module "${2:module}")
  (revision "${3:revision}"))
/log/gnu/packages/upnp.scm?id=a3997b83ff24007d0d3d14ff61e7e91133bd593b&showmsg=1'>Expand)Author 2020-05-13gnu: libupnp: Do not build static libraries....* gnu/packages/upnp.scm (libupnp)[arguments]: Add "--disable-static" in #:configure-flags. Also remove "--enable-ipv6" as it is the default. Marius Bakke 2020-05-13gnu: libupnp: Update to 1.12.1....* gnu/packages/upnp.scm (libupnp): Update to 1.12.1. [source]: Change to URL-FETCH with bootstrapped tarball. [native-inputs]: Remove AUTOCONF, AUTOMAKE, and LIBTOOL. Marius Bakke 2020-05-02Merge branch 'master' into core-updatesMarius Bakke 2020-05-02gnu: libupnp: Update to 1.8.6....* gnu/packages/upnp.scm (libupnp): Update to 1.8.6. [source]: Use git-fetch on the new official repository. [native-inputs]: Add autoconf, automake, libtool and pkg-config. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com> Jan Wielkiewicz