Commit Graph

50657 Commits

Author SHA1 Message Date
Tobias Geerinckx-Rice
02e052ba9d
gnu: guile3.0-syntax-highlight: Use HTTPS home page.
* gnu/packages/guile-xyz.scm (guile3.0-syntax-highlight)[home-page]: Use HTTPS.
2020-03-21 03:09:51 +01:00
Tobias Geerinckx-Rice
69669b2877
gnu: guile-rsvg: Use HTTPS home page.
* gnu/packages/gtk.scm (guile-rsvg)[home-page]: Use HTTPS.
2020-03-21 03:09:51 +01:00
Tobias Geerinckx-Rice
2aaa09f17d
gnu: hdf-eos2: Use HTTPS home page.
* gnu/packages/maths.scm (hdf-eos2)[home-page]: Use HTTPS.
2020-03-21 03:09:51 +01:00
Tobias Geerinckx-Rice
a7b7817dd8
gnu: ruby-omniauth: Update to 1.9.1.
* gnu/packages/ruby.scm (ruby-omniauth): Update to 1.9.1.
2020-03-21 03:09:51 +01:00
Tobias Geerinckx-Rice
fa2a0fd00b
gnu: Use ‘license:’ prefix in (gnu packages libreoffice).
* gnu/packages/libreoffice.scm: Import (guix licenses) with a #:prefix
and adjust all callers.
2020-03-21 03:09:43 +01:00
Tobias Geerinckx-Rice
7ea838447c
gnu: r-maptools: Use HTTPS home page.
* gnu/packages/cran.scm (r-maptools)[home-page]: Use HTTPS.
2020-03-21 03:09:43 +01:00
Tobias Geerinckx-Rice
d8bf501eb2
gnu: ocaml-sedlex: Use HTTPS home page.
* gnu/packages/ocaml.scm (ocaml-sedlex)[home-page]: Use HTTPS.
2020-03-21 03:09:43 +01:00
Tobias Geerinckx-Rice
786886d1f5
gnu: ocaml-tsdl: Update to 0.9.7.
* gnu/packages/ocaml.scm (ocaml-tsdl): Update to 0.9.7.
[native-inputs]: Remove ocaml-ocb-stubblr.
[inputs]: Remove ocaml-result.
2020-03-21 03:09:43 +01:00
Tobias Geerinckx-Rice
2d1e064694
gnu: ocaml-tsdl: Use HTTPS home page.
* gnu/packages/ocaml.scm (ocaml-tsdl)[home-page]: Use HTTPS.
2020-03-21 03:09:43 +01:00
Tobias Geerinckx-Rice
fed4ff33fa
gnu: sbcl-parse-number: Use HTTPS home page.
* gnu/packages/lisp-xyz.scm (sbcl-parse-number)[home-page]: Use HTTPS.
2020-03-21 03:09:43 +01:00
Tobias Geerinckx-Rice
9ca4c65492
gnu: sbcl-parse-js: Use HTTPS home page.
* gnu/packages/lisp-xyz.scm (sbcl-parse-js)[home-page]: Use HTTPS.
2020-03-21 03:09:43 +01:00
Tobias Geerinckx-Rice
113c9b97b4
gnu: sbcl-cl+ssl: Use HTTPS home page.
* gnu/packages/lisp-xyz.scm (sbcl-cl+ssl)[home-page]: Use HTTPS.
2020-03-21 03:09:43 +01:00
Tobias Geerinckx-Rice
46a5d07ef7
gnu: cl-jonathan: Use HTTPS home page.
* gnu/packages/lisp-xyz.scm (cl-jonathan)[home-page]: Use HTTPS.
2020-03-21 03:09:41 +01:00
Christopher Baines
6b8c390f28
gnu: python-botocore: Update to 1.15.26.
To keep compatability with awscli.

* gnu/packages/python-xyz.scm (python-botocore): Update to 1.15.26.
2020-03-21 00:15:11 +00:00
Ludovic Courtès
fe4a37276b
gnu: guix: Install SysV init files to $(prefix)/etc.
Fixes <https://bugs.gnu.org/40153>.
Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com>.

This is a followup to 73fbe04107.

* gnu/packages/package-management.scm (guix)[arguments]: In 'bootstrap'
phase, change "sysvinitservicedir" in 'nix/local.mk'.
2020-03-20 23:59:31 +01:00
Leo Famulari
f08040c5f8
gnu: VLC: Improve AV1 playback.
* gnu/packages/video.scm (inputs): Add dav1d.
2020-03-20 18:51:51 -04:00
Leo Famulari
e401653b51
gnu: FFmpeg: Prefer dav1d over libaom.
* gnu/packages/patches/ffmpeg-prefer-dav1d.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/video.scm (ffmpeg)[source]: Use it.
2020-03-20 18:51:51 -04:00
Marius Bakke
85bad77fac
gnu: python2-faker: Add explicit dependency on six.
This is a follow-up to commit a6a7336964.

* gnu/packages/python-xyz.scm (python2-faker)[propagated-inputs]: Add
PYTHON2-SIX.
2020-03-20 22:55:01 +01:00
Marius Bakke
51d42caa94
gnu: python-orator: Update to 0.9.9.
* gnu/packages/databases.scm (python-orator): Update to 0.9.9.
[arguments]: Remove #:phases.  Add #:tests?.
[native-inputs]: Remove.
[propagated-inputs]: Add PYTHON-PYYAML.
2020-03-20 22:41:59 +01:00
Marius Bakke
a6a7336964
gnu: Update python-faker to to 4.0.2, python2-faker to 3.0.1.
* gnu/packages/patches/python-faker-fix-build-32bit.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/python-xyz.scm (python-faker): Update to 4.0.2.
[source](patches, modules, snippet): Remove.
[arguments]: Adjust check phase.
[native-inputs]: Remove PYTHON-EMAIL-VALIDATOR and PYTHON-MOCK.  Add
PYTHON-FREEZEGUN, PYTHON-PYTEST, PYTHON-RANDOM2, and PYTHON-VALIDATORS.
[propagated-inputs]: Remove PYTHON-SIX.  Add PYTHON-TEXT-UNIDECODE.
(python2-faker): Update to 3.0.1.
[native-inputs]: Add PYTHON2-MOCK.
2020-03-20 22:41:59 +01:00
Marius Bakke
fe36fdb206
gnu: Add python-random2.
* gnu/packages/python-xyz.scm (python-random2, python2-random2): New public
variables.
2020-03-20 22:41:59 +01:00
Marius Bakke
28030d290a
gnu: Add python-validators.
* gnu/packages/python-xyz.scm (python-validators, python2-validators): New
public variables.
2020-03-20 22:41:59 +01:00
Marius Bakke
9f9335277f
gnu: Add python-text-unidecode.
* gnu/packages/python-xyz.scm (python-text-unidecode, python2-text-unidecode):
New public variables.
2020-03-20 22:41:59 +01:00
Marius Bakke
e5023bfd2a
gnu: python-pendulum: Update to 2.1.0.
* gnu/packages/time.scm (python-pendulum): Update to 2.1.0.
[native-inputs]: Remove.
[arguments]: New field.
[propagated-inputs]: Remove PYTHON-TZLOCAL.
2020-03-20 22:41:59 +01:00
Marius Bakke
463e98357b
gnu: python-pytzdata: Update to 2019.3.
* gnu/packages/time.scm (python-pytzdata): Update to 2019.3.
[native-inputs]: Remove.
[arguments]: New field.
[propagated-inputs]: Add PYTHON-CLEO.
2020-03-20 22:41:58 +01:00
Marius Bakke
0266a6a23b
gnu: python-clikit: Declare Python 2 variant.
* gnu/packages/python-xyz.scm (python-clikit)[properties]: New field.
(python2-clikit): New public variable.
2020-03-20 22:41:58 +01:00
Vincent Legoll
830dab870a
gnu: ansible: Update to 2.9.6.
* gnu/packages/admin.scm (ansible): Update to 2.9.6.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-20 19:15:52 +01:00
Vincent Legoll
baf4567137
gnu: Add squid.
* gnu/packages/networking.scm (squid): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-20 19:15:52 +01:00
Michael Rohleder
fe2b134cf9
gnu: emacs-projectile: Update to 2.1.0.
* gnu/packages/emacs-xyz.scm (emacs-projectile): Update to 2.1.0.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-20 19:15:52 +01:00
guy fleury iteriteka
0f7e6964c7
gnu: make-libiberty: Use install-file.
* gnu/packages/gcc.scm(make-libiberty): In phase install use
install-file helper function to install file.
2020-03-20 19:15:52 +01:00
Vincent Legoll
12eb7bb8af
gnu: Add blktrace.
* gnu/packages/linux.scm (blktrace): New variable.
* gnu/packages/patches/blktrace-use-rmtree.patch: Add file.
* gnu/local.mk (dist_patch_DATA): Add it.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-20 19:15:52 +01:00
Brendan Tildesley
ad64b09df4
gnu: Add wev.
* gnu/packages/freedesktop.scm (wev): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-20 19:15:52 +01:00
Leo Prikler
fcafee61bf
gnu: add premake5.
* gnu/packages/build-tools.scm (premake5): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-20 19:15:52 +01:00
Leo Prikler
3861fb1c1f
gnu: gsettings-desktop-schemas: patch monospace font.
* gnu/packages/gnome.scm (gsettings-desktop-schemas)[arguments]<phases>:
Rename `set-adwaita-theme-file-name' to the more generic `patch-schemas'.
Add patch for the monospace font (Source Code Pro 10 -> Monospace 11).
Adjust comments.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-20 19:15:51 +01:00
Marius Bakke
0f6651344f
gnu: libiberty: Do not inherit properties from GCC.
* gnu/packages/gcc.scm (make-libiberty)[properties]: New field.
2020-03-20 19:15:51 +01:00
Guillaume Le Vaillant
6145b16778
gnu: osm2pgsql: Update to 1.2.1.
* gnu/packages/geo.scm (osm2pgsql): Update to 1.2.1.
  [inputs]: Add bzip2 and replace proj.4 by proj.
  [native-inputs]: Replace python-2 by python and python2-psycopg2 by
  python-psycopg2.
