summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: network-manager-openvpn: Update to 1.8.10.Tobias Geerinckx-Rice2019-10-15
| | | | * gnu/packages/gnome.scm (network-manager-openvpn): Update to 1.8.10.
* gnu: network-manager-applet: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-10-15
| | | | * gnu/packages/gnome.scm (network-manager-applet)[source]: Hard-code NAME.
* gnu: network-manager-applet: Build libnm-gtk.Tobias Geerinckx-Rice2019-10-15
| | | | | | | Fixes network-manager-openvpn <https://issues.guix.gnu.org/issue/37759>. * gnu/packages/gnome.scm (network-manager-applet)[arguments]: Set libnm_gtk=true in #:configure-flags.
* gnu: patchmatrix: Update to 0.16.0.Ricardo Wurmus2019-10-15
| | | | | * gnu/packages/music.scm (patchmatrix): Update to 0.16.0. [arguments]: Remove custom phase make-gzip-archive-writable.
* gnu: Add python-cookiecutter.Tanguy Le Carrour2019-10-15
| | | | | | * gnu/packages/python-xyz.scm (python-cookiecutter): New public variable. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: Add python-whichcraft.Tanguy Le Carrour2019-10-15
| | | | | | * gnu/packages/python-xyz.scm (python-whichcraft): New public variable. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: Add python-poyo.Tanguy Le Carrour2019-10-15
| | | | | | * gnu/packages/python-xyz.scm (python-poyo): New public variable. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: Add python-jinja2-time.Tanguy Le Carrour2019-10-15
| | | | | | * gnu/packages/python-xyz.scm (python-jinja2-time): New public variable. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: Add gnome-mahjongg.David Wilson2019-10-15
| | | | | | * gnu/packages/gnome.scm (gnome-mahjongg) New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add r-unifiedwmwqpcr.zimoun2019-10-15
| | | | | | * gnu/packages/bioconductor.scm (r-unifiedwmwqpcr): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add r-htqpcr.zimoun2019-10-15
| | | | | | * gnu/packages/bioconductor.scm (r-htqpcr): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: openmpi: Add dependency on UCX when supported.Ludovic Courtès2019-10-15
| | | | * gnu/packages/mpi.scm (openmpi)[inputs]: Add UCX conditionally.
* gnu: Add ucx.Ludovic Courtès2019-10-15
| | | | * gnu/packages/fabric-management.scm (ucx): New variable.
* ssh: Add a longer SSH timeout by default.Ludovic Courtès2019-10-15
| | | | | * guix/ssh.scm (open-ssh-session): Add #:timeout parameter, and add call to 'session-set!' to honor it.
* offload: Set a longer SSH session timeout.Ludovic Courtès2019-10-15
| | | | | | | | | | | | Fixes <https://bugs.gnu.org/37762>. * guix/scripts/offload.scm (open-ssh-session): Add 'max-silent-time' parameter. Add call to 'session-set!' before returning SESSION. (transfer-and-offload): Pass MAX-SILENT-TIME to 'open-ssh-session'. (%short-timeout): New variable. (choose-build-machine): Pass %SHORT-TIMEOUT to 'open-ssh-session'. (check-machine-availability): Likewise. (check-machine-status): Likewise.
* tests: Skip container test when lacking kernel support.Ludovic Courtès2019-10-15
| | | | | | | This is a followup to 96b35998e610c7fc37bf87bf9e07e63d3bebd0a3. * tests/containers.scm ("eval/container, non-empty load path"): Add missing 'skip-if-unsupported' call.
* gnu: guix: Update to 88da011.Ludovic Courtès2019-10-15
| | | | * gnu/packages/package-management.scm (guix): Update to 88da011.
* gnu: emacs-magit: Add patch for compatibility with emacs-forge.Brian Leung2019-10-14
| | | | | | * gnu/local.mk (emacs-magit-format-author-margin.patch): Add patch. * gnu/packages/emacs-xyz.scm: Add. * gnu/packages/patches/emacs-magit-log-format-author-margin.patch: Add.
* gnu: emacs-prescient: Update to 3.3-1.9505658.Brian Leung2019-10-14
| | | | * gnu/packages/emacs-xyz.scm (emacs-prescient): Update to 3.3-1.9505658.
* gnu: emacs-ghub: Update to 3.2.0-2.e19cd86.Brian Leung2019-10-14
| | | | | * gnu/packages/emacs-xyz.scm (emacs-ghub): Update to 3.2.0-2.e19cd86. [propagated-inputs]: Add emacs-let-alist.
* gnu: emacs-markdown-preview: Fix synopsis.Brian Leung2019-10-14
| | | | * gnu/packages/emacs-xyz.scm (emacs-markdown-preview): Fix synopsis.
* gnu: clamav: Update to 0.102.0.Eric Bavier2019-10-14
| | | | * gnu/packages/antivirus.scm (clamav): Update to 0.102.0.
* gnu: xfsprogs: Install Python script to :python output.Tobias Geerinckx-Rice2019-10-15
| | | | | | * gnu/packages/linux.scm (xfsprogs)[outputs]: Add ‘python’. [arguments]: Move ‘xfs_scrub_all’ to :python. [inputs]: Add python-wrapper to make it actually run.
* gnu: xfsprogs: Update to 5.2.1.Tobias Geerinckx-Rice2019-10-15
| | | | * gnu/packages/linux.scm (xfsprogs): Update to 5.2.1.
* gnu: quaternion: Wrap with extra inputs.Tobias Geerinckx-Rice2019-10-15
| | | | | * gnu/packages/messaging.scm (quaternion)[inputs]: Add qtquickcontrols2. [arguments]: Use WRAP-QT-PROGRAM.
* gnu: zenity: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-10-15
| | | | * gnu/packages/gnome.scm (zenity)[source]: Hard-code NAME.
* gnu: zenity: Update to 3.32.0.Tobias Geerinckx-Rice2019-10-15
| | | | * gnu/packages/gnome.scm (zenity): Update to 3.32.0.
* gnu: r-cmprsk: Update to 2.2-9.Tobias Geerinckx-Rice2019-10-15
| | | | * gnu/packages/cran.scm (r-cmprsk): Update to 2.2-9.
* gnu: r-pkgbuild: Update to 1.0.6.Tobias Geerinckx-Rice2019-10-15
| | | | * gnu/packages/cran.scm (r-pkgbuild): Update to 1.0.6.
* gnu: python-git-review: Update to 1.28.0.Tobias Geerinckx-Rice2019-10-15
| | | | * gnu/packages/openstack.scm (python-git-review): Update to 1.28.0.
* gnu: python-django-override-storage: Update to 0.1.6.Tobias Geerinckx-Rice2019-10-15
| | | | * gnu/packages/django.scm (python-django-override-storage): Update to 0.1.6.
* gnu: python-crate: Update to 0.23.2.Tobias Geerinckx-Rice2019-10-15
| | | | * gnu/packages/databases.scm (python-crate): Update to 0.23.2.
* gnu: pioneer: Update to 20190203.Eric Bavier2019-10-14
| | | | | | | | * gnu/packages/games.scm (pioneer): Update to 20190203. [build-system]: Switch from gnu- to cmake-build-system. [native-inputs]: Remove autoconf and automake. [inputs]: Add glew. [arguments]: Adjust configure-flags for cmake. Remove phase modification.
* packages: 'fold-available-packages' uses 'supported-package?'.Ludovic Courtès2019-10-14
| | | | | | | | | | | Fixes <https://bugs.gnu.org/37748>. Reported by Marius Bakke <mbakke@fastmail.com>. This is a followup to d2d63e20d5b981009b61bf416b4d7b516e8f1f34. * gnu/packages.scm (fold-available-packages): Use 'supported-package?' instead of (member ... (package-supported-systems ...)) to match what 'generate-package-cache' does.
* gnu: Add emacs-git-link.Brian Leung2019-10-14
| | | | * gnu/packages/emacs-xyz.scm (emacs-git-link): New variable.
* gnu: Add emacs-apheleia.Brian Leung2019-10-14
| | | | * gnu/packages/emacs-xyz.scm (emacs-apheleia): New variable.
* gnu: Add emacs-git-gutter-fringe.Brian Leung2019-10-14
| | | | * gnu/packages/emacs-xyz.scm (emacs-git-gutter-fringe): New variable.
* gnu: Add emacs-fringe-helper.Brian Leung2019-10-14
| | | | * gnu/packages/emacs-xyz.scm (emacs-fringe-helper): New variable.
* gnu: Add methyldackel.Ricardo Wurmus2019-10-14
| | | | * gnu/packages/bioinformatics.scm (methyldackel): New variable.
* gnu: vim-fugitive: Update to 3.1.Efraim Flashner2019-10-14
| | | | * gnu/packages/vim.scm (vim-fugitive): Update to 3.1.
* gnu: ddcutil: Update to 0.9.7.Tobias Geerinckx-Rice2019-10-14
| | | | * gnu/packages/hardware.scm (ddcutil): Update to 0.9.7.
* gnu: python-py3status: Update to 3.21.Tobias Geerinckx-Rice2019-10-14
| | | | * gnu/packages/python-xyz.scm (python-py3status): Update to 3.21.
* gnu: python-colorspacious: Update to 1.1.2.Tobias Geerinckx-Rice2019-10-14
| | | | * gnu/packages/python-xyz.scm (python-colorspacious): Update to 1.1.2.
* gnu: python-glob2: Update to 0.7.Tobias Geerinckx-Rice2019-10-14
| | | | * gnu/packages/python-xyz.scm (python-glob2): Update to 0.7.
* gnu: sqitch: Remove perl-file-homedir input.Tobias Geerinckx-Rice2019-10-14
| | | | * gnu/packages/databases.scm (perl-file-homedir)[inputs]: Remove perl-file-homedir.
* gnu: Add enlightenment-wayland.Efraim Flashner2019-10-14
| | | | * gnu/packages/enlightenment.scm (enlightenment-wayland): New variable.
* gnu: gtkmm: Update to 3.24.1.Ludovic Courtès2019-10-14
| | | | * gnu/packages/gtk.scm (gtkmm): Update to 3.24.1.
* gnu: gspell: Update to 1.8.2.Ludovic Courtès2019-10-14
| | | | * gnu/packages/gnome.scm (gspell): Update to 1.8.2.
* gnu: gfortran: Add version 9.x.Ludovic Courtès2019-10-14
| | | | * gnu/packages/gcc.scm (gfortran-9): New variable.
* gnu: mumps: Build and install shared libraries.Maurice Brémond2019-10-14
| | | | | | | | | | | | | * gnu/packages/patches/mumps-shared-libseq.patch, gnu/packages/patches/mumps-shared-mumps.patch, gnu/packages/patches/mumps-shared-pord.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/maths.scm (mumps)[source](patches): Add them. [arguments]: In 'configure' phase, adjust "Makefile.inc" for shared library support. In 'install' phase, install libmpiseq.so when it exists. Co-authored-by: Ludovic Courtès <ludovic.courtes@inria.fr>