Commit Graph

35006 Commits (3c0e16391ed9a3e3e4611b940fb393c5f2ecea63)

Author SHA1 Message Date
Ludovic Courtès 3c0e16391e
channels: Add Guile-Git as a dependency of external channels.
Fixes a regression introduced in
aed0a59405 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'.
2018-09-16 23:00:44 +02:00
Ludovic Courtès ebbfc59c21
graph: Add '--system'.
* guix/scripts/graph.scm (%options, show-help): Add '--system'.
(%default-options): Add 'system'.
(guix-graph): Pass #:system to 'run-with-store'.
2018-09-16 23:00:44 +02:00
Ben Woodcroft 5edef88b88
gnu: Add ruby-multi-test.
* gnu/packages/ruby.scm (ruby-multi-test): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2018-09-16 18:29:45 +01:00
Ben Woodcroft 1b6f5475a1
gnu: Enable tests for ruby-multi-json.
* 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>
2018-09-16 18:29:45 +01:00
Ben Woodcroft ed4b6b1840
gnu: Add ruby-oj.
* gnu/packages/ruby.scm (ruby-oj): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2018-09-16 18:29:45 +01:00
Ben Woodcroft 2db0f9c82d
gnu: Add ruby-yajl-ruby.
* gnu/packages/ruby.scm (ruby-yajl-ruby): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2018-09-16 18:29:45 +01:00
Roel Janssen cbb1b16865
admin: python-pyudev: Add dependency on python-six.
* gnu/packages/admin.scm (python-pyudev): Add dependency on python-six.
2018-09-15 21:26:50 +02:00
Julien Lepiller 636579210f
gnu: php: Update to 7.2.10.
* gnu/packages/php.scm (php): Update to 7.2.10.
2018-09-15 21:06:08 +02:00
Rutger Helling e8079dd9e4
gnu: wine-staging: Update to 3.16.
* gnu/packages/wine.scm (wine-staging): Update to 3.16.
2018-09-15 15:09:01 +02:00
Rutger Helling b947c614df
gnu: wine-staging-patchset-data: Update to 3.16.
* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 3.16.
2018-09-15 15:09:01 +02:00
Rutger Helling 85a349787b
gnu: wine: Update to 3.0.3.
* gnu/packages/wine.scm (wine): Update to 3.0.3.
2018-09-15 15:09:00 +02:00
Tobias Geerinckx-Rice 4be83af427
gnu: gambit-c: Update to 4.9.0.
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.
2018-09-15 12:15:28 +02:00
Tobias Geerinckx-Rice 4e9832dd38
gnu: gambit-c: Update home page.
* gnu/packages/scheme.scm (gambit-c)[home-page]: Update.
2018-09-15 12:15:05 +02:00
Maxim Cournoyer 511f3be695
gnu: Add python-user-agents.
* gnu/packages/python.scm (python-user-agents, python2-user-agents): New
variables.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2018-09-15 12:19:06 +08:00
Maxim Cournoyer 2ee67781ff
gnu: Add python-ua-parser.
* gnu/packages/python.scm (python-ua-parser, python2-ua-parser): New variables.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2018-09-15 12:19:06 +08:00
Maxim Cournoyer 935d5ceb9b
gnu: Add python-pycountry.
* gnu/packages/python.scm (python-pycountry, python2-pycountry): New variables.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2018-09-15 12:19:06 +08:00
Tobias Geerinckx-Rice 021b42f5e7
gnu: zsh: Update to 5.6.2.
* gnu/packages/shells.scm (zsh): Update to 5.6.2.
2018-09-15 05:17:51 +02:00
Tobias Geerinckx-Rice 81fb037f5a
gnu: libetpan: Use HTTPS home page.
* gnu/packages/mail.scm (libetpan)[home-page]: Use HTTPS.
2018-09-15 05:17:50 +02:00
Tobias Geerinckx-Rice 483be9bda6
gnu: ocaml-ounit: Update to 2.0.8.
* gnu/packages/ocaml.scm (ocaml-ounit): Update to 2.0.8.
2018-09-15 05:17:50 +02:00
Tobias Geerinckx-Rice 3319817174
gnu: pybind11: Update to 2.2.4.
* gnu/packages/python.scm (pybind11): Update to 2.2.4.
2018-09-15 05:17:50 +02:00
Tobias Geerinckx-Rice 5c34d97187
gnu: pybind11: Don't use unstable tarball.
* gnu/packages/python.scm (pybind11)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2018-09-15 05:17:50 +02:00
Maxim Cournoyer 61853b7447
gnu: libjpeg: Improve description.
* gnu/packages/image.scm (libjpeg)[description]: Add the list of the programs
it provides.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2018-09-15 10:49:50 +08:00
Tobias Geerinckx-Rice 25bc6370a4
gnu: snakemake: Update to 5.2.4.
* gnu/packages/python.scm (snakemake): Update to 5.2.4.
[propagated-inputs]: Add python-gitpython.
2018-09-15 03:38:31 +02:00
Tobias Geerinckx-Rice bbe2a94799
gnu: libsigrokdecode: Update to 0.5.2.
* gnu/packages/electronics.scm (libsigrokdecode): Update to 0.5.2.
2018-09-15 03:38:31 +02:00
Tobias Geerinckx-Rice 9f1b186afc
gnu: libetpan: Update to 1.9.1.
* gnu/packages/mail.scm (libetpan): Update to 1.9.1.
2018-09-15 03:38:31 +02:00
Tobias Geerinckx-Rice aae96f8fac
gnu: libetpan: Don't use unstable tarball.
* gnu/packages/mail.scm (libetpan)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2018-09-15 03:38:31 +02:00
Tobias Geerinckx-Rice f9fe94c1f6
gnu: emacs-magit-popup: Don't use unstable tarball.
* gnu/packages/emacs.scm (emacs-magit-popup)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2018-09-15 03:38:30 +02:00
Tobias Geerinckx-Rice e1bf455cee
gnu: emacs-magit-popup: Update to 2.12.4.
* gnu/packages/emacs.scm (emacs-magit-popup): Update to 2.12.4.
2018-09-15 03:38:30 +02:00
Tobias Geerinckx-Rice 49c941b43b
gnu: libmwaw: Update to 0.3.14.
* gnu/packages/libreoffice.scm (libmwaw): Update to 0.3.14.
2018-09-15 03:38:30 +02:00
Tobias Geerinckx-Rice 002d73a01f
gnu: libwps: Update to 0.4.10.
* gnu/packages/libreoffice.scm (libwps): Update to 0.4.10.
2018-09-15 03:38:30 +02:00
Tobias Geerinckx-Rice c924fe38dc
gnu: umoci: Update to 0.4.2.
* gnu/packages/virtualization.scm (umoci): Update to 0.4.2.
2018-09-15 03:36:36 +02:00
Tobias Geerinckx-Rice 56f3b85bd3
gnu: python-iso8601: Update to 0.1.12.
* gnu/packages/time.scm (python-iso8601): Update to 0.1.12.
2018-09-15 03:36:36 +02:00
Tobias Geerinckx-Rice ed017a78be
gnu: coq: Update to 8.8.1.
* gnu/packages/ocaml.scm (coq): Update to 8.8.1.
2018-09-15 03:36:36 +02:00
Tobias Geerinckx-Rice 1d7cc6841e
gnu: coq: INVOKE.
* gnu/packages/ocaml.scm (coq)[arguments]: Substitute INVOKE for
SYSTEM*.
2018-09-15 03:36:35 +02:00
Leo Famulari 9e9e5d5a26
gnu: OpenSSL 1.1: Update to 1.1.1.
* gnu/packages/tls.scm (openssl-next): Update to 1.1.1.
[arguments]: Patch a `/usr/bin/env` invocation in the 'config' script.
Adjust the documentation output.
* gnu/packages/patches/openssl-1.1.0-c-rehash-in.patch: Rename and ...
* gnu/packages/patches/openssl-1.1-c-rehash-in.patch: ... adjust patch.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2018-09-14 16:51:49 -04:00
Danny Milosavljevic e830c9d0b0
gnu: Rename "banana-pi" to "bananapi".
* gnu/bootloader/u-boot.scm (u-boot-banana-pi-m2-ultra-bootloader): Rename
to...
(u-boot-bananapi-m2-ultra-bootloader): ...this.
* gnu/packages/bootloaders.scm (u-boot-banana-pi-m2-ultra): Rename to...
(u-boot-bananapi-m2-ultra): ...this.
* gnu/system/install.scm (banana-pi-m2-ultra-installation-os): Rename to...
(bananapi-m2-ultra-installation-os): ...this.
2018-09-14 21:31:24 +02:00
Ricardo Wurmus 7a20877a18
gnu: python-llvmlite: Remove obsolete patch.
* gnu/packages/llvm.scm (python-llvmlite)[inputs]: Remove patch that is
obsolete since the upgrade to LLVM 6.0.1.
2018-09-14 15:12:03 +02:00
Ludovic Courtès 13512e1b8f
git-download: 'git-predicate' returns #f on Git errors.
Fixes a regression introduced in
aed0a59405 whereby 'git-predicate' would
throw to 'git-error instead of returning #f as the docstring says.