2020-03-20 18:17:21 +01:00
Guillaume Le Vaillant
7ba300ee6e
gnu: libosmium: Update to 2.15.4.
* gnu/packages/geo.scm (libosmium): Update to 2.15.4.
  [inputs]: Add bzip2 and utfcpp.
2020-03-20 18:16:54 +01:00
Nicolas Goaziou
819c0df2ee
gnu: emacs-company: Update to 0.9.12.
* gnu/packages/emacs-xyz.scm (emacs-company): Update to 0.9.12.
2020-03-20 10:05:59 +01:00
Florian Pelz
e84490346d
gnu: nginx-accept-language-module: Simplify decompression phase.
See <https://lists.gnu.org/archive/html/guix-patches/2020-03/msg00652.html>
where a similar change was found to be sufficient.

* gnu/packages/web.scm (nginx-accept-language-module)[arguments]:
In 'unpack-nginx-sources' phase, extract the compressed tarball using
tar's auto-decompression instead of decompressing manually.
2020-03-20 08:13:56 +00:00
Florian Pelz
e2303e8e37
gnu: Add v86d.
* gnu/packages/xorg.scm (v86d): New variable.
2020-03-20 08:07:45 +00:00
Tobias Geerinckx-Rice
837644b48a
gnu: emacs-company: Use HTTPS home page.
* gnu/packages/emacs-xyz.scm (emacs-company)[home-page]: Use HTTPS.
2020-03-20 03:07:07 +01:00
Tobias Geerinckx-Rice
c7a2e64574
gnu: emacs-mit-scheme-doc: Use HTTPS home page.
* gnu/packages/emacs-xyz.scm (emacs-mit-scheme-doc)[home-page]: Use HTTPS.
2020-03-20 03:07:06 +01:00
Tobias Geerinckx-Rice
23518188fd
gnu: emacs-ebib: Use HTTPS home page.
* gnu/packages/emacs-xyz.scm (emacs-ebib)[home-page]: Use HTTPS.
2020-03-20 03:07:06 +01:00
Tobias Geerinckx-Rice
7942a129b1
gnu: java-modello-plugins-xpp3: Use HTTPS home page.
* gnu/packages/java.scm (java-modello-plugins-xpp3)[home-page]: Use HTTPS.
2020-03-20 03:07:06 +01:00
Tobias Geerinckx-Rice
27c0eadef9
gnu: java-aqute-bnd-annotation: Use HTTPS home page.
* gnu/packages/java.scm (java-aqute-bnd-annotation)[home-page]: Use HTTPS.
2020-03-20 03:07:06 +01:00
Tobias Geerinckx-Rice
14544d2f99
gnu: java-joda-time: Use HTTPS home page.
* gnu/packages/java.scm (java-joda-time)[home-page]: Use HTTPS.
2020-03-20 03:07:06 +01:00
Tobias Geerinckx-Rice
e799400d4b
gnu: java-jmh: Use HTTPS home page.
* gnu/packages/java.scm (java-jmh)[home-page]: Use HTTPS.
2020-03-20 03:07:06 +01:00
Tobias Geerinckx-Rice
268dc4720c
gnu: java-plexus-classworlds: Use HTTPS home page.
* gnu/packages/java.scm (java-plexus-classworlds)[home-page]: Use HTTPS.
2020-03-20 03:07:06 +01:00
Tobias Geerinckx-Rice
1f0e7e0d59
gnu: bs1770gain: Update to 0.6.7.
* gnu/packages/audio.scm (bs1770gain): Update to 0.6.7.
2020-03-20 03:07:06 +01:00
Tobias Geerinckx-Rice
d82160134a
gnu: php: Update to 7.4.4.
* gnu/packages/php.scm (php): Update to 7.4.4.
2020-03-20 03:07:06 +01:00
Christopher Baines
9ae3e79172
gnu: Add python-easy-thumbnails.
* gnu/packages/django.scm (python-easy-thumbnails): New variable.
2020-03-19 23:47:50 +00:00
Nicolas Goaziou
29a2f61e97
gnu: Add foobillard++.
* gnu/packages/games.scm (foobillard++): New variable.
* gnu/packages/patches/foobillard++-pkg-config.patch: New file.
* gnu/local.mk: Reference new file.
2020-03-19 23:24:50 +01:00
Ludovic Courtès
be0a672c30
tests: Accept manual installation scripts that exit with SIGTERM.
Fixes <https://bugs.gnu.org/39926>.
Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com>.

Previously we'd error out if the installation script exits with
non-zero, which was the case because the 'reboot' program would
typically not get a reply, and thus would eventually be killed by PID 1
as the system is brought down.

