mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: npth: Add updater properties.
* gnu/packages/gnupg.scm (npth)[properties]: New field. Add ftp-server, ftp-directory.
This commit is contained in:
parent
ee755b702f
commit
ec3f88af7e
1 changed files with 3 additions and 1 deletions
|
@ -219,7 +219,9 @@ (define-public npth
|
||||||
In contrast to GNU Pth is is based on the system's standard threads
|
In contrast to GNU Pth is is based on the system's standard threads
|
||||||
implementation. This allows the use of libraries which are not
|
implementation. This allows the use of libraries which are not
|
||||||
compatible to GNU Pth.")
|
compatible to GNU Pth.")
|
||||||
(license (list license:lgpl3+ license:gpl2+)))) ; dual license
|
(license (list license:lgpl3+ license:gpl2+)) ; dual license
|
||||||
|
(properties '((ftp-server . "ftp.gnupg.org")
|
||||||
|
(ftp-directory . "/gcrypt/npth")))))
|
||||||
|
|
||||||
(define-public gnupg
|
(define-public gnupg
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue