gnu: gpgme: Add updater properties.

* gnu/packages/gnupg.scm (gpgme)[properties]: New field. Add ftp-server,
ftp-directory.
This commit is contained in:
Efraim Flashner 2019-07-10 11:40:55 +03:00
parent ec3f88af7e
commit 11450f15b4
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -398,7 +398,9 @@ (define-public gpgme
programming task, it is suggested that all software should try to use GPGME programming task, it is suggested that all software should try to use GPGME
instead. This way bug fixes or improvements can be done at a central place instead. This way bug fixes or improvements can be done at a central place
and every application benefits from this.") and every application benefits from this.")
(license license:lgpl2.1+))) (license license:lgpl2.1+)
(properties '((ftp-server . "ftp.gnupg.org")
(ftp-directory . "/gcrypt/gpgme")))))
(define-public qgpgme (define-public qgpgme
(package (package