* gnu/tests/install.scm (run-install)[install]: Expect SCRIPT to exit
with SIGTERM in addition to exiting with zero.
2020-03-19 23:17:32 +01:00
Efraim Flashner
f08b672661
gnu: vim: Update to 8.2.0411.
* gnu/packages/vim.scm (vim): Update to 8.2.0411.
2020-03-19 22:33:30 +02:00
Efraim Flashner
25d39a2a2c
gnu: librsvg-next: Inherit from librsvg.
* gnu/packages/gnome.scm (librsvg-next)[inherit]: New field, inherit
from librsvg.
2020-03-19 22:33:30 +02:00
Efraim Flashner
6956867056
gnu: librsvg-next: Use cargo-build-system.
* gnu/packages/gnome.scm (librsvg-next)[source]: Don't use computed
source. Add snippet to remove vendored crates.
[build-system]: Switch to cargo-build-system.
[arguments]: Remove configure-flags, make-flags, imported modules. Add
modules and vendor fields. Add crates to cargo-inputs and
cargo-development-inputs. Add 'prepare-for-build phase to adjust the
source before building. Add 'gnu-configure phase to add the configure
phase from the gnu-build-system. Replace the 'build, 'check and 'install
phases from the gnu-build-system.
[native-inputs]: Remove rust-1.34, rust-1.34:cargo.
(computed-origin-method, librsvg-next-source): Remove variables.
2020-03-19 22:33:30 +02:00
Efraim Flashner
abca147f20
gnu: librsvg-next-source: Replace all crates.
* gnu/packages/gnome.scm (librsvg-next-source): Replace all remaining
vendored crates with packaged ones.
2020-03-19 22:33:30 +02:00
Efraim Flashner
18cef6547b
gnu: Add rust-markup5ever-0.9.
* gnu/packages/crates-io.scm (rust-markup5ever-0.9): New variable.
(rust-markup5ever-0.8): Inherit from rust-markup-0.9.
2020-03-19 22:33:29 +02:00
Efraim Flashner
b9affb662b
gnu: Add rust-pangocairo-0.8.
* gnu/packages/crates-io.scm (rust-pangocairo-0.8): New variable.
2020-03-19 22:33:29 +02:00
Efraim Flashner
2d1cc3a4c9
gnu: Add rust-pango-0.7.
* gnu/packages/crates-io.scm (rust-pango-0.7): New variable.
2020-03-19 22:33:29 +02:00
Efraim Flashner
d23c34727f
gnu: Add rust-rctree-0.3.
* gnu/packages/crates-io.scm (rust-rctree-0.3): New variable.
2020-03-19 22:33:28 +02:00
Efraim Flashner
4bf3167de2
gnu: Add rust-nalgebra-0.18.
* gnu/packages/crates-io.scm (rust-nalgebra-0.18): New variable.
2020-03-19 22:33:28 +02:00
Efraim Flashner
f87fa00361
gnu: Add rust-abomonation-0.7.
* gnu/packages/crates-io.scm (rust-abomonation-0.7): New variable.
2020-03-19 22:33:28 +02:00
Efraim Flashner
5df9352864
gnu: Add rust-recycler-0.1.
* gnu/packages/crates-io.scm (rust-recycler-0.1): New variable.
2020-03-19 22:33:28 +02:00
Efraim Flashner
5f29a63f10
gnu: rust-matrixmultiply-0.1: Don't skip build.
* gnu/packages/crates-io.scm (rust-matrixmultiply-0.1)[arguments]: Don't
skip build.
2020-03-19 22:33:28 +02:00
Efraim Flashner
eef9de5fed
gnu: Add rust-matrixmultiply-0.2.
* gnu/packages/crates-io.scm (rust-matrixmultiply-0.2): New variable.
(rust-matrixmultiply-0.1): Inherit from rust-matrixmultiply-0.2.
2020-03-19 22:33:27 +02:00
Efraim Flashner
c450d81a16
gnu: Add rust-rawpointer-0.2.
* gnu/packages/crates-io.scm (rust-rawpointer-0.2):New variable.
(rust-rawpointer-0.1): Inherit from rust-rawpointer-0.2.
2020-03-19 22:33:27 +02:00
Efraim Flashner
8511b51650
gnu: Add rust-gdk-pixbuf-0.7.
* gnu/packages/crates-io.scm (rust-gdk-pixbuf-0.7): New variable.
2020-03-19 22:33:27 +02:00
Efraim Flashner
ad2c51088f
gnu: Add rust-gio-0.7.
* gnu/packages/crates-io.scm (rust-gio-0.7): New variable.
2020-03-19 22:33:27 +02:00
Efraim Flashner
8985755a91
gnu: Add rust-gir-format-check-0.1.
* gnu/packages/crates-io.scm (rust-gir-format-check-0.1): New variable.
2020-03-19 22:33:26 +02:00
Efraim Flashner
40b9f38876
gnu: Add rust-fragile-0.3.
* gnu/packages/crates-io.scm (rust-fragile-0.3): New variable.
2020-03-19 22:33:26 +02:00
Efraim Flashner
930d8c5a21
gnu: Add rust-data-url-0.1.
* gnu/packages/crates-io.scm (rust-data-url-0.1): New variable.
2020-03-19 22:33:26 +02:00
Efraim Flashner
f581452874
gnu: Add rust-cssparser-0.25.
* gnu/packages/crates-io.scm (rust-cssparser-0.25): New variable.
2020-03-19 22:33:26 +02:00
Efraim Flashner
ed72b99d8c
gnu: Add rust-cssparser-macros-0.3.
* gnu/packages/crates-io.scm (rust-cssparser-macros-0.3): New variable.
2020-03-19 22:33:25 +02:00
Efraim Flashner
57beeed704
gnu: Add rust-cairo-rs-0.7.
* gnu/packages/crates-io.scm (rust-cairo-rs-0.7): New variable.
2020-03-19 22:33:25 +02:00
Efraim Flashner
55ca8748df
gnu: Add rust-glib-0.8.
* gnu/packages/crates-io.scm (rust-glib-0.8): New variable.
2020-03-19 22:33:25 +02:00
Efraim Flashner
c9d0d4d4ea
gnu: Add rust-procedural-masquerade-0.1.
* gnu/packages/crates-io.scm (rust-procedural-masquerade-0.1): New variable.
2020-03-19 22:33:25 +02:00
Efraim Flashner
f90a306d1f
gnu: Add rust-float-cmp-0.5.
* gnu/packages/crates-io.scm (rust-float-cmp-0.5): New variable.
(rust-float-cmp-0.3): Inherit from rust-float-cmp-0.5.
2020-03-19 22:33:24 +02:00
Efraim Flashner
2d6fa18399
gnu: Add rust-dtoa-short-0.3.
* gnu/packages/crates-io.scm (rust-dtoa-short-0.3): New variable.
2020-03-19 22:33:24 +02:00
Efraim Flashner
ee7ef9cb8c
gnu: Add rust-float-cmp-0.3.
* gnu/packages/crates-io.scm (rust-float-cmp-0.3): New variable.
2020-03-19 22:33:24 +02:00
Efraim Flashner
6fee63e6d9
gnu: Add rust-num-0.1.
* gnu/packages/crates-io.scm (rust-num-0.1): New variable.
2020-03-19 22:33:24 +02:00
Efraim Flashner
74f44bf74f
gnu: Add rust-num-rational-0.1.
* gnu/packages/crates-io.scm (rust-num-rational-0.1): New variable.
2020-03-19 22:33:23 +02:00
Efraim Flashner
fbe6dbb69e
gnu: Add rust-num-complex-0.1.
* gnu/packages/crates-io.scm (rust-num-complex-0.1): New variable.
2020-03-19 22:33:23 +02:00
Efraim Flashner
9acfbaf39d
gnu: Add rust-num-bigint-0.1.
* gnu/packages/crates-io.scm (rust-num-bigint-0.1): New variable.
2020-03-19 22:33:23 +02:00
Efraim Flashner
85cb4da813
gnu: Add rust-cairo-rs-0.8.
* gnu/packages/crates-io.scm (rust-cairo-rs-0.8): New variable.
2020-03-19 22:33:23 +02:00
Efraim Flashner
2832731589
gnu: Add rust-glib-0.9.
* gnu/packages/crates-io.scm (rust-glib-0.9): New variable.
2020-03-19 22:33:22 +02:00
Efraim Flashner
8f000e87a2
gnu: Add rust-futures-preview-0.3.
* gnu/packages/crates-io.scm (rust-futures-preview-0.3): New variable.
2020-03-19 22:33:22 +02:00
Efraim Flashner
07bf6cbc49
gnu: rust-futures-util-preview-0.3: Don't skip build.
* gnu/packages/crates-io.scm (rust-futures-util-preview-0.3)[arguments]:
Don't skip build. Skip tests. Replace rust-rand-0.4 with 0.7 in
cargo-inputs. Remove rust-rand-core-0.5.
2020-03-19 22:33:22 +02:00
Efraim Flashner
6de81dd2d8
gnu: Add rust-gtk-rs-lgpl-docs-0.1.
* gnu/packages/crates-io.scm (rust-gtk-rs-lgpl-docs-0.1): New variable.
2020-03-19 22:33:22 +02:00
Efraim Flashner
87a3a185fe
gnu: Add rust-rustdoc-stripper-0.1.
* gnu/packages/crates-io.scm (rust-rustdoc-stripper-0.1): New variable.
2020-03-19 22:33:21 +02:00
Efraim Flashner
818794ee28
gnu: Add rust-alga-0.9.
* gnu/packages/crates-io.scm (rust-alga-0.9): New variable.
2020-03-19 22:33:21 +02:00
Efraim Flashner
e036be30c5
gnu: Add rust-decimal-2.0.
* gnu/packages/crates-io.scm (rust-decimal-2.0): New variable.
2020-03-19 22:33:21 +02:00
Efraim Flashner
8ae8478a71
gnu: Add rust-ord-subset-3.
* gnu/packages/crates-io.scm (rust-ord-subset-3): New variable.
2020-03-19 22:33:21 +02:00
Efraim Flashner
44b748e4f5
gnu: Add rust-alga-derive-0.9.
* gnu/packages/crates-io.scm (rust-alga-derive-0.9): New variable.
2020-03-19 22:33:20 +02:00
Efraim Flashner
34d0c1e7dd
gnu: Add rust-edit-distance-2.1.
* gnu/packages/crates-io.scm (rust-edit-distance-2.1): New variable.
2020-03-19 22:33:20 +02:00
Efraim Flashner
f06961ea35
gnu: Add rust-pangocairo-sys-0.10.
* gnu/packages/crates-io.scm (rust-pangocairo-sys-0.10): New variable.
2020-03-19 22:33:20 +02:00
Efraim Flashner
1386cad154
gnu: Add rust-pango-sys-0.9.
* gnu/packages/crates-io.scm (rust-pango-sys-0.9): New variable.
2020-03-19 22:33:20 +02:00
Efraim Flashner
a3ea699eb3
gnu: Add rust-gtk-pixbuf-sys-0.9.
* gnu/packages/crates-io.scm (rust-gdk-pixbuf-sys-0.9): New variable.
2020-03-19 22:33:20 +02:00
Efraim Flashner
d105cc52f9
gnu: Add rust-cairo-sys-rs-0.9.
* gnu/packages/crates-io.scm (rust-cairo-sys-rs-0.9): New variable.
2020-03-19 22:33:16 +02:00
Brendan Tildesley
355dd7135c
gnu: grim: Move scdoc to native-inputs.
* gnu/packages/image.scm (scdoc)[inputs]: Remove scdoc.
[native-inputs]: Add scdoc.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-03-19 21:10:20 +01:00
Jakub Kądziołka
0b06a0199f
gnu: rust-bindgen: Add missing space to synopsis.
* gnu/packages/crates-io.scm (rust-bindgen-0.50)[synopsis]: Add a space
  between "C++" and "libraries".
