summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: Remove python2-pyquery.Tobias Geerinckx-Rice2019-02-14
| | | | * gnu/packages/python-xyz.scm (python2-pyquery): Remove broken package.
* gnu: python-paste: Update to 3.0.6.Tobias Geerinckx-Rice2019-02-14
| | | | * gnu/packages/python-web.scm (python-paste): Update to 3.0.6.
* gnu: python-webtest: Update to 2.0.33.Tobias Geerinckx-Rice2019-02-14
| | | | | * gnu/packages/python-web.scm (python-webtest, python2-webtest): Update to 2.0.33. Remove outdated comments.
* gnu: python-sockjs-tornado: Update to 1.0.6.Tobias Geerinckx-Rice2019-02-14
| | | | | * gnu/packages/python-web.scm (python-sockjs-tornado) (python2-sockjs-tornado): Update to 1.0.6.
* gnu: python-scrypt: Update to 0.8.7.Tobias Geerinckx-Rice2019-02-14
| | | | * gnu/packages/python-crypto.scm (python-scrypt): Update to 0.8.7.
* gnu: python-base58: Update to 1.0.3.Tobias Geerinckx-Rice2019-02-14
| | | | * gnu/packages/python-crypto.scm (python-base58): Update to 1.0.3.
* gnu: rust: Update to 1.29.2.Ivan Petkov2019-02-14
| | | | | | * gnu/packages/rust.scm (rust): Rename to... (rust-1.28): ...this. (rust): New variable.
* gnu: conkey: Update to 1.11.2.Pierre Neidhardt2019-02-14
| | | | * gnu/packages/conky.scm (conkey): Update to 1.11.2.
* gnu: inxi-minimal: Update inputs.Efraim Flashner2019-02-14
| | | | | | * gnu/packages/admin.scm (inxi-minimal)[inputs]: Replace bash with bash-minimal, add procps. (inxi)[inputs]: Inherit procps from inxi-minimal.
* gnu: dealii: Upgrade to 9.0.1.Eric Bavier2019-02-13
| | | | | | | * gnu/packages/patches/dealii-mpi-deprecations.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/maths.scm (dealii)[source]: Upgrade to 9.0.1. Use patch. [arguments]: Use new MPI configuration flags.
* gnu: libdvdread: Update to 6.0.1.Tobias Geerinckx-Rice2019-02-14
| | | | * gnu/packages/video.scm (libdvdread): Update to 6.0.1.
* gnu: libdvdread: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-02-14
| | | | * gnu/packages/video.scm (libdvdread)[source]: Hard-code NAME.
* gnu: hiawatha: Update to 10.8.4.Tobias Geerinckx-Rice2019-02-14
| | | | * gnu/packages/web.scm (hiawatha): Update to 10.8.4.
* gnu: rclone: Update to 1.46.Tobias Geerinckx-Rice2019-02-14
| | | | | * gnu/packages/sync.scm (rclone): Update to 1.46. [arguments]: Remove 'set-home-directory' phase.
* gnu: rrdtool: Update to 1.7.1.Tobias Geerinckx-Rice2019-02-14
| | | | * gnu/packages/rrdtool.scm (rrdtool): Update to 1.7.1.
* gnu: perl-xml-libxml: Update to 2.0134.Tobias Geerinckx-Rice2019-02-14
| | | | * gnu/packages/xml.scm (perl-xml-libxml): Update to 2.0134.
* gnu: Add trydiffoscope.Vagrant Cascadian2019-02-13
| | | | | | * gnu/packages/package-management (trydiffoscope): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: qtbase: Restore compilation on linux kernels < 4.11.Andreas Enge2019-02-14
| | | | | | | | Fixes <https://bugs.gnu.org/34431>. * gnu/packages/patches/qtbase-old-kernel.patch: New file. * gnu/local.mk (dist_patch_DATA): Register patch. * gnu/packages/qt.scm (qtbase): Add patch.
* gnu: doxygen: Update home page and source URI.Marius Bakke2019-02-14
| | | | | | * gnu/packages/documentation.scm (doxygen)[home-page]: Change to <http://www.doxygen.nl>. [source](uri): Likewise. Add sourceforge mirror.
* gnu: xapian: Update to 1.4.10.Marius Bakke2019-02-14
| | | | * gnu/packages/search.scm (xapian, python-xapian-bindings): Update to 1.4.10.
* gnu: msmtp: Update to 1.8.3.Marius Bakke2019-02-14
| | | | * gnu/packages/mail.scm (msmtp): Update to 1.8.3.
* gnu: GnuPG: Update to 2.2.13.Marius Bakke2019-02-14
| | | | * gnu/packages/gnupg.scm (gnupg): Update to 2.2.13.
* gnu: libassuan: Update to 2.5.3.Marius Bakke2019-02-14
| | | | * gnu/packages/gnupg.scm (libassuan): Update to 2.5.3.
* gnu: Varnish: Update to 6.1.1.Marius Bakke2019-02-14
| | | | | | * gnu/packages/web.scm (varnish): Update to 6.1.1. [native-inputs]: Add PYTHON-SPHINX. [arguments]: Add "--disable-pcre-jit" to #:configure-flags.
* gnu: Open vSwitch: Update to 2.10.1.Marius Bakke2019-02-14
| | | | * gnu/packages/networking.scm (openvswitch): Update to 2.10.1.
* gnu: KDE Plasma: Remove unused properties.Marius Bakke2019-02-14
| | | | * gnu/packages/kde-plasma.scm (kdecoration, kscreenlocker)[properties]: Remove.
* gnu: Restore copyright header.Marius Bakke2019-02-14
| | | | | | This was mistakenly removed in bec2a2e10e199d6ee671ec5713bd103242e91b62. * gnu/packages/kde.scm: Restore copyright header.
* gnu: certbot, python-acme: Update to 0.31.0.Leo Famulari2019-02-13
| | | | * gnu/packages/tls.scm (certbot, python-acme): Update to 0.31.0.
* gnu: Add ocaml-timed.Gabriel Hondet2019-02-13
| | | | | | * gnu/packages/ocaml.scm (ocaml-timed): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-bindlib.Gabriel Hondet2019-02-13
| | | | | | * gnu/packages/ocaml.scm (ocaml-bindlib): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-earley.Gabriel Hondet2019-02-13
| | | | | | * gnu/packages/ocaml.scm (ocaml-earley): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add coq-equations.Dan Frumin2019-02-13
| | | | | | * gnu/packages/coq.scm (coq-equations): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* nls: Update 'de' translation.Julien Lepiller2019-02-13
|
* nls: Update 'da' translation.Julien Lepiller2019-02-13
|
* gnu: Add ELPA.Eric Bavier2019-02-13
| | | | * gnu/packages/maths.scm (elpa, elpa-openmpi): New variables.
* gnu: petsc: Upgrade to 3.10.3.Eric Bavier2019-02-13
| | | | * gnu/packages/maths.scm (petsc): Upgrade to 3.10.3.
* gnu: scalapack: Remove use of deprecated MPI1 symbols.Eric Bavier2019-02-13
| | | | | | * gnu/packages/patches/scalapack-blacs-mpi-deprecations.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/maths.scm (scalapack)[source]: Use it.
* gnu: khard: Enable tests.Efraim Flashner2019-02-13
| | | | * gnu/packages/mail.scm (khard)[arguments]: Enable test suite.
* gnu: khard: Update to 0.13.0.Efraim Flashner2019-02-13
| | | | * gnu/packages/mail.scm (khard): Update to 0.13.0.
* gnu: fluxbox: All phases return #t.Efraim Flashner2019-02-13
| | | | * gnu/packages/wm.scm (fluxbox)[arguments]: All phases return #t.
* gnu: fluxbox: Install vim helper files.Efraim Flashner2019-02-13
| | | | | * gnu/packages/wm.scm (fluxbox)[arguments]: Add custom phase to install vim files.
* gnu: vim-airline: Update to 0.10.Efraim Flashner2019-02-13
| | | | * gnu/packages/vim.scm (vim-airline): Update to 0.10.
* gnu: urlscan: Update to 0.9.2.Efraim Flashner2019-02-13
| | | | * gnu/packages/mail.scm (urlscan): Update to 0.9.2.
* gnu: linux-libre: Update to 4.20.8.Mark H Weaver2019-02-13
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.20.8. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.19: Update to 4.19.21.Mark H Weaver2019-02-13
| | | | | * gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.21. (%linux-libre-4.19-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.99.Mark H Weaver2019-02-13
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.99. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.156.Mark H Weaver2019-02-13
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.156.
* doc: Add a "Development" chapter.Ludovic Courtès2019-02-13
| | | | | | | * doc/guix.texi (Managing Software the Guix Way): Add reference to the "Development" section. (Invoking guix environment, Invoking guix pack): Move to... (Development): ... here. New node.
* guix system: List old generations from newest to oldest.Ludovic Courtès2019-02-13
| | | | | | | | | Previously 'guix system switch-generation' or 'delete-generations' would yield a GRUB menu where entries for old generations were in the wrong order (i.e., oldest first.) * guix/scripts/system.scm (reinstall-bootloader): Reverse the list returned by 'generation-numbers'.
* guix system: Add 'delete-generations'.Ludovic Courtès2019-02-13
| | | | | | | | * guix/scripts/package.scm (delete-matching-generations): Export. * guix/scripts/system.scm (show-help): Add 'delete-generations'. (process-command): Honor it. (guix-system): Support it. * doc/guix.texi (Invoking guix system): Document it.