| Commit message (Expand) | Author | Age | Files | Lines |
* | gnu: Add confusion-mdl.•••* gnu/packages/lisp.scm (confusion-mdl): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Ludovic Courtès | 2018-09-17 | 1 | -0/+46 |
* | git: Choose a saner default for '%repository-cache-directory'.•••* guix/git.scm (%repository-cache-directory): Use 'cache-directory'
by default unless running as root.
| Ludovic Courtès | 2018-09-17 | 1 | -1/+2 |
* | store: Add missing buffer flushes.•••This could result in deadlock in unusual situations, whereby we'd start
waiting for a reply while the query hasn't been flushed to the socket.
* guix/store.scm (buffering-output-port)[flush]: Add call to
'force-output'.
(add-to-store): Add call to 'write-buffered-output'.
| Ludovic Courtès | 2018-09-17 | 1 | -0/+2 |
* | gnu: enlightenment: Update to 0.22.4.•••* gnu/packages/enlightenment.scm (enlightenment): Update to 0.22.4.
| Tobias Geerinckx-Rice | 2018-09-17 | 1 | -2/+2 |
* | gnu: efl: Update to 1.21.1.•••* gnu/packages/enlightenment.scm (efl): Update to 1.21.1.
| Tobias Geerinckx-Rice | 2018-09-17 | 1 | -2/+2 |
* | gnu: foo2zjs: Update to 20180910.•••* gnu/packages/cups.scm (foo2zjs): Update to 20180910.
| Tobias Geerinckx-Rice | 2018-09-17 | 1 | -2/+2 |
* | gnu: libiptcdata: Mark up description.•••* gnu/packages/image.scm (libiptcdata)[description]: Use @dfn{}.
| Tobias Geerinckx-Rice | 2018-09-17 | 1 | -2/+3 |
* | gnu: powwow: Update to 1.2.18.•••* gnu/packages/games.scm (powwow): Update to 1.2.18.
| Tobias Geerinckx-Rice | 2018-09-17 | 1 | -2/+2 |
* | gnu: powwow: Use HTTPS home page.•••* gnu/packages/games.scm (powwow)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice | 2018-09-17 | 1 | -1/+1 |
* | gnu: python-dirsync: Update to 2.2.3.•••* gnu/packages/python.scm (python-dirsync): Update to 2.2.3.
[native-inputs]: Remove unzip.
| Tobias Geerinckx-Rice | 2018-09-17 | 1 | -5/+3 |
* | gnu: mbedtls-apache: Update to 2.7.6.•••* gnu/packages/tls.scm (mbedtls-apache): Update to 2.7.6.
| Leo Famulari | 2018-09-17 | 1 | -2/+2 |
* | gnu: linux-libre: Update to 4.18.8.•••* gnu/packages/linux.scm (%linux-libre-version): Update to 4.18.8.
(%linux-libre-hash): Update hash.
| Mark H Weaver | 2018-09-16 | 1 | -2/+2 |
* | gnu: linux-libre@4.14: Update to 4.14.70.•••* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.70.
(%linux-libre-4.14-hash): Update hash.
| Mark H Weaver | 2018-09-16 | 1 | -2/+2 |
* | gnu: linux-libre@4.9: Update to 4.9.127.•••* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.127.
| Mark H Weaver | 2018-09-16 | 1 | -2/+2 |
* | gnu: linux-libre@4.4: Update to 4.4.156.•••* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.156.
| Mark H Weaver | 2018-09-16 | 1 | -2/+2 |
* | gnu: dmidecode: Update to 3.2.•••* gnu/packages/admin.scm (dmidecode): Update to 3.2.
| Tobias Geerinckx-Rice | 2018-09-16 | 1 | -2/+2 |
* | gnupg: Use 'gpgv' and keybox files; adjust 'guix refresh' accordingly.•••* guix/gnupg.scm (%gpgv-command, current-keyring): New variables
(gnupg-verify): Add optional 'keyring' parameter. Use 'gpgv' instead of
'gpg' and pass it '--keyring'.
(gnupg-receive-keys): Add optional 'keyring' parameter and honor it.
(gnupg-verify*): Add #:keyring and honor it.
* guix/scripts/refresh.scm (%options, show-help): Add '--keyring'.
(guix-refresh): Parameterize CURRENT-KEYRING.
* doc/guix.texi (Invoking guix refresh): Document '--keyring' and the
keybox format.
| Ludovic Courtès | 2018-09-16 | 3 | -18/+83 |
* | channels: Add Guile-Git as a dependency of external channels.•••Fixes a regression introduced in
aed0a594058a59bc3bb1d2686391dc0e8a181b1f whereby external channels would
fail to build due to the lack of a (git) module.
Reported by Alex ter Weele on #guix.
* guix/channels.scm (channel-instance-derivations)[guile-gcrypt]:
Remove.
[dependencies]: New variable.
Use it in the 2nd argument to 'build-channel-instance'.
| Ludovic Courtès | 2018-09-16 | 1 | -5/+11 |
* | graph: Add '--system'.•••* guix/scripts/graph.scm (%options, show-help): Add '--system'.
(%default-options): Add 'system'.
(guix-graph): Pass #:system to 'run-with-store'.
| Ludovic Courtès | 2018-09-16 | 2 | -2/+17 |
* | gnu: Add ruby-multi-test.•••* gnu/packages/ruby.scm (ruby-multi-test): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Ben Woodcroft | 2018-09-16 | 1 | -0/+26 |
* | gnu: Enable tests for ruby-multi-json.•••* gnu/packages/ruby.scm (ruby-multi-json)[version]: Update to 1.13.1.
[source]: Switch to GitHub, so that the tests can be run.
[arguments]: Enable running the tests, and add a patch to fix an issue running
the tests.
[native-inputs]: Add native-inputs required for running the tests.
[home-page]: Use HTTPS.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Ben Woodcroft | 2018-09-16 | 1 | -5/+22 |
* | gnu: Add ruby-oj.•••* gnu/packages/ruby.scm (ruby-oj): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Ben Woodcroft | 2018-09-16 | 1 | -0/+37 |
* | gnu: Add ruby-yajl-ruby.•••* gnu/packages/ruby.scm (ruby-yajl-ruby): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Ben Woodcroft | 2018-09-16 | 1 | -0/+36 |
* | admin: python-pyudev: Add dependency on python-six.•••* gnu/packages/admin.scm (python-pyudev): Add dependency on python-six.
| Roel Janssen | 2018-09-15 | 1 | -0/+2 |
* | gnu: php: Update to 7.2.10.•••* gnu/packages/php.scm (php): Update to 7.2.10.
| Julien Lepiller | 2018-09-15 | 1 | -2/+3 |
* | gnu: wine-staging: Update to 3.16.•••* gnu/packages/wine.scm (wine-staging): Update to 3.16.
| Rutger Helling | 2018-09-15 | 1 | -1/+1 |
* | gnu: wine-staging-patchset-data: Update to 3.16.•••* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 3.16.
| Rutger Helling | 2018-09-15 | 1 | -2/+2 |
* | gnu: wine: Update to 3.0.3.•••* gnu/packages/wine.scm (wine): Update to 3.0.3.
| Rutger Helling | 2018-09-15 | 1 | -2/+2 |
* | gnu: gambit-c: Update to 4.9.0.•••The tests makefile still contains the offending lines, but I was unable
to reproduce the failure across 3 different machines.
* gnu/packages/scheme.scm (gambit-c): Update to 4.9.0.
[arguments]: Remove 'fix-tests' phase.
| Tobias Geerinckx-Rice | 2018-09-15 | 1 | -14/+3 |
* | gnu: gambit-c: Update home page.•••* gnu/packages/scheme.scm (gambit-c)[home-page]: Update.
| Tobias Geerinckx-Rice | 2018-09-15 | 1 | -1/+1 |
* | gnu: Add python-user-agents.•••* gnu/packages/python.scm (python-user-agents, python2-user-agents): New
variables.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Maxim Cournoyer | 2018-09-15 | 1 | -0/+26 |
* | gnu: Add python-ua-parser.•••* gnu/packages/python.scm (python-ua-parser, python2-ua-parser): New variables.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Maxim Cournoyer | 2018-09-15 | 1 | -0/+25 |
* | gnu: Add python-pycountry.•••* gnu/packages/python.scm (python-pycountry, python2-pycountry): New variables.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Maxim Cournoyer | 2018-09-15 | 1 | -0/+31 |
* | gnu: zsh: Update to 5.6.2.•••* gnu/packages/shells.scm (zsh): Update to 5.6.2.
| Tobias Geerinckx-Rice | 2018-09-15 | 1 | -2/+2 |
* | gnu: libetpan: Use HTTPS home page.•••* gnu/packages/mail.scm (libetpan)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice | 2018-09-15 | 1 | -1/+1 |
* | gnu: ocaml-ounit: Update to 2.0.8.•••* gnu/packages/ocaml.scm (ocaml-ounit): Update to 2.0.8.
| Tobias Geerinckx-Rice | 2018-09-15 | 1 | -6/+5 |
* | gnu: pybind11: Update to 2.2.4.•••* gnu/packages/python.scm (pybind11): Update to 2.2.4.
| Tobias Geerinckx-Rice | 2018-09-15 | 1 | -2/+2 |
* | gnu: pybind11: Don't use unstable tarball.•••* gnu/packages/python.scm (pybind11)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
| Tobias Geerinckx-Rice | 2018-09-15 | 1 | -6/+6 |
* | gnu: libjpeg: Improve description.•••* gnu/packages/image.scm (libjpeg)[description]: Add the list of the programs
it provides.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Maxim Cournoyer | 2018-09-15 | 1 | -2/+10 |
* | gnu: snakemake: Update to 5.2.4.•••* gnu/packages/python.scm (snakemake): Update to 5.2.4.
[propagated-inputs]: Add python-gitpython.
| Tobias Geerinckx-Rice | 2018-09-15 | 1 | -3/+4 |
* | gnu: libsigrokdecode: Update to 0.5.2.•••* gnu/packages/electronics.scm (libsigrokdecode): Update to 0.5.2.
| Tobias Geerinckx-Rice | 2018-09-15 | 1 | -2/+2 |
* | gnu: libetpan: Update to 1.9.1.•••* gnu/packages/mail.scm (libetpan): Update to 1.9.1.
| Tobias Geerinckx-Rice | 2018-09-15 | 1 | -2/+2 |
* | gnu: libetpan: Don't use unstable tarball.•••* gnu/packages/mail.scm (libetpan)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
| Tobias Geerinckx-Rice | 2018-09-15 | 1 | -5/+6 |
* | gnu: emacs-magit-popup: Don't use unstable tarball.•••* gnu/packages/emacs.scm (emacs-magit-popup)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
| Tobias Geerinckx-Rice | 2018-09-15 | 1 | -6/+6 |
* | gnu: emacs-magit-popup: Update to 2.12.4.•••* gnu/packages/emacs.scm (emacs-magit-popup): Update to 2.12.4.
| Tobias Geerinckx-Rice | 2018-09-15 | 1 | -2/+2 |
* | gnu: libmwaw: Update to 0.3.14.•••* gnu/packages/libreoffice.scm (libmwaw): Update to 0.3.14.
| Tobias Geerinckx-Rice | 2018-09-15 | 1 | -4/+4 |
* | gnu: libwps: Update to 0.4.10.•••* gnu/packages/libreoffice.scm (libwps): Update to 0.4.10.
| Tobias Geerinckx-Rice | 2018-09-15 | 1 | -4/+4 |
* | gnu: umoci: Update to 0.4.2.•••* gnu/packages/virtualization.scm (umoci): Update to 0.4.2.
| Tobias Geerinckx-Rice | 2018-09-15 | 1 | -2/+2 |
* | gnu: python-iso8601: Update to 0.1.12.•••* gnu/packages/time.scm (python-iso8601): Update to 0.1.12.
| Tobias Geerinckx-Rice | 2018-09-15 | 1 | -2/+2 |
* | gnu: coq: Update to 8.8.1.•••* gnu/packages/ocaml.scm (coq): Update to 8.8.1.
| Tobias Geerinckx-Rice | 2018-09-15 | 1 | -2/+2 |