* guix/git-download.scm (git-predicate): Return #f upon 'git-error'.
2018-09-14 11:23:08 +02:00
Eric Brown daa6036fda
gnu: Add openblas-ilp64.
* gnu/packages/maths.scm (openblas-ilp64): New variable.

Co-authored-by: Ludovic Courtès <ludovic.courtes@inria.fr>
2018-09-14 11:23:07 +02:00
Ricardo Wurmus 1dd153b3aa
gnu: Add python-hic2cool.
* gnu/packages/bioinformatics.scm (python-hic2cool): New variable.
2018-09-14 09:15:49 +02:00
Clément Lassieur 6ffffb3c96
hydra: Remove useless 'parameterize'.
* build-aux/hydra/gnu-system.scm (manifests->packages): Remove 'parameterize'.
2018-09-14 09:01:07 +02:00
pimi 03c95f0414
gnu: Add r-abps.
* gnu/packages/cran.scm (r-abps): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2018-09-14 07:46:19 +02:00
pimi 016cabf7be
gnu: Add r-abodoutlier.
* gnu/packages/cran.scm (r-abodoutlier): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2018-09-14 07:46:19 +02:00
Danny Milosavljevic 317b139c5d
gnu: rust: Update to 1.27.2.
* gnu/packages/rust.scm (rust): Update to 1.27.2.
2018-09-13 22:37:55 +02:00
pimi b6afe7b7f5
gnu: Add r-abnormality.
* gnu/packages/cran.scm (r-abnormality): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2018-09-13 22:16:01 +02:00
Tobias Geerinckx-Rice f0314f65df
gnu: Add perl-devel-checklib.
* gnu/packages/perl.scm (perl-devel-checklib): New public variable.
2018-09-13 19:53:08 +02:00
Tobias Geerinckx-Rice 7ec4f648e5
gnu: sg3_utils: Mark up description.
* gnu/packages/scsi.scm (sg3_utils)[description]: Use @dfn{}.
Wrap commands in @command{} rather than @code{}, and @itemize them.
2018-09-13 19:53:08 +02:00
Tobias Geerinckx-Rice 581b6f5e96
gnu: sudo: Update to 1.8.25p1.
* gnu/packages/admin.scm (sudo): Update to 1.8.25p1.
2018-09-13 19:53:07 +02:00
Tobias Geerinckx-Rice 0b0b43ed7a
gnu: youtube-viewer: Update to 3.4.1.
* gnu/packages/video.scm (youtube-viewer): Update to 3.4.1.
2018-09-13 19:53:07 +02:00
Tobias Geerinckx-Rice 6be445785a
gnu: youtube-viewer: Don't use unstable tarball.
* gnu/packages/video.scm (youtube-viewer)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2018-09-13 19:53:07 +02:00