Efraim Flashner
40cad6b956
gnu: wm.scm: Sort module imports.
...
* gnu/packages/wm.scm: Sort module imports.
2019-10-15 21:57:36 +03:00
Efraim Flashner
005c2ccf2b
gnu: polybar: Add jsoncpp.
...
* gnu/packages/wm.scm (polybar)[inputs]: Add jsoncpp.
2019-10-15 21:51:07 +03:00
Efraim Flashner
44b7352073
gnu: polybar: Update source uri.
...
* gnu/packages/wm.scm (polybar)[source]: Update source uri. Remove
file-name.
2019-10-15 21:37:29 +03:00
tanguy@bioneland.org
d5329de9ac
gnu: polybar: Update to 3.4.0.
...
* gnu/packages/wm.scm (polybar): Update to 3.4.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2019-10-15 21:19:51 +03:00
Christopher Baines
ef0c265438
inferior: Set the error port when using older Guix versions.
...
This makes the behaviour more consistent.
* guix/inferior.scm (inferior-pipe): Wrap the second open-pipe* call with
with-error-to-port, to match the first call to open-pipe*.
2019-10-15 19:01:50 +01:00
Christopher Baines
f0428c18f8
inferior: Allow controlling the inferior error port.
...
Previously, stderr for the inferior process would always be sent to /dev/null
because the current-output-port when the process is launched is a void
port. This change means that it's possible to pass in a different port to use.
* guix/inferior.scm (inferior-pipe): Take the error-port as an argument.
(open-inferior): Add new error-port keyword argument, with a default
of (%make-void-port "w").
2019-10-15 19:01:47 +01:00
Marius Bakke
1007640a63
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.
2019-10-15 17:19:27 +02:00
Marius Bakke
8fcba3be28
gnu: ruby-concurrent: Do not use unstable source tarball.
...
* gnu/packages/ruby.scm (ruby-concurrent)[source]: Switch to GIT-FETCH.
2019-10-15 17:19:27 +02:00
Tobias Geerinckx-Rice
7d87eede5d
gnu: network-manager-openvpn: Update to 1.8.10.
...
* gnu/packages/gnome.scm (network-manager-openvpn): Update to 1.8.10.
2019-10-15 17:16:48 +02:00
Tobias Geerinckx-Rice
3df63444f3
gnu: network-manager-applet: Don't use NAME in source URI.
...
* gnu/packages/gnome.scm (network-manager-applet)[source]: Hard-code NAME.
2019-10-15 17:16:48 +02:00
Tobias Geerinckx-Rice
be1c4b079e
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.
2019-10-15 17:16:47 +02:00
Ricardo Wurmus
559e06b61c
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.
2019-10-15 16:04:48 +02:00
Tanguy Le Carrour
1133ca4460
gnu: Add python-cookiecutter.
...
* gnu/packages/python-xyz.scm (python-cookiecutter): New public variable.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2019-10-15 14:25:42 +02:00
Tanguy Le Carrour
b2b23d1242
gnu: Add python-whichcraft.
...
* gnu/packages/python-xyz.scm (python-whichcraft): New public variable.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2019-10-15 14:25:42 +02:00
Tanguy Le Carrour
6830120e58
gnu: Add python-poyo.
...
* gnu/packages/python-xyz.scm (python-poyo): New public variable.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2019-10-15 14:25:42 +02:00
Tanguy Le Carrour
ba42a6bfc4
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>
2019-10-15 14:25:42 +02:00
David Wilson
93beace0e0
gnu: Add gnome-mahjongg.
...
* gnu/packages/gnome.scm (gnome-mahjongg) New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-10-15 14:20:32 +02:00
zimoun
86fb2c63be
gnu: Add r-unifiedwmwqpcr.
...
* gnu/packages/bioconductor.scm (r-unifiedwmwqpcr): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-10-15 14:10:27 +02:00
zimoun
16e2e4f27b
gnu: Add r-htqpcr.
...
* gnu/packages/bioconductor.scm (r-htqpcr): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-10-15 14:10:21 +02:00
Ludovic Courtès
8ba94edd8f
gnu: openmpi: Add dependency on UCX when supported.
...
* gnu/packages/mpi.scm (openmpi)[inputs]: Add UCX conditionally.
2019-10-15 13:58:45 +02:00
Ludovic Courtès
da414ec687
gnu: Add ucx.
...
* gnu/packages/fabric-management.scm (ucx): New variable.
2019-10-15 13:56:41 +02:00
Ludovic Courtès
81c5873ab7
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.
2019-10-15 13:56:41 +02:00
Ludovic Courtès
00d7321958
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.
2019-10-15 13:56:41 +02:00
Ludovic Courtès
e464ac6672
tests: Skip container test when lacking kernel support.
...
This is a followup to 96b35998e6
.
* tests/containers.scm ("eval/container, non-empty load path"): Add
missing 'skip-if-unsupported' call.
2019-10-15 10:21:41 +02:00
Ludovic Courtès
062158cd7e
gnu: guix: Update to 88da011
.
...
* gnu/packages/package-management.scm (guix): Update to 88da011
.
2019-10-15 07:29:08 +02:00
Brian Leung
dbaa829ec6
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.
2019-10-14 22:04:11 -07:00
Brian Leung
ddf6e9bdb1
gnu: emacs-prescient: Update to 3.3-1.9505658.
...
* gnu/packages/emacs-xyz.scm (emacs-prescient): Update to 3.3-1.9505658.
2019-10-14 22:04:11 -07:00
Brian Leung
1695b6ca68
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.
2019-10-14 22:04:10 -07:00
Brian Leung
2254373ebd
gnu: emacs-markdown-preview: Fix synopsis.
...
* gnu/packages/emacs-xyz.scm (emacs-markdown-preview): Fix synopsis.
2019-10-14 22:04:10 -07:00
Eric Bavier
a7ba534ca6
gnu: clamav: Update to 0.102.0.
...
* gnu/packages/antivirus.scm (clamav): Update to 0.102.0.
2019-10-14 23:13:24 -05:00
Tobias Geerinckx-Rice
c78778e779
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.
2019-10-15 05:25:11 +02:00
Tobias Geerinckx-Rice
faa78e8850
gnu: xfsprogs: Update to 5.2.1.
...
* gnu/packages/linux.scm (xfsprogs): Update to 5.2.1.
2019-10-15 05:24:37 +02:00
Tobias Geerinckx-Rice
f920a64a74
gnu: quaternion: Wrap with extra inputs.
...
* gnu/packages/messaging.scm (quaternion)[inputs]: Add qtquickcontrols2.
[arguments]: Use WRAP-QT-PROGRAM.
2019-10-15 05:24:36 +02:00
Tobias Geerinckx-Rice
5958df042c
gnu: zenity: Don't use NAME in source URI.
...
* gnu/packages/gnome.scm (zenity)[source]: Hard-code NAME.
2019-10-15 05:24:36 +02:00
Tobias Geerinckx-Rice
4f581bd068
gnu: zenity: Update to 3.32.0.
...
* gnu/packages/gnome.scm (zenity): Update to 3.32.0.
2019-10-15 05:24:36 +02:00
Tobias Geerinckx-Rice
3d9a6b0512
gnu: r-cmprsk: Update to 2.2-9.
...
* gnu/packages/cran.scm (r-cmprsk): Update to 2.2-9.
2019-10-15 05:24:36 +02:00
Tobias Geerinckx-Rice
34ac6089e1
gnu: r-pkgbuild: Update to 1.0.6.
...
* gnu/packages/cran.scm (r-pkgbuild): Update to 1.0.6.
2019-10-15 05:24:36 +02:00
Tobias Geerinckx-Rice
cbb488d6f6
gnu: python-git-review: Update to 1.28.0.
...
* gnu/packages/openstack.scm (python-git-review): Update to 1.28.0.
2019-10-15 05:24:36 +02:00
Tobias Geerinckx-Rice
373403bb6a
gnu: python-django-override-storage: Update to 0.1.6.
...
* gnu/packages/django.scm (python-django-override-storage): Update to 0.1.6.
2019-10-15 05:24:36 +02:00
Tobias Geerinckx-Rice
19181820bc
gnu: python-crate: Update to 0.23.2.
...
* gnu/packages/databases.scm (python-crate): Update to 0.23.2.
2019-10-15 05:24:36 +02:00
Eric Bavier
ed3e7b7213
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.
2019-10-14 20:36:21 -05:00
Ludovic Courtès
88da011592
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 d2d63e20d5
.
* gnu/packages.scm (fold-available-packages): Use 'supported-package?'
instead of (member ... (package-supported-systems ...)) to match what
'generate-package-cache' does.
2019-10-14 23:43:43 +02:00
Brian Leung
914379a503
gnu: Add emacs-git-link.
...
* gnu/packages/emacs-xyz.scm (emacs-git-link): New variable.
2019-10-14 14:08:41 -07:00
Brian Leung
100f3ccb73
gnu: Add emacs-apheleia.
...
* gnu/packages/emacs-xyz.scm (emacs-apheleia): New variable.
2019-10-14 14:08:40 -07:00
Brian Leung
2322c9458c
gnu: Add emacs-git-gutter-fringe.
...
* gnu/packages/emacs-xyz.scm (emacs-git-gutter-fringe): New variable.
2019-10-14 14:08:40 -07:00
Brian Leung
36f6ed2c64
gnu: Add emacs-fringe-helper.
...
* gnu/packages/emacs-xyz.scm (emacs-fringe-helper): New variable.
2019-10-14 14:08:40 -07:00
Ricardo Wurmus
19e4261837
gnu: Add methyldackel.
...
* gnu/packages/bioinformatics.scm (methyldackel): New variable.
2019-10-14 22:49:04 +02:00
Efraim Flashner
dc505e3eb8
gnu: vim-fugitive: Update to 3.1.
...
* gnu/packages/vim.scm (vim-fugitive): Update to 3.1.
2019-10-14 20:44:02 +03:00
Tobias Geerinckx-Rice
c7c23eb622
gnu: ddcutil: Update to 0.9.7.
...
* gnu/packages/hardware.scm (ddcutil): Update to 0.9.7.
2019-10-14 19:38:44 +02:00
Tobias Geerinckx-Rice
ef68b35da9
gnu: python-py3status: Update to 3.21.
...
* gnu/packages/python-xyz.scm (python-py3status): Update to 3.21.
2019-10-14 19:33:18 +02:00