~ruther/guix-local

bf7dfb1f — Ludovic Courtès 8 years ago
challenge: Display an overall summary.

* guix/scripts/challenge.scm (summarize-report-list): New procedure.
(guix-challenge): Use it.
* doc/guix.texi (Invoking guix challenge): Adjust command output in
example.
d213cc8c — Ludovic Courtès 8 years ago
substitute: Don't send more than 1000 requests in a row.

Fixes <https://bugs.gnu.org/28731>.
Reported by Jan Nieuwenhuizen <janneke@gnu.org>.

* guix/scripts/substitute.scm (at-most): New procedure.
(http-multiple-get): Use it to send at most 1000 requests at once.
44c6a87f — Ludovic Courtès 8 years ago
guix package: '--list-available' does not show superseded packages.

* guix/scripts/package.scm (process-query) <'list-available>: Filter out
P if it matches 'package-superseded'.
17650569 — Leo Famulari 8 years ago
gnu: Fix Leo Famulari's copyright statement in (gnu packages calcurse).

* gnu/packages/calcurse.scm: Fix copyright statement.
a23dbbff — Leo Famulari 8 years ago
gnu: calcurse: Used the "fixed" test-only tzdata for tests.

* gnu/packages/calcurse.scm (calcurse)[inputs]: Remove tzdata and add ...
[native-inputs]: tzdata-2017a.
[arguments]: Add tzdata-2017a to #:disallowed-references.
c4b542ff — Efraim Flashner 8 years ago
gnu: parallel: Update to 20171022.

* gnu/packages/parallel.scm (parallel): Update to 20171022.
63bbf38f — Tobias Geerinckx-Rice 8 years ago
gnu: expat: Update replacement to 2.2.4 [security fixes].

See 'Changes' in the source distribution for more information about the
fixed security issues.

* gnu/packages/xml.scm (expat)[replacement]: Update to 2.2.4.
(expat-2.2.2): Replace with...
(expat-2.2.4): ...new variable.
c61cac69 — Tobias Geerinckx-Rice 8 years ago
gnu: tor: Update to 0.3.1.8.

* gnu/packages/tor.scm (tor): Update to 0.3.1.8.
65808ba4 — Tobias Geerinckx-Rice 8 years ago
gnu: sssd: Add missing word to description.

* gnu/packages/sssd.scm (sssd)[description]: Fix typo.
06c13046 — Tobias Geerinckx-Rice 8 years ago
gnu: sssd: Update to 1.16.0.

* gnu/packages/sssd.scm (sssd): Update to 1.16.0.
3d96f232 — Tobias Geerinckx-Rice 8 years ago
gnu: ding-libs: Update to 0.6.1.

* gnu/packages/sssd.scm (ding-libs): Update to 0.6.1.
a6e67d86 — Efraim Flashner 8 years ago
gnu: r-ff: Remove aarch64-linux from supported-systems.

* gnu/packages/cran.scm (r-ff)[supported-systems]: New field.
dda785f6 — Efraim Flashner 8 years ago
gnu: go@1.4: Limit supported systems.

* gnu/packages/golang.scm (go@1.4)[supported-systems]: New field,
Limit supported systems to x86_64-linux, i686-linux and armhf-linux.
(go@1.9)[supported-systems]: New field.
c633b911 — Ricardo Wurmus 8 years ago
gnu: perl-moox-file-configdir: Fix source URL.

* gnu/packages/perl.scm (perl-moox-file-configdir)[source]: Fix typo in source
URL.
4c77abc4 — Kyle Meyer 8 years ago
gnu: Add r-forcats.

* gnu/packages/statistics.scm (r-forcats): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
6a23c8b1 — Ricardo Wurmus 8 years ago
gnu: Add sqlite-with-fts3.

* gnu/packages/databases.scm (sqlite-with-fts3): New variable.

Co-authored-by: Pierre Langlois <pierre.langlois@gmx.com>
de98f4ed — Pierre Langlois 9 years ago
gnu: Add crypto++.

* gnu/packages/crypto.scm (crypto++): New variable.
* gnu/packages/patches/crypto++-fix-dos-in-asn.1-decoders.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
60b7ed9c — Pierre Langlois 9 years ago
gnu: Add libechonest.

* gnu/packages/music.scm (libechonest): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
412d0072 — Pierre Langlois 9 years ago
gnu: Add qjson.

* gnu/packages/web.scm (qjson): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
15b08442 — Petter 8 years ago
gnu: Add parcimonie.

* gnu/packages/gnupg.scm (parcimonie): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
Next