summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: busybox: Update to 1.29.3.Tobias Geerinckx-Rice2018-09-18
| | | | * gnu/packages/busybox.scm (busybox): Update to 1.29.3.
* gnu: xorriso: Update to 1.5.0.Tobias Geerinckx-Rice2018-09-18
| | | | * gnu/packages/cdrom.scm (xorriso): Update to 1.5.0.
* gnu: libisofs: Update to 1.5.0.Tobias Geerinckx-Rice2018-09-18
| | | | * gnu/packages/cdrom.scm (libisofs): Update to 1.5.0.
* gnu: libburn: Update to 1.5.0.Tobias Geerinckx-Rice2018-09-18
| | | | * gnu/packages/cdrom.scm (libburn): Update to 1.5.0.
* gnu: rc: Simplify.Tobias Geerinckx-Rice2018-09-18
| | | | | | | | * gnu/packages/shells.scm (rc)[source]: Replace magic commit ID with the tagged release. Use GIT-FILE-NAME. [arguments]: Remove 'autoreconf' phase (relying on Guix's built-in 'bootstrap' phase instead) and adjust the ordering of 'patch-trip.rc' accordingly.
* gnu: ncmpc: Update to 0.30.Tobias Geerinckx-Rice2018-09-18
| | | | | | * gnu/packages/mpd.scm (ncmpc): Update to 0.30. [arguments]: Add 'expand-C++-include-path' phase. [inputs]: Add gcc-8.
* gnu: exfat-utils: Update to 1.3.0.Tobias Geerinckx-Rice2018-09-18
| | | | * gnu/packages/mtools.scm (exfat-utils): Update to 1.3.0.
* gnu: cinnamon-desktop: Use Guix's built-in bootstrap phase.Tobias Geerinckx-Rice2018-09-18
| | | | | * gnu/packages/cinnamon.scm (cinnamon-desktop)[arguments]: Remove 'autoconf' phase. Add 'skip-premature-configure' phase.
* gnu: gourmet: Use INVOKE.Tobias Geerinckx-Rice2018-09-18
| | | | | * gnu/packages/nutrition.scm (gourmet)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: Add confusion-mdl.Ludovic Courtès2018-09-17
| | | | | | * gnu/packages/lisp.scm (confusion-mdl): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* git: Choose a saner default for '%repository-cache-directory'.Ludovic Courtès2018-09-17
| | | | | * guix/git.scm (%repository-cache-directory): Use 'cache-directory' by default unless running as root.
* store: Add missing buffer flushes.Ludovic Courtès2018-09-17
| | | | | | | | | 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'.
* gnu: enlightenment: Update to 0.22.4.Tobias Geerinckx-Rice2018-09-17
| | | | * gnu/packages/enlightenment.scm (enlightenment): Update to 0.22.4.
* gnu: efl: Update to 1.21.1.Tobias Geerinckx-Rice2018-09-17
| | | | * gnu/packages/enlightenment.scm (efl): Update to 1.21.1.
* gnu: foo2zjs: Update to 20180910.Tobias Geerinckx-Rice2018-09-17
| | | | * gnu/packages/cups.scm (foo2zjs): Update to 20180910.
* gnu: libiptcdata: Mark up description.Tobias Geerinckx-Rice2018-09-17
| | | | * gnu/packages/image.scm (libiptcdata)[description]: Use @dfn{}.
* gnu: powwow: Update to 1.2.18.Tobias Geerinckx-Rice2018-09-17
| | | | * gnu/packages/games.scm (powwow): Update to 1.2.18.
* gnu: powwow: Use HTTPS home page.Tobias Geerinckx-Rice2018-09-17
| | | | * gnu/packages/games.scm (powwow)[home-page]: Use HTTPS.
* gnu: python-dirsync: Update to 2.2.3.Tobias Geerinckx-Rice2018-09-17
| | | | | * gnu/packages/python.scm (python-dirsync): Update to 2.2.3. [native-inputs]: Remove unzip.
* gnu: mbedtls-apache: Update to 2.7.6.Leo Famulari2018-09-17
| | | | * gnu/packages/tls.scm (mbedtls-apache): Update to 2.7.6.
* gnu: linux-libre: Update to 4.18.8.Mark H Weaver2018-09-16
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.18.8. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.70.Mark H Weaver2018-09-16
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.70. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.127.Mark H Weaver2018-09-16
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.127.
* gnu: linux-libre@4.4: Update to 4.4.156.Mark H Weaver2018-09-16
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.156.
* gnu: dmidecode: Update to 3.2.Tobias Geerinckx-Rice2018-09-16
| | | | * gnu/packages/admin.scm (dmidecode): Update to 3.2.
* gnupg: Use 'gpgv' and keybox files; adjust 'guix refresh' accordingly.Ludovic Courtès2018-09-16
| | | | | | | | | | | | * 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.
* channels: Add Guile-Git as a dependency of external channels.Ludovic Courtès2018-09-16
| | | | | | | | | | | | | 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'.
* graph: Add '--system'.Ludovic Courtès2018-09-16
| | | | | | * guix/scripts/graph.scm (%options, show-help): Add '--system'. (%default-options): Add 'system'. (guix-graph): Pass #:system to 'run-with-store'.
* gnu: Add ruby-multi-test.Ben Woodcroft2018-09-16
| | | | | | * gnu/packages/ruby.scm (ruby-multi-test): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Enable tests for ruby-multi-json.Ben Woodcroft2018-09-16
| | | | | | | | | | | * 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>
* gnu: Add ruby-oj.Ben Woodcroft2018-09-16
| | | | | | * gnu/packages/ruby.scm (ruby-oj): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add ruby-yajl-ruby.Ben Woodcroft2018-09-16
| | | | | | * gnu/packages/ruby.scm (ruby-yajl-ruby): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* admin: python-pyudev: Add dependency on python-six.Roel Janssen2018-09-15
| | | | * gnu/packages/admin.scm (python-pyudev): Add dependency on python-six.
* gnu: php: Update to 7.2.10.Julien Lepiller2018-09-15
| | | | * gnu/packages/php.scm (php): Update to 7.2.10.
* gnu: wine-staging: Update to 3.16.Rutger Helling2018-09-15
| | | | * gnu/packages/wine.scm (wine-staging): Update to 3.16.
* gnu: wine-staging-patchset-data: Update to 3.16.Rutger Helling2018-09-15
| | | | * gnu/packages/wine.scm (wine-staging-patchset-data): Update to 3.16.
* gnu: wine: Update to 3.0.3.Rutger Helling2018-09-15
| | | | * gnu/packages/wine.scm (wine): Update to 3.0.3.
* gnu: gambit-c: Update to 4.9.0.Tobias Geerinckx-Rice2018-09-15
| | | | | | | | 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.
* gnu: gambit-c: Update home page.Tobias Geerinckx-Rice2018-09-15
| | | | * gnu/packages/scheme.scm (gambit-c)[home-page]: Update.
* gnu: Add python-user-agents.Maxim Cournoyer2018-09-15
| | | | | | | * gnu/packages/python.scm (python-user-agents, python2-user-agents): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add python-ua-parser.Maxim Cournoyer2018-09-15
| | | | | | * gnu/packages/python.scm (python-ua-parser, python2-ua-parser): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add python-pycountry.Maxim Cournoyer2018-09-15
| | | | | | * gnu/packages/python.scm (python-pycountry, python2-pycountry): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: zsh: Update to 5.6.2.Tobias Geerinckx-Rice2018-09-15
| | | | * gnu/packages/shells.scm (zsh): Update to 5.6.2.
* gnu: libetpan: Use HTTPS home page.Tobias Geerinckx-Rice2018-09-15
| | | | * gnu/packages/mail.scm (libetpan)[home-page]: Use HTTPS.
* gnu: ocaml-ounit: Update to 2.0.8.Tobias Geerinckx-Rice2018-09-15
| | | | * gnu/packages/ocaml.scm (ocaml-ounit): Update to 2.0.8.
* gnu: pybind11: Update to 2.2.4.Tobias Geerinckx-Rice2018-09-15
| | | | * gnu/packages/python.scm (pybind11): Update to 2.2.4.
* gnu: pybind11: Don't use unstable tarball.Tobias Geerinckx-Rice2018-09-15
| | | | | * gnu/packages/python.scm (pybind11)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: libjpeg: Improve description.Maxim Cournoyer2018-09-15
| | | | | | | * gnu/packages/image.scm (libjpeg)[description]: Add the list of the programs it provides. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: snakemake: Update to 5.2.4.Tobias Geerinckx-Rice2018-09-15
| | | | | * gnu/packages/python.scm (snakemake): Update to 5.2.4. [propagated-inputs]: Add python-gitpython.
* gnu: libsigrokdecode: Update to 0.5.2.Tobias Geerinckx-Rice2018-09-15
| | | | * gnu/packages/electronics.scm (libsigrokdecode): Update to 0.5.2.