me
/
guix
Archived
1
0
Fork 0

gnu: commoncpp: Add support for gnu updater.

* gnu/packages/telephony.scm (commoncpp)[properties]: New field. Add
ftp-directory, upstream-name.
master
Efraim Flashner 2020-04-22 23:34:20 +03:00
parent 6ecce47180
commit c9508c4337
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 0 deletions

View File

@ -209,6 +209,8 @@ communications via sockets, and various methods for data handling, such as
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