2020-03-19 21:02:34 +01:00
Michael Rohleder
15c3aa0911
gnu: docker-compose: Update to 1.25.4.
Fixes <https://bugs.gnu.org/40015>.

* gnu/packages/docker.scm (docker-compose): Update to 1.25.4.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-03-19 20:45:00 +01:00
Maxim Cournoyer
cc96c9504d
gnu: emacs-magit: Remove obsolete make flags.
* gnu/packages/emacs-xyz.scm (emacs-magit): Remove make flags that were jadis
required to reference external Elisp libraries.  These are now made available
through EMACSLOADPATH.
2020-03-19 13:08:49 -04:00
Maxim Cournoyer
d5195020d2
gnu: emacs-mew: Remove guix.d from the Elisp installation directory.
* gnu/packages/mail.scm (emacs-mew)[arguments]: Update the Elisp installation
prefix.
2020-03-19 12:07:10 -04:00
Maxim Cournoyer
0a3ce07784
gnu: cedille: Remove guix.d from the Elisp installation directory.
* gnu/packages/cedille.scm (cedille)[phases]{patch-cedille-path-el}: Update
the Elisp installation prefix used.
{copy-cedille-mode}: Likewise.
2020-03-19 12:07:10 -04:00
Maxim Cournoyer
d53e87cf11
gnu: ghc-hindent: Remove guix.d from the Elisp installation directory.
* gnu/packages/haskell-xyz.scm (ghc-hindent)[phases]{emacs-install}: Update
the installation prefix directory.
2020-03-19 12:07:10 -04:00
Maxim Cournoyer
092cdae90b
gnu: emacs-forge: Use the emacs-build-system.
This streamlines the package definition nicely and bring benefits, such as
having the Elisp files scanned for potential /bin/ programs and patched,
compressing the info manual, being able to compile the autoload file, and
installing the byte compiled files to the correct location (under site-lisp/).

* gnu/packages/emacs-xyz.scm (emacs-forge)[build-system]: Switch from the
gnu-build-system to the emacs-build-system.
[arguments]: Remove the #:modules and #:imported-modules arguments.  Delete
all the custom phases except the 'chdir-lisp one, and add a new
'build-info-manual phase.
2020-03-19 12:07:10 -04:00
Maxim Cournoyer
93f606b343
gnu: emacs-guix: Remove unnecessary configure flags.
* gnu/packages/emacs-xyz.scm (emacs-guix)[arguments]: Remove.
2020-03-19 12:07:10 -04:00
Maxim Cournoyer
06ab895e8c
gnu: emacs-magit-svn: Use the emacs-build-system.
* gnu/packages/emacs-xyz.scm (emacs-magit-svn)[build-system]: Use the
emacs-build-system.
[arguments]: Remove.
2020-03-19 12:07:10 -04:00
Brendan Tildesley
5e78a87bb9
gnu: waybar: Update to 0.9.1.
* gnu/packages/wm.scm (waybar): Update to 0.9.1.
[inputs]: Add date and gtk-layer-shell dependencies.
[synopsis]:Remove period.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-19 15:14:08 +01:00
Brendan Tildesley
d2793ed696
gnu: Add gtk-layer-shell.
* gnu/packages/gtk.scm (gtk-layer-shell): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-19 15:14:08 +01:00
Brendan Tildesley
5ea2058409
gnu: spdlog: Update to 1.5.0.
* gnu/packages/logging.scm (spdlog): Update to 1.5.0

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-19 15:14:08 +01:00
Brendan Tildesley
1afd98dc93
gnu: Add date.
* gnu/packages/wm.scm (date): New variable.
* gnu/packages/patches/date-output-pkg-config-files.patch: New file.
* gnu/local.mk: Add patch.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-19 15:14:08 +01:00
Jan Nieuwenhuizen
ac75bd0102
gnu: system: Remove guile-wm from skeleton.
* gnu/system/shadow.scm (default-skeletons): Remove guile-wm (especially as a
dependency).
2020-03-19 12:14:19 +01:00
Efraim Flashner
afa3b4d191
gnu: Fix typo.
This is a follow-up to 83a4ab4e42.

* gnu/local.mk (dist_patch_DATA): Fix typo in patch name.
2020-03-19 12:52:32 +02:00
Hartmut Goebel
d3d8be5281
gnu: Add korganizer.
* gnu/packages/kde-pim.scm (korganizer): New variable.
2020-03-19 11:36:23 +01:00
Hartmut Goebel
992c6d29bb
gnu: Add kincidenceeditor.
* gnu/packages/kde-pim.scm (kincidenceeditor): New variable.
2020-03-19 11:36:22 +01:00
Hartmut Goebel
b3359b8598
gnu: Add keventviews.
* gnu/package/kde-pim.scm (keventviews): New variable.
2020-03-19 11:36:21 +01:00
Hartmut Goebel
d9491d5053
gnu: Add kcalendarsupport.
* gnu/packages/kde-pim.scm (kcalendarsupport): New variable.
2020-03-19 11:36:21 +01:00
Hartmut Goebel
9d95d8bd12
gnu: Add kdiagram.
* gnu/packages/kde.scm (kdiagram): New variable.
* packages/patches/kdiagram-Fix-missing-link-libraries.patch: New file.
* gnu/local.mk: Add it.
2020-03-19 11:36:21 +01:00
Hartmut Goebel
639b6ead0c
gnu: Add kmail.
* gnu/packages/kde-pim.scm (kmail): New variable.
* gnu/packages/patches/kmail-Fix-missing-link-libraries.patch:
  New file.
* gnu/local.mk: Add it.
2020-03-19 11:36:21 +01:00
Hartmut Goebel
dd80d13bea
gnu: Add knotes.
* gnu/packages/kde-pim.scm (knotes): NEw variable.
2020-03-19 11:36:20 +01:00
Hartmut Goebel
86633b2218
gnu: Add kaddressbook.
* gnu/packages/kde-pim.scm (kaddressbook): New variable.
2020-03-19 11:36:20 +01:00
Hartmut Goebel
de6b782204
gnu: Add kdepim-runtime.
* gnu/packages/kde-pim.scm (kdepim-runtime): New variable.
* gnu/packages/patches/kdepim-runtime-Fix-missing-link-libraries.patch:
  New file.
