Age | Commit message (Expand) | Author |
---|---|---|
2019-10-15 | gnu: ruby-concurrent: Update to 1.1.5....* gnu/packages/patches/ruby-concurrent-ignore-broken-test.patch, gnu/packages/patches/ruby-concurrent-test-arm.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/ruby.scm (ruby-concurrent): Update to 1.1.5. [source](patches): Remove. [arguments]: Set #:test-target to "ci". Remove obsolete phases. Remove dependencies on 'rake_compiler_dock' and concurrent_ruby.jar. | Marius Bakke |
2019-10-15 | gnu: ruby-concurrent: Do not use unstable source tarball....* gnu/packages/ruby.scm (ruby-concurrent)[source]: Switch to GIT-FETCH. | Marius Bakke |
2019-10-15 | gnu: network-manager-openvpn: Update to 1.8.10....* gnu/packages/gnome.scm (network-manager-openvpn): Update to 1.8.10. | Tobias Geerinckx-Rice |
2019-10-15 | gnu: network-manager-applet: Don't use NAME in source URI....* gnu/packages/gnome.scm (network-manager-applet)[source]: Hard-code NAME. | Tobias Geerinckx-Rice |
2019-10-15 | gnu: network-manager-applet: Build libnm-gtk....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. | Tobias Geerinckx-Rice |
2019-10-15 | gnu: patchmatrix: Update to 0.16.0....* gnu/packages/music.scm (patchmatrix): Update to 0.16.0. [arguments]: Remove custom phase make-gzip-archive-writable. | Ricardo Wurmus |
2019-10-15 | gnu: Add python-cookiecutter....* gnu/packages/python-xyz.scm (python-cookiecutter): New public variable. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com> | Tanguy Le Carrour |
2019-10-15 | gnu: Add python-whichcraft....* gnu/packages/python-xyz.scm (python-whichcraft): New public variable. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com> | Tanguy Le Carrour |
2019-10-15 | gnu: Add python-poyo....* gnu/packages/python-xyz.scm (python-poyo): New public variable. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com> | Tanguy Le Carrour |
2019-10-15 | gnu: Add python-jinja2-time....* gnu/packages/python-xyz.scm (python-jinja2-time): New public variable. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com> | Tanguy Le Carrour |
2019-10-15 | gnu: Add gnome-mahjongg....* gnu/packages/gnome.scm (gnome-mahjongg) New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | David Wilson |
2019-10-15 | gnu: Add r-unifiedwmwqpcr....* gnu/packages/bioconductor.scm (r-unifiedwmwqpcr): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | zimoun |
2019-10-15 | gnu: Add r-htqpcr....* gnu/packages/bioconductor.scm (r-htqpcr): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | zimoun |
2019-10-15 | gnu: openmpi: Add dependency on UCX when supported....* gnu/packages/mpi.scm (openmpi)[inputs]: Add UCX conditionally. | Ludovic Courtès |
2019-10-15 | gnu: Add ucx....* gnu/packages/fabric-management.scm (ucx): New variable. | Ludovic Courtès |
2019-10-15 | ssh: Add a longer SSH timeout by default....* guix/ssh.scm (open-ssh-session): Add #:timeout parameter, and add call to 'session-set!' to honor it. | Ludovic Courtès |
2019-10-15 | offload: Set a longer SSH session timeout....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. | Ludovic Courtès |
2019-10-15 | tests: Skip container test when lacking kernel support....This is a followup to 96b35998e610c7fc37bf87bf9e07e63d3bebd0a3. * tests/containers.scm ("eval/container, non-empty load path"): Add missing 'skip-if-unsupported' call. | Ludovic Courtès |
2019-10-15 | gnu: guix: Update to 88da011....* gnu/packages/package-management.scm (guix): Update to 88da011. | Ludovic Courtès |
2019-10-14 | gnu: emacs-magit: Add patch for compatibility with emacs-forge....* 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. | Brian Leung |
2019-10-14 | gnu: emacs-prescient: Update to 3.3-1.9505658....* gnu/packages/emacs-xyz.scm (emacs-prescient): Update to 3.3-1.9505658. | Brian Leung |
2019-10-14 | gnu: emacs-ghub: Update to 3.2.0-2.e19cd86....* gnu/packages/emacs-xyz.scm (emacs-ghub): Update to 3.2.0-2.e19cd86. [propagated-inputs]: Add emacs-let-alist. | Brian Leung |
2019-10-14 | gnu: emacs-markdown-preview: Fix synopsis....* gnu/packages/emacs-xyz.scm (emacs-markdown-preview): Fix synopsis. | Brian Leung |
2019-10-14 | gnu: clamav: Update to 0.102.0....* gnu/packages/antivirus.scm (clamav): Update to 0.102.0. | Eric Bavier |
2019-10-15 | gnu: xfsprogs: Install Python script to :python output....* gnu/packages/linux.scm (xfsprogs)[outputs]: Add ‘python’. [arguments]: Move ‘xfs_scrub_all’ to :python. [inputs]: Add python-wrapper to make it actually run. | Tobias Geerinckx-Rice |
2019-10-15 | gnu: xfsprogs: Update to 5.2.1....* gnu/packages/linux.scm (xfsprogs): Update to 5.2.1. | Tobias Geerinckx-Rice |
2019-10-15 | gnu: quaternion: Wrap with extra inputs....* gnu/packages/messaging.scm (quaternion)[inputs]: Add qtquickcontrols2. [arguments]: Use WRAP-QT-PROGRAM. | Tobias Geerinckx-Rice |
2019-10-15 | gnu: zenity: Don't use NAME in source URI....* gnu/packages/gnome.scm (zenity)[source]: Hard-code NAME. | Tobias Geerinckx-Rice |
2019-10-15 | gnu: zenity: Update to 3.32.0....* gnu/packages/gnome.scm (zenity): Update to 3.32.0. | Tobias Geerinckx-Rice |
2019-10-15 | gnu: r-cmprsk: Update to 2.2-9....* gnu/packages/cran.scm (r-cmprsk): Update to 2.2-9. | Tobias Geerinckx-Rice |
2019-10-15 | gnu: r-pkgbuild: Update to 1.0.6....* gnu/packages/cran.scm (r-pkgbuild): Update to 1.0.6. | Tobias Geerinckx-Rice |
2019-10-15 | gnu: python-git-review: Update to 1.28.0....* gnu/packages/openstack.scm (python-git-review): Update to 1.28.0. | Tobias Geerinckx-Rice |
2019-10-15 | gnu: python-django-override-storage: Update to 0.1.6....* gnu/packages/django.scm (python-django-override-storage): Update to 0.1.6. | Tobias Geerinckx-Rice |
2019-10-15 | gnu: python-crate: Update to 0.23.2....* gnu/packages/databases.scm (python-crate): Update to 0.23.2. | Tobias Geerinckx-Rice |
2019-10-14 | gnu: pioneer: Update to 20190203....* 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. | Eric Bavier |
2019-10-14 | packages: 'fold-available-packages' uses 'supported-package?'....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. | Ludovic Courtès |
2019-10-14 | gnu: Add emacs-git-link....* gnu/packages/emacs-xyz.scm (emacs-git-link): New variable. | Brian Leung |
2019-10-14 | gnu: Add emacs-apheleia....* gnu/packages/emacs-xyz.scm (emacs-apheleia): New variable. | Brian Leung |
2019-10-14 | gnu: Add emacs-git-gutter-fringe....* gnu/packages/emacs-xyz.scm (emacs-git-gutter-fringe): New variable. | Brian Leung |
2019-10-14 | gnu: Add emacs-fringe-helper....* gnu/packages/emacs-xyz.scm (emacs-fringe-helper): New variable. | Brian Leung |
2019-10-14 | gnu: Add methyldackel....* gnu/packages/bioinformatics.scm (methyldackel): New variable. | Ricardo Wurmus |
2019-10-14 | gnu: vim-fugitive: Update to 3.1....* gnu/packages/vim.scm (vim-fugitive): Update to 3.1. | Efraim Flashner |
2019-10-14 | gnu: ddcutil: Update to 0.9.7....* gnu/packages/hardware.scm (ddcutil): Update to 0.9.7. | Tobias Geerinckx-Rice |
2019-10-14 | gnu: python-py3status: Update to 3.21....* gnu/packages/python-xyz.scm (python-py3status): Update to 3.21. | Tobias Geerinckx-Rice |
2019-10-14 | gnu: python-colorspacious: Update to 1.1.2....* gnu/packages/python-xyz.scm (python-colorspacious): Update to 1.1.2. | Tobias Geerinckx-Rice |
2019-10-14 | gnu: python-glob2: Update to 0.7....* gnu/packages/python-xyz.scm (python-glob2): Update to 0.7. | Tobias Geerinckx-Rice |
2019-10-14 | gnu: sqitch: Remove perl-file-homedir input....* gnu/packages/databases.scm (perl-file-homedir)[inputs]: Remove perl-file-homedir. | Tobias Geerinckx-Rice |
2019-10-14 | gnu: Add enlightenment-wayland....* gnu/packages/enlightenment.scm (enlightenment-wayland): New variable. | Efraim Flashner |
2019-10-14 | gnu: gtkmm: Update to 3.24.1....* gnu/packages/gtk.scm (gtkmm): Update to 3.24.1. | Ludovic Courtès |
2019-10-14 | gnu: gspell: Update to 1.8.2....* gnu/packages/gnome.scm (gspell): Update to 1.8.2. | Ludovic Courtès |