guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: commoncpp: Add support for gnu updater.


From: guix-commits
Subject: 03/04: gnu: commoncpp: Add support for gnu updater.
Date: Wed, 22 Apr 2020 16:36:19 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit c9508c4337e7e210b2eb7c18dd0414d3aa97bcdd
Author: Efraim Flashner <address@hidden>
AuthorDate: Wed Apr 22 23:34:20 2020 +0300

    gnu: commoncpp: Add support for gnu updater.
    
    * gnu/packages/telephony.scm (commoncpp)[properties]: New field. Add
    ftp-directory, upstream-name.
---
 gnu/packages/telephony.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm
index dfe0256..7b20954 100644
--- a/gnu/packages/telephony.scm
+++ b/gnu/packages/telephony.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]