* gnu/local.mk: Add it.
2020-03-19 11:36:20 +01:00
Hartmut Goebel
49e247efcc
gnu: Add kdav.
This is in kde-pim.scm since it explicitly offers the "KPimKDAV".

* gnu/package/kde-pim.scm (kdav): New variable.
2020-03-19 11:36:19 +01:00
Hartmut Goebel
7a0bb02db4
gnu: Add kblog.
* gnu/packages/kde-pim.scm (kblog): New variable.
2020-03-19 11:36:19 +01:00
Hartmut Goebel
d3b543a1fd
gnu: Add kmailcommon.
* gnu/packages/kde-pim.scm (kmailcommon): New variable.
2020-03-19 11:36:19 +01:00
Hartmut Goebel
a146c18ca4
gnu: Add kmessagelib.
* gnu/packages/kde-pim.scm (kmessagelib): New variable.
2020-03-19 11:36:18 +01:00
Hartmut Goebel
83a4ab4e42
gnu: Add libksieve.
* gnu/packages/kde-pim.scm (libksieve): New variable.
* gnu/packages/patches/libksieve-Fix-missing-link-libraries.patch:
  New file.
* gnu/local.mk: Add it.
2020-03-19 11:36:18 +01:00
Brice Waegeneire
ea2a180f68
gnu: gpa: Add phase wrap-program.
Fixes <https://bugs.gnu.org/36109>

* gnu/packages/gnupg.scm (gpa)[arguments]: Add phase wrap-program.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-19 10:48:27 +01:00
Ricardo Wurmus
2ceb2ed99f
gnu: r-modelmetrics: Update to 1.2.2.2.
* gnu/packages/statistics.scm (r-modelmetrics): Update to 1.2.2.2.
2020-03-19 10:06:29 +01:00
Ricardo Wurmus
f3a64b9960
gnu: r-matrixstats: Update to 0.56.0.
* gnu/packages/statistics.scm (r-matrixstats): Update to 0.56.0.
2020-03-19 10:06:28 +01:00
Ricardo Wurmus
ecf34a9101
gnu: r-quanteda: Update to 2.0.1.
* gnu/packages/cran.scm (r-quanteda): Update to 2.0.1.
[native-inputs]: Add r-knitr.
2020-03-19 10:06:28 +01:00
Ricardo Wurmus
40e5102449
gnu: r-isocodes: Update to 2020.03.16.
* gnu/packages/cran.scm (r-isocodes): Update to 2020.03.16.
2020-03-19 10:06:28 +01:00
Ricardo Wurmus
c7eb52e64c
gnu: r-accept: Update to 0.7.1.
* gnu/packages/cran.scm (r-accept): Update to 0.7.1.
2020-03-19 10:06:28 +01:00
Ricardo Wurmus
69e260c542
gnu: r-uwot: Update to 0.1.8.
* gnu/packages/cran.scm (r-uwot): Update to 0.1.8.
[propagated-inputs]: Remove r-rcppparallel.
2020-03-19 10:06:28 +01:00
Ricardo Wurmus
ac9bdd4c68
gnu: r-ggraph: Update to 2.0.2.
* gnu/packages/cran.scm (r-ggraph): Update to 2.0.2.
[native-inputs]: Add r-knitr.
2020-03-19 10:06:28 +01:00
Ricardo Wurmus
999204f7f7
gnu: r-units: Update to 0.6-6.
* gnu/packages/cran.scm (r-units): Update to 0.6-6.
[native-inputs]: Add r-knitr.
2020-03-19 10:06:28 +01:00
Ricardo Wurmus
dacebbf066
gnu: r-nonnest2: Update to 0.5-3.
* gnu/packages/cran.scm (r-nonnest2): Update to 0.5-3.
[native-inputs]: Add r-knitr.
2020-03-19 10:06:28 +01:00
Ricardo Wurmus
ef1443928e
gnu: r-waveslim: Update to 1.8.2.
* gnu/packages/cran.scm (r-waveslim): Update to 1.8.2.
2020-03-19 10:06:28 +01:00
Ricardo Wurmus
49b68b64f7
gnu: r-ggeffects: Update to 0.14.2.
* gnu/packages/cran.scm (r-ggeffects): Update to 0.14.2.
[native-inputs]: Add r-knitr.
2020-03-19 10:06:28 +01:00
Ricardo Wurmus
bd1a2cb2c4
gnu: r-glmmtmb: Update to 1.0.1.
* gnu/packages/cran.scm (r-glmmtmb): Update to 1.0.1.
2020-03-19 10:06:28 +01:00
Ricardo Wurmus
5cef0ef018
gnu: r-pwr: Update to 1.3-0.
* gnu/packages/cran.scm (r-pwr): Update to 1.3-0.
2020-03-19 10:06:28 +01:00
Ricardo Wurmus
e6f4f314ba
gnu: r-officer: Update to 0.3.8.
* gnu/packages/cran.scm (r-officer): Update to 0.3.8.
[propagated-inputs]: Remove r-digest.
[native-inputs]: Add r-knitr.
2020-03-19 10:06:28 +01:00
Ricardo Wurmus
99de0bd1dc
gnu: r-recipes: Update to 0.1.10.
* gnu/packages/cran.scm (r-recipes): Update to 0.1.10.
[native-inputs]: Add r-knitr.
2020-03-19 10:06:27 +01:00
Ricardo Wurmus
b8168e8945
gnu: r-rmysql: Update to 0.10.20.
* gnu/packages/cran.scm (r-rmysql): Update to 0.10.20.
2020-03-19 10:06:27 +01:00
Ricardo Wurmus
1c7a4952ff
gnu: r-ffbase: Update to 0.12.8.
* gnu/packages/cran.scm (r-ffbase): Update to 0.12.8.
2020-03-19 10:06:27 +01:00
Ricardo Wurmus
cabdfeab76
gnu: r-rcpp: Update to 1.0.4.
* gnu/packages/cran.scm (r-rcpp): Update to 1.0.4.
[native-inputs]: Remove r-knitr.
2020-03-19 10:06:27 +01:00
Ricardo Wurmus
0776498740
gnu: r-glue: Update to 1.3.2.
* gnu/packages/cran.scm (r-glue): Update to 1.3.2.
2020-03-19 10:06:27 +01:00
Ricardo Wurmus
30c56e67f7
gnu: r-crosstalk: Update to 1.1.0.1.
* gnu/packages/cran.scm (r-crosstalk): Update to 1.1.0.1.
[propagated-inputs]: Remove r-ggplot2 and r-shiny.
2020-03-19 10:06:27 +01:00
Ricardo Wurmus
2d6a7bca9e
gnu: r-biocpkgtools: Update to 1.4.6.
* gnu/packages/bioconductor.scm (r-biocpkgtools): Update to 1.4.6.
[propagated-inputs]: Add r-biocfilecache, r-rappdirs, r-rlang, and
r-tidyselect.
[native-inputs]: Add r-knitr.
2020-03-19 10:06:27 +01:00
Ricardo Wurmus
f7100edaf6
gnu: r-biosigner: Update to 1.14.2.
* gnu/packages/bioconductor.scm (r-biosigner): Update to 1.14.2.
[native-inputs]: Remove r-rmarkdown, pandoc, and pandoc-citeproc.
2020-03-19 10:06:27 +01:00
Marius Bakke
0883f34c51
gnu: ungoogled-chromium: Update to 80.0.3987.149-0.516e2d9 [security fixes].
This releases fixes CVE-2020-6422, CVE-2020-6424, CVE-2020-6425,
CVE-2020-6426, CVE-2020-6427, CVE-2020-6428, CVE-2020-6429, CVE-2019-20503,
and CVE-2020-6449.

