mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: commoncpp: Add support for gnu updater.
* gnu/packages/telephony.scm (commoncpp)[properties]: New field. Add ftp-directory, upstream-name.
This commit is contained in:
parent
6ecce47180
commit
c9508c4337
1 changed files with 2 additions and 0 deletions
|
@ -209,6 +209,8 @@ (define-public commoncpp
|
|||
serialization and XML parsing. It includes the uCommon C++ library, a smaller
|
||||
reimplementation.")
|
||||
(license license:gpl2+) ; plus runtime exception
|
||||
(properties '((ftp-directory . "/gnu/commoncpp")
|
||||
(upstream-name . "commoncpp2")))
|
||||
(home-page "https://www.gnu.org/software/commoncpp/")))
|
||||
|
||||
(define-public ucommon
|
||||
|
|
Loading…
Reference in a new issue