summaryrefslogtreecommitdiff
path: root/gnu/packages/distributed.scm
Commit message (Collapse)AuthorAgeFilesLines
* gnu: boinc-client: Update to 7.16.6.Tobias Geerinckx-Rice2020-04-101-2/+2
| | | | * gnu/packages/distributed.scm (boinc-client): Update to 7.16.6.
* gnu: boinc-client: Update to 7.16.5.Efraim Flashner2020-03-261-2/+2
| | | | * gnu/packages/distributed.scm (boinc-client): Update to 7.16.5.
* gnu: boinc-server: Fix build.Efraim Flashner2020-03-261-2/+3
| | | | | * gnu/packages/distributed.scm (boinc-server)[inputs]: Replace openssl with openssl-1.0, mariadb with mariadb:dev.
* gnu: boinc-client: Trim synopsis.Tobias Geerinckx-Rice2020-02-161-1/+1
| | | | * gnu/packages/distributed.scm (boinc-client)[synopsis]: Remove package name.
* gnu: boinc-client: Update to 7.16.4.Tobias Geerinckx-Rice2020-02-161-3/+3
| | | | * gnu/packages/distributed.scm (boinc-client): Update to 7.16.4.
* gnu: boinc-client: Update to 7.16.3.Tobias Geerinckx-Rice2019-12-231-2/+3
| | | | * gnu/packages/distributed.scm (boinc-client): Update to 7.16.3.
* gnu: BOINC: Add a source file name.Marius Bakke2019-10-121-2/+4
| | | | | | While at it, future-proof the URL as well. * gnu/packages/distributed.scm (boinc-client)[source](file-name): New field.
* gnu: BOINC: Update license.Marius Bakke2019-10-121-1/+2
| | | | * gnu/packages/distributed.scm (boinc-client)[license]: Add LGPL3+.
* gnu: BOINC: Remove redundant comment.Marius Bakke2019-10-121-4/+1
| | | | | * gnu/packages/distributed.scm (boinc-client)[description]: Don't mention license terms.
* gnu: Add boinc-client and boinc-server.Brant Gardner2019-09-241-0/+95
* gnu/packages/distributed.scm (boinc-client, boinc-server): New variable. Signed-off-by: Brian Leung <leungbk@mailfence.com>