* gnu/packages/chromium.scm (%chromium-version): Set to 80.0.3987.149.
(%ungoogled-revision): Set to 516e2d990a50a4bbeb8c583e56333c2935e2af95.
(%chromium-origin, %ungoogled-origin): Update hashes.
2020-03-19 09:09:47 +01:00
Marius Bakke
baab9eef27
gnu: python2-cython: Exclude parallel tests on i686 systems.
* gnu/packages/python-xyz.scm (python2-cython)[arguments]: When building on
i686-linux, override the 'check' phase.
2020-03-19 08:41:51 +01:00
Marius Bakke
e7a90f28cb
gnu: git: Enable parallel tests.
* gnu/packages/version-control.scm (git)[arguments]: Remove #:parallel-testS?.
2020-03-19 08:41:51 +01:00
Marius Bakke
c7f06b2b57
gnu: varnish: Update to 6.4.0.
* gnu/packages/web.scm (varnish): Update to 6.4.0.
2020-03-19 08:41:50 +01:00
Marius Bakke
0029e65581
gnu: RocksDB: Update to 6.7.3.
* gnu/packages/databases.scm (rocksdb): Update to 6.7.3.
2020-03-19 08:41:50 +01:00
Marius Bakke
76e8818b94
gnu: wpebackend-fdo: Update to 1.6.0.
* gnu/packages/webkit.scm (wpebackend-fdo): Update to 1.6.0.
2020-03-19 08:41:50 +01:00
Marius Bakke
63efc495c1
gnu: libwpe: Update to 1.6.0.
* gnu/packages/webkit.scm (libwpe): Update to 1.6.0.
2020-03-19 08:41:50 +01:00
Marius Bakke
1912ea5003
gnu: dav1d: Update to 0.6.0.
* gnu/packages/video.scm (dav1d): Update to 0.6.0.
2020-03-19 08:41:50 +01:00
Marius Bakke
9a9cd9bc7b
gnu: libsoup: Update to 2.70.0.
* gnu/packages/gnome.scm (libsoup): Update to 2.70.0.
2020-03-19 08:41:50 +01:00
Marius Bakke
aa0063a00a
gnu: libsecret: Update to 0.20.2.
* gnu/packages/gnome.scm (libsecret): Update to 0.20.2.
2020-03-19 08:41:50 +01:00
Marius Bakke
24b5767dad
gnu: git: Update to 2.25.2.
* gnu/packages/version-control.scm (git): Update to 2.25.2.
2020-03-19 08:41:49 +01:00
Marius Bakke
c6d24c091c
gnu: OpenSSL: Update replacement to 1.1.1e [fixes CVE-2019-1551].
* gnu/packages/tls.scm (openssl-1.1.1d): Rename to ...
(openssl-1.1.1e): ... this.  Update to 1.1.1e.
(openssl)[replacement]: Adjust accordingly.
2020-03-19 08:41:49 +01:00
Pierre Neidhardt
78cb0f3cf8
gnu: sbcl-cl-webkit: Update to 20200319.
* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 20200319.
2020-03-19 07:44:34 +01:00
Tobias Geerinckx-Rice
58d9027412
gnu: glances: Deprecate python- prefix.
* gnu/package/python-xyz.scm (glances): New public variable renamed
from……
(python-glances): …this now-deprecated one.
2020-03-19 02:30:38 +01:00
Tobias Geerinckx-Rice
16b8503f55
gnu: Remove python2-glances variant.
* gnu/packages/python-xyz.scm (python2-glances): Remove variable.
2020-03-19 02:30:37 +01:00
Tobias Geerinckx-Rice
b8e777efcf
gnu: python-glances: Update to 3.1.4.
* gnu/packages/python-xyz.scm (python-glances): Update to 3.1.4.
2020-03-19 02:30:37 +01:00
Tobias Geerinckx-Rice
bfa368ed0a
gnu: aircrack-ng: Update to 1.6.
* gnu/packages/networking.scm (aircrack-ng): Update to 1.6.
2020-03-19 02:30:36 +01:00
Tobias Geerinckx-Rice
f44c555b7d
gnu: neomutt: Update to 20200313.
* gnu/packages/mail.scm (neomutt): Update to 20200313.
2020-03-19 02:30:36 +01:00
Tobias Geerinckx-Rice
85b9ae93f0
gnu: Use HTTPS for supported psyc.eu subdomains.
* gnu/packages/messaging.scm (libpsyc)[home-page]: Use HTTPS.
(perl-net-psyc)[source, description, home-page]: Likewise.
2020-03-19 02:28:52 +01:00
Tobias Geerinckx-Rice
619ffa02ef
gnu: camlp5: Update home page.
* gnu/packages/ocaml.scm (camlp5)[home-page]: Update.
2020-03-19 02:28:37 +01:00
Tobias Geerinckx-Rice
4a0399e277
gnu: jrnl: Use HTTPS home page.
* gnu/packages/jrnl.scm (jrnl)[home-page]: Use HTTPS.
2020-03-19 00:45:16 +01:00
Tobias Geerinckx-Rice
2e7d1c567d
gnu: libmygpo-qt: Update home page.
* gnu/packages/gpodder.scm (libmygpo-qt)[home-page]: Update.
2020-03-19 00:45:06 +01:00
Tobias Geerinckx-Rice
0c34b5e6d0
gnu: camlzip: Update home page.
* gnu/packages/ocaml.scm (camlzip)[home-page]: Update.
2020-03-19 00:44:53 +01:00
Tobias Geerinckx-Rice
a79b7ab5a2
gnu: lablgtk: Update to 2.18.10.
* gnu/packages/ocaml.scm (lablgtk): Update to 2.18.10.
2020-03-19 00:42:17 +01:00
Tobias Geerinckx-Rice
6d27891aa0
gnu: bind: Update to 9.16.1.
* gnu/packages/dns.scm (isc-bind): Update to 9.16.1.
2020-03-19 00:42:17 +01:00
Tobias Geerinckx-Rice
30ae1e8c94
gnu: inxi-minimal: Update to 3.0.38-1.
* gnu/packages/admin.scm (inxi-minimal): Update to 3.0.38-1.
2020-03-19 00:42:17 +01:00
Tobias Geerinckx-Rice
f73c1a48ce
gnu: chafa: Update to 1.2.2.
* gnu/packages/image-viewers.scm (chafa): Update to 1.2.2.
2020-03-19 00:42:17 +01:00
Tobias Geerinckx-Rice
1b9e1648f6
gnu: workrave: Update to 1.10.37.
* gnu/packages/gnome.scm (workrave): Update to 1.10.37.
[arguments]: Disable #:tests?.
2020-03-19 00:42:16 +01:00
Tobias Geerinckx-Rice
8826b792d8
gnu: dovecot: Use libsodium.
This adds support for ARGON2I and ARGON2ID password hashing in exchange
for a <1% increase in closure size.

* gnu/packages/mail.scm (dovecot)[inputs]: Add libsodium.
(dovecot-libsodium-plugin)[description]: Note its use.
2020-03-19 00:42:16 +01:00
Tobias Geerinckx-Rice
d6894b95ec
gnu: dovecot: Use SQLite.
* gnu/packages/mail.scm (dovecot)[arguments]: Add "--with-sqlite"
to #:configure-flags.
2020-03-19 00:42:16 +01:00
Tobias Geerinckx-Rice
181d19ab2c
gnu: extempore: Use HTTPS home page.
* gnu/packages/music.scm (extempore)[home-page]: Use HTTPS.
2020-03-19 00:42:13 +01:00
Tobias Geerinckx-Rice
51d9c867aa
gnu: r-rhpcblasctl: Use HTTPS home page.
* gnu/packages/cran.scm (r-rhpcblasctl)[home-page]: Use HTTPS.
2020-03-19 00:42:13 +01:00
Tobias Geerinckx-Rice
0e2e942515
gnu: r-snowfall: Use HTTPS home page.
* gnu/packages/cran.scm (r-snowfall)[home-page]: Use HTTPS.
2020-03-19 00:42:12 +01:00
Tobias Geerinckx-Rice
48a13b4b82
gnu: Use HTTPS for non.tuxfamily.org home pages.
* gnu/packages/music.scm (non-timeline, non-mixer, non-session-manager)
(non-sequencer)[home-page]: Use HTTPS.
2020-03-19 00:41:40 +01:00
Nicolas Goaziou
db483baa1a
gnu: emacs-org-static-blog: Fix typo in description.
* gnu/packages/emacs-xyz.scm (emacs-org-static-blog)[description]: Fix typo.
2020-03-18 21:50:14 +01:00
Mark H Weaver
b3fa8349ab
gnu: linux-libre: Update to 5.4.26.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.26.
(linux-libre-5.4-pristine-source): Update hash.
2020-03-18 16:46:06 -04:00
Mark H Weaver
30f9236685
gnu: linux-libre@4.19: Update to 4.19.111.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.111.
(linux-libre-4.19-pristine-source): Update hash.
2020-03-18 16:45:00 -04:00
Tobias Geerinckx-Rice
4de63cf3fc
gnu: tor: Update to 0.4.2.7.
* gnu/packages/tor.scm (tor): Update to 0.4.2.7.
2020-03-18 17:49:31 +01:00
Tobias Geerinckx-Rice
61d399c5fb
gnu: pioneer: Use HTTPS home page.
* gnu/packages/games.scm (pioneer)[home-page]: Use HTTPS.
2020-03-18 17:48:54 +01:00
Tobias Geerinckx-Rice
2bc3ec3b44
gnu: dovecot: Support LZ4 compression.
* gnu/packages/mail.scm (dovecot)[inputs]: Add lz4.
2020-03-18 17:48:53 +01:00
Tobias Geerinckx-Rice
e309b7206f
gnu: r-stabledist: Use HTTPS home page.
* gnu/packages/cran.scm (r-stabledist)[home-page]: Use HTTPS.
2020-03-18 17:48:53 +01:00
Tobias Geerinckx-Rice
8a02807a12
gnu: r-proc: Update home page.
* gnu/packages/cran.scm (r-proc)[home-page]: Follow (HTTPS) redirection.
2020-03-18 17:48:53 +01:00
Tobias Geerinckx-Rice
917edde580
gnu: r-stepwise: Use HTTPS home page.
* gnu/packages/cran.scm (r-stepwise)[home-page]: Use HTTPS.
2020-03-18 17:48:53 +01:00
Tobias Geerinckx-Rice
b89993fbd4
gnu: r-ldheatmap: Use HTTPS home page.
* gnu/packages/cran.scm (r-ldheatmap)[home-page]: Use HTTPS.
2020-03-18 17:48:53 +01:00
Tobias Geerinckx-Rice
083a95b7e0
gnu: r-shinyace: Use HTTPS home page.
* gnu/packages/cran.scm (r-shinyace)[home-page]: Use HTTPS.
2020-03-18 17:48:53 +01:00
Guillaume Le Vaillant
7b1fb40dff
gnu: Add opencpn.
* gnu/packages/geo.scm (opencpn): New variable.
2020-03-18 15:20:22 +01:00
Nicolas Goaziou
97dba3876d
gnu: emacs-org-static-blog: Update to 1.3.0.
* gnu/packages/emacs-xyz.scm (emacs-org-static-blog): Update to 1.3.0.
2020-03-18 14:42:10 +01:00
Dimakakos Dimos
c1ec7149ed
gnu: emacs-lsp-ui: Update to 6.2.
* gnu/packages/emacs-xyz.scm (emacs-lsp-ui): Update to 6.2.
2020-03-18 12:30:21 +01:00
Michael Rohleder
202c674ca7
gnu: emacs-which-key: update to 3.4.0
[[PGP Signed Part:No public key for 7C7AFFBEFEF2CB25 created at 2020-03-17T19:10:10+0100 using RSA]]
* gnu/packages/emacs-xyz.scm (emacs-which-key): Update to 3.4.0

From f36fee740bab3d74b526358be421a1527af9b69d Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de>
Date: Tue, 17 Mar 2020 19:03:45 +0100
Subject: [PATCH] gnu: emacs-which-key: update to 3.4.0

* gnu/packages/emacs-xyz.scm (emacs-which-key): Update to 3.4.0
2020-03-18 12:28:44 +01:00
Brice Waegeneire
382ba7bad5
gnu: Add emacs-org-static-blog.
* gnu/packages/emacs-xyz.scm (emacs-org-static-blog): New variable.
2020-03-18 12:26:28 +01:00
raingloom
0e26c3cfcf
gnu: Add Geary.
* gnu/packages/gnome.scm (geary): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-18 11:55:33 +01:00
raingloom
d0f5016475
gnu: gspell: --enable-vala for VAPI (for geary)
* gnu/packages/gnome.scm (gspell)[arguments]: Add #:configure-flags.
[native-inputs]: Add VALA.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-18 11:55:33 +01:00
Tanguy Le Carrour
370cb2e0a4
gnu: gnunet-gtk: Update to 0.12.0.
* gnu/packages/gnunet.scm (gnunet-gtk): Update to 0.12.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-18 11:55:33 +01:00
Tanguy Le Carrour
aaa7d17dce
gnu: gnunet: Update to 0.12.2.
* gnu/packages/gnunet.scm (gnunet): Update to 0.12.2.
[inputs]: Add libjpeg. [arguments]: Deactivate more tests, set LANG env
variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-18 11:55:33 +01:00
Ludovic Courtès
e002332b8a
gnu: mcron: Depend on Guile 2.2.7.
Fixes <https://bugs.gnu.org/37237>.

* gnu/packages/guile-xyz.scm (mcron)[inputs]: Replace GUILE-2.2 with
GUILE-2.2.7.
2020-03-18 11:55:33 +01:00
Maxim Cournoyer
6794653e1b
bootloader: grub: Refactor eye-candy a bit.
* gnu/bootloader/grub.scm (eye-candy)[setup-gfxterm-body]: Define the GFXMODE
binding using AND-LET* instead of chained AND=>.  Add a comment about
supporting graphical mode on other systems than x86.  Generate configuration
string using FORMAT rather than STRING-APPEND.
2020-03-17 23:09:14 -04:00
Maxim Cournoyer
aaffde38b5
bootloader: grub: Use the all_video module in graphic mode.
* gnu/bootloader/grub.scm (eye-candy): Load the module 'all_video'
which automatically loads all the available and relevant video
modules.
2020-03-17 23:08:16 -04:00
Maxim Cournoyer
f6b950319c
gnu: system: Export %sudoers-specification.
Exporting this variable allows reusing the default value of the `sudoers-file'
field when configuring it.

* gnu/system.scm (gnu): Export %sudoers-specification.
* doc/guix.texi (Invoking guix deploy): Document an example, to use with 'guix
deploy'.
2020-03-17 23:01:07 -04:00
Tobias Geerinckx-Rice
ce9fc7e8ab
gnu: r-imager: Use HTTPS home page.
* gnu/packages/cran.scm (r-imager)[home-page]: Use HTTPS.
2020-03-18 02:16:21 +01:00
Tobias Geerinckx-Rice
3c1a10e341
gnu: r-gsubfn: Update home page.
* gnu/packages/cran.scm (r-gsubfn)[home-page]: Update and use HTTPS.
2020-03-18 02:16:21 +01:00
Tobias Geerinckx-Rice
f9d9a7e4a6
gnu: r-lars: Update home page.
* gnu/packages/statistics.scm (r-lars)[home-page]: Follow (HTTPS)
redirection.
2020-03-18 02:16:21 +01:00
Tobias Geerinckx-Rice
d07b513a30
gnu: r-tractor-base: Use HTTPS home page.
* gnu/packages/cran.scm (r-tractor-base)[home-page]: Use HTTPS.
2020-03-18 02:16:21 +01:00
Tobias Geerinckx-Rice
e661c96f84
gnu: r-mclust: Use HTTPS home page.
* gnu/packages/statistics.scm (r-mclust)[home-page]: Use HTTPS.
2020-03-18 02:16:21 +01:00
Tobias Geerinckx-Rice
72ac699414
gnu: r-pls: Use HTTPS home page.
* gnu/packages/cran.scm (r-pls)[home-page]: Use HTTPS.
2020-03-18 02:16:21 +01:00
Tobias Geerinckx-Rice
ddf69c4afe
gnu: r-epi: Use HTTPS home page.
* gnu/packages/cran.scm (r-epi)[home-page]: Use HTTPS.
2020-03-18 02:16:21 +01:00
Tobias Geerinckx-Rice
1994e638e5
gnu: r-elasticnet: Update home page.
* gnu/packages/cran.scm (r-elasticnet)[home-page]: Follow (HTTPS)
redirection.
2020-03-18 02:16:21 +01:00
Tobias Geerinckx-Rice
f764111bfb
gnu: r-iso: Use HTTPS home page.
* gnu/packages/cran.scm (r-iso)[home-page]: Use HTTPS.
2020-03-18 02:16:21 +01:00
Tobias Geerinckx-Rice
dbe0e0db40
gnu: godot: Update to 3.2.1.
* gnu/packages/game-development.scm (godot): Update to 3.2.1.
2020-03-18 02:16:21 +01:00
Tobias Geerinckx-Rice
2c674796d4
gnu: tintin++: Update to 2.02.02.
* gnu/packages/games.scm (tintin++): Update to 2.02.02.
2020-03-18 02:16:21 +01:00
Tobias Geerinckx-Rice
de60ac2ff2
gnu: tracker-miners: Update to 2.3.3.
* gnu/packages/gnome.scm (tracker-miners): Update to 2.3.3.
2020-03-18 02:16:21 +01:00
Tobias Geerinckx-Rice
caaefa4007
gnu: tracker: Update to 2.3.4.
* gnu/packages/gnome.scm (tracker): Update to 2.3.4.
2020-03-18 02:16:21 +01:00
Leo Famulari
b8930fd86b
gnu: libfdk: Update to 2.0.1.
* gnu/packages/audio.scm (libfdk): Update to 2.0.1.
2020-03-17 18:25:47 -04:00
Tobias Geerinckx-Rice
4ce61a9080
gnu: r-forcats: Use HTTPS home page.
* gnu/packages/statistics.scm (r-forcats)[home-page]: Use HTTPS.
2020-03-17 23:09:24 +01:00
Tobias Geerinckx-Rice
39c57484ea
gnu: r-rcppparallel: Use HTTPS home page.
* gnu/packages/cran.scm (r-rcppparallel)[home-page]: Use HTTPS.
2020-03-17 23:09:24 +01:00
Tobias Geerinckx-Rice
0e36f3e488
gnu: r-emplik: Use HTTPS home page.
* gnu/packages/cran.scm (r-emplik)[home-page]: Use HTTPS.
2020-03-17 23:09:24 +01:00
Tobias Geerinckx-Rice
f8c3d903e9
gnu: r-hapassoc: Use HTTPS home page.
* gnu/packages/cran.scm (r-hapassoc)[home-page]: Use HTTPS.
2020-03-17 23:09:24 +01:00
Tobias Geerinckx-Rice
486a080048
gnu: r-htqpcr: Update home page.
* gnu/packages/bioconductor.scm (r-htqpcr)[home-page]: Use HTTPS link
to PDF paper.
2020-03-17 23:09:24 +01:00
Tobias Geerinckx-Rice
3ee2070241
gnu: r-beeswarm: Use HTTPS home page.
* gnu/packages/statistics.scm (r-beeswarm)[home-page]: Use HTTPS.
2020-03-17 23:09:24 +01:00
Tobias Geerinckx-Rice
6068cbe1e1
gnu: r-acs: Update home page.
* gnu/packages/cran.scm (r-acs)[home-page]: Follow (HTTPS) redirection.
2020-03-17 23:09:24 +01:00
Tobias Geerinckx-Rice
1c131432bd
gnu: r-tsa: Use HTTPS home page.
* gnu/packages/cran.scm (r-tsa)[home-page]: Use HTTPS.
2020-03-17 23:09:23 +01:00
Tobias Geerinckx-Rice
ac5bd7f0f0
gnu: Use HTTPS for www.rforge.net home pages.
* gnu/packages/cran.scm (r-rjava, r-tiff, r-uuid, r-fastmatch, r-jpeg)
[home-page]: Use HTTPS.
* gnu/packages/statistics.scm (r-base64enc)[home-page]: Likewise
2020-03-17 23:09:23 +01:00
Tobias Geerinckx-Rice
38e1b9efc8
gnu: american-fuzzy-lop: Use HTTPS home page.
* gnu/packages/debug.scm (american-fuzzy-lop)[home-page]: Use HTTPS.
2020-03-17 23:09:23 +01:00
Tobias Geerinckx-Rice
3ba980b188
gnu: american-fuzzy-lop: Update to 2.56b.
* gnu/packages/debug.scm (american-fuzzy-lop): Update to 2.56b.
[source]: Use GIT-FETCH from the new upstream, and GIT-FILE-NAME.
[inputs]: Adjust custom-qemu's ‘apply-afl-patches’ phase to this new
reality.  Don't apply upstreamed Qemu patches.
[arguments]: Make the git check-out writable.
2020-03-17 23:09:23 +01:00
Tobias Geerinckx-Rice
317b13f30e
gnu: american-fuzzy-lop: Fix documentation directory.
* gnu/packages/debug.scm (american-fuzzy-lop)[arguments]: Install
documentation into its conventional location.
2020-03-17 23:09:23 +01:00
Leo Famulari
6838611252
gnu: Syncthing: Update to 1.4.0.
* gnu/packages/syncthing.scm (syncthing): Update to 1.4.0.
[inputs]: Add go-github-com-willf-bloom.
2020-03-17 16:04:13 -04:00
Leo Famulari
79405c030f
gnu: Add go-github-com-willf-bloom.
* gnu/packages/golang.scm (go-github-com-willf-bloom): New variable.
2020-03-17 16:04:13 -04:00
Leo Famulari
88841a3ead
gnu: Add go-github-com-willf-bitset.
* gnu/packages/golang.scm (go-github-com-willf-bitset): New variable.
2020-03-17 16:04:12 -04:00
Leo Famulari
cb78846c13
gnu: go-github-com-spaolacci-murmur3: Update to 1.1.0
* gnu/packages/golang.scm (go-github-com-spaolacci-murmur3): Update to 1.1.0.
2020-03-17 16:04:12 -04:00
Leo Famulari
98c873181a
gnu: go-github-com-pkg-errors: Update to 0.9.1.
* gnu/packages/golang.scm (go-github-com-pkg-errors): Update to 0.9.1.
2020-03-17 16:04:06 -04:00
Ricardo Wurmus
57f6ac8d90
gnu: pigx-scrnaseq: Update to 1.1.4.
* gnu/packages/bioinformatics.scm (pigx-scrnaseq): Update to 1.1.4.
2020-03-17 20:29:19 +01:00
Tobias Geerinckx-Rice
5a3cbfceb1
gnu: redis: Use HTTPS home page.
* gnu/packages/databases.scm (redis)[home-page]: Use HTTPS.
2020-03-17 20:02:27 +01:00
Tobias Geerinckx-Rice
720aa97782
gnu: sipcalc: Use HTTPS home page.
* gnu/packages/admin.scm (sipcalc)[home-page]: Use HTTPS.
2020-03-17 20:02:26 +01:00
Tobias Geerinckx-Rice
e496ee679d
gnu: bridge-utils: Update home page.
* gnu/packages/linux.scm (bridge-utils)[home-page]: Follow (HTTPS)
redirection.
2020-03-17 20:02:07 +01:00
Tobias Geerinckx-Rice
6c71d56d77
gnu: Add straw-viewer.
* gnu/packages/video.scm (straw-viewer): New public variable.
2020-03-17 20:02:07 +01:00
Tobias Geerinckx-Rice
9bd0f41509
gnu: tftp-hpa: Use HTTPS home page.
* gnu/packages/networking.scm (tftp-hpa)[home-page]: Use HTTPS.
2020-03-17 20:02:07 +01:00
Tobias Geerinckx-Rice
359b137cd6
gnu: liboop: Use HTTPS home page.
* gnu/packages/ssh.scm (liboop)[home-page]: Use HTTPS.
2020-03-17 20:02:07 +01:00
Tobias Geerinckx-Rice
096ed4f935
gnu: guitarix: Use HTTPS home page.
* gnu/packages/audio.scm (guitarix)[home-page]: Use HTTPS.
2020-03-17 20:02:07 +01:00
Tobias Geerinckx-Rice
5331dcd6fc
gnu: opensubdiv: Use HTTPS home page.
* gnu/packages/graphics.scm (opensubdiv)[home-page]: Use HTTPS.
2020-03-17 20:02:07 +01:00