me
/
guix
Archived
1
0
Fork 0
Commit Graph

60787 Commits (115cd74da6c00f0c3b6c7d1741e4537c22584014)

Author SHA1 Message Date
Carlo Holl 27baf2a137
gnu: Add ghc-lucid.
* gnu/packages/haskell-xyz.scm (ghc-lucid): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-11-01 13:34:45 +00:00
Carlo Holl e16f7de88f
gnu: Add ghc-hspec-megaparsec.
* gnu/packages/haskell-xyz.scm (ghc-hspec-megaparsec): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-11-01 13:34:45 +00:00
Carlo Holl 232eab1d30
gnu: ghc-doctest: Update to 0.16.3.
* gnu/packages/haskell-xyz.scm (ghc-doctest): Update to 0.16.3.
[inputs,native-inputs]: Replace with what is generated by guix import.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-11-01 13:34:45 +00:00
Carlo Holl 9b3b327a4a
gnu: Add ghc-decimal.
* gnu/packages/haskell-xyz.scm (ghc-decimal): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-11-01 13:34:44 +00:00
Carlo Holl 0ff9a717f6
gnu: Add ghc-csv.
* gnu/packages/haskell-xyz.scm (ghc-csv): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-11-01 13:34:44 +00:00
Carlo Holl 7f2a565070
gnu: Add ghc-control-monad-free.
* gnu/packages/haskell-xyz.scm (ghc-control-monad-free): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-11-01 13:34:44 +00:00
Tobias Geerinckx-Rice 9e775fa1a9
gnu: git: Update to 2.29.2.
* gnu/packages/version-control.scm (git): Update to 2.29.2.
2020-11-01 14:18:55 +01:00
Tobias Geerinckx-Rice c32bc7fe3b
gnu: tmux: Update to 3.1c.
* gnu/packages/tmux.scm (tmux): Update to 3.1c.
2020-11-01 14:18:55 +01:00
Tobias Geerinckx-Rice 55653859e4
gnu: youtube-dl: Fix hash.
* gnu/packages/video.scm (youtube-dl)[source]: Make hash less wrong.
2020-11-01 14:18:55 +01:00
Tobias Geerinckx-Rice df5fb63385
gnu: nginx-documentation: Update to 1.19.3-2603-3cb2736bb74c.
* gnu/packages/web.scm (nginx-documentation): Update to 1.19.3-2603-3cb2736bb74c.
2020-11-01 13:50:31 +01:00
Tobias Geerinckx-Rice ba1d3451c6
gnu: nginx: Update to 1.19.4.
* gnu/packages/web.scm (nginx): Update to 1.19.4.
2020-11-01 13:50:31 +01:00
Tobias Geerinckx-Rice 2a143b8e23
gnu: snd: Update to 20.8.
* gnu/packages/audio.scm (snd): Update to 20.8.
2020-11-01 13:43:27 +01:00
Tobias Geerinckx-Rice 2ddc43e93d
gnu: thunar: Update to 1.8.16.
* gnu/packages/xfce.scm (thunar): Update to 1.8.16.
2020-11-01 13:43:27 +01:00
Tobias Geerinckx-Rice f8b646b3fd
gnu: youtube-dl: Update to 2020.11.01.1.
* gnu/packages/video.scm (youtube-dl): Update to 2020.11.01.1.
2020-11-01 13:36:18 +01:00
Tobias Geerinckx-Rice 3b20642293
gnu: facter: Update to 4.0.44.
* gnu/packages/admin.scm (facter): Update to 4.0.44.
2020-11-01 13:36:18 +01:00
Tobias Geerinckx-Rice d0e9a2edbc
gnu: wimlib: Update to 1.13.3.
* gnu/packages/backup.scm (wimlib): Update to 1.13.3.
2020-11-01 13:36:17 +01:00
Efraim Flashner 1975baae51
gnu: mdk: Update to 1.3.0.
* gnu/packages/education.scm (mdk): Update to 1.3.0.
[home-page]: Update.
2020-11-01 09:45:37 +02:00
Leo Famulari 97aad938bd
gnu: python-dateparser: Use the test variant of tzdata.
* gnu/packages/python-xyz.scm (python-dateparser)[inputs]: Remove field.
[native-inputs]: Add tzdata-for-tests.
2020-10-31 22:58:57 -04:00
Miguel Ángel Arruga Vivas 582cf9257c
system: Add store-directory-prefix to boot-parameters.
Fixes <http://issues.guix.gnu.org/44196>

* gnu/machine/ssh.scm (roll-back-managed-host): Use
boot-parameters-store-directory-prefix.
* gnu/system.scm (define-module): Export
boot-parameters-store-directory-prefix.
(<boot-parameters>)[store-directory-prefix]: New field. It is used to
generate the correct paths when /gnu/store is installed on a btrfs
subvolume whose name doesn't match the final runtime path, as the
bootloader doesn't have knowledge about the final mounting points.
[boot-parameters-store-directory-prefix]: New accessor.
(read-boot-parameters): Read directory-prefix from store field.
(operating-system-boot-parameters-file): Add directory-prefix to
store field.
* guix/scripts/system.scm (reinstall-bootloader): Use
boot-parameters-store-directory-prefix.
* test/boot-parameters.scm (%default-btrfs-subvolume,
%default-store-directory-prefix): New variables.
(%grub-boot-parameters): Use %default-store-directory-prefix.
(%default-operating-system): Use %default-btrfs-subvolume.
(test-boot-parameters): Add directory-prefix.
(test optional fields): Add test for directory-prefix.
(test os store-directory-prefix): New test.
2020-11-01 02:28:38 +01:00
Miguel Ángel Arruga Vivas f445bc6576
system: Generate grub locale directory for grub.cfg.
* gnu/bootloader/grub.scm (grub-locale-directory): New function.
(grub-configuration-file)[locale-config]: Use grub-locale-directory and
avoid the extra search when eye-candy have performed it.
2020-11-01 01:14:36 +01:00
Tanguy Le Carrour 70876b0793
gnu: httpie: Update to 2.3.0.
* gnu/packages/python-web.scm (httpie): Update to 2.3.0.
[propagated-inputs]: Add python-requests-toolbelt.
[home-page]: Update URL.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-10-31 23:16:44 +01:00
Ryan Prior 1e0c382605
gnu: esbuild: Update to 0.8.0.
* gnu/packages/web.scm (esbuild): Update to 0.8.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-10-31 23:16:44 +01:00
Ludovic Courtès bfe82fe2f6
pack: Relocatable wrapper leaves root available to child processes.
Fixes <https://bugs.gnu.org/44261>.
Reported by Jan Nieuwenhuizen <janneke@gnu.org>.

* gnu/packages/aux-files/run-in-namespace.c (exec_in_user_namespace):
Add call to 'prctl'.  Call 'mount' for NEW_ROOT and define 'is_tmpfs'.
When IS_TMPFS is true, call 'umount' and 'rmdir' after 'waitpid';
otherwise, call 'rm_rf' only when 'waitpid' returns -1 the second time.
(exec_with_loader): Call 'prctl'.  Remove NEW_ROOT only when 'waitpid'
returns -1 the second time, otherwise leave it behind.
* tests/guix-pack-relocatable.sh (wait_for_file): New function.
Add test.
2020-10-31 23:16:43 +01:00
Lars-Dominik Braun 48dec2e04e
gnu: Add python-asyncssh.
* gnu/packages/ssh.scm (python-asyncssh): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-10-31 21:35:20 +00:00
Hendur Saga via Guix-patches via 17bc59898a
gnu: Add xstow.
* gnu/packages/package-management.scm (xstow): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-10-31 21:03:45 +00:00
nixo ce5740043f
gnu: Add font-openmoji
* gnu/packages/fonts.scm (font-openmoji): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-10-31 20:22:20 +00:00
Guillaume Le Vaillant c94367eaaf
gnu: sbcl-geco: Fix build.
* gnu/packages/patches/sbcl-geco-fix-organism-class.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/lisp-xyz.scm (sbcl-geco)[source]: Use it.
2020-10-31 18:01:00 +01:00
Leo Prikler 9c69fec08e
gnu: gnome-builder: Fix the build.
As reported in #43296, gnome-builder tries to be linked against the static
version of libselinux (propagated through glib/gio), failing to do so, as it
also wants to be a PIE.  To keep the PIE, link it against the dynamic library.

Fixes <https://bugs.gnu.org/43296>.

* gnu/packages/gnome.scm (gnome-builder)[arguments]: Add 'fix-ninja' phase.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-10-31 12:55:51 -04:00
Ricardo Wurmus d7e033b9a1
gnu: r-lme4: Update to 1.1-25.
* gnu/packages/statistics.scm (r-lme4): Update to 1.1-25.
2020-10-31 13:46:48 +01:00
Ricardo Wurmus 5e057bdd3f
gnu: r-quantreg: Update to 5.75.
* gnu/packages/statistics.scm (r-quantreg): Update to 5.75.
2020-10-31 13:46:48 +01:00
Ricardo Wurmus 1f5eb3bdad
gnu: r-vgam: Update to 1.1-4.
* gnu/packages/statistics.scm (r-vgam): Update to 1.1-4.
2020-10-31 13:46:48 +01:00
Ricardo Wurmus 97faa49f69
gnu: r-flexmix: Update to 2.3-17.
* gnu/packages/statistics.scm (r-flexmix): Update to 2.3-17.
2020-10-31 13:46:48 +01:00
Ricardo Wurmus 9bca3c82fb
gnu: r-statmod: Update to 1.4.35.
* gnu/packages/statistics.scm (r-statmod): Update to 1.4.35.
2020-10-31 13:46:48 +01:00
Ricardo Wurmus 6800d9bdf8
gnu: r-ztable: Update to 0.2.2.
* gnu/packages/statistics.scm (r-ztable): Update to 0.2.2.
[propagated-inputs]: Remove r-moonbook; add r-rstudioapi.
[native-inputs]: Add r-knitr.
2020-10-31 13:46:48 +01:00
Ricardo Wurmus 1b5ca298bc
gnu: r-e1071: Update to 1.7-4.
* gnu/packages/statistics.scm (r-e1071): Update to 1.7-4.
2020-10-31 13:46:48 +01:00
Ricardo Wurmus 20d86963b3
gnu: r-pkgmaker: Update to 0.32.2.
* gnu/packages/statistics.scm (r-pkgmaker): Update to 0.32.2.
[propagated-inputs]: Remove r-bibtex, r-magrittr, and r-stringi.
2020-10-31 13:46:48 +01:00
Ricardo Wurmus 398ef3dd01
gnu: r-dt: Update to 0.16.
* gnu/packages/statistics.scm (r-dt): Update to 0.16.
2020-10-31 13:46:48 +01:00
Ricardo Wurmus 4748a62a94
gnu: r-domc: Update to 1.3.7.
* gnu/packages/statistics.scm (r-domc): Update to 1.3.7.
2020-10-31 13:46:48 +01:00
Ricardo Wurmus 6b0a9017c4
gnu: r-doparallel: Update to 1.0.16.
* gnu/packages/statistics.scm (r-doparallel): Update to 1.0.16.
2020-10-31 13:46:48 +01:00
Ricardo Wurmus b93415c7c0
gnu: r-foreach: Update to 1.5.1.
* gnu/packages/statistics.scm (r-foreach): Update to 1.5.1.
2020-10-31 13:46:48 +01:00
Ricardo Wurmus 8d7adab7fd
gnu: r-iterators: Update to 1.0.13.
* gnu/packages/statistics.scm (r-iterators): Update to 1.0.13.
2020-10-31 13:46:48 +01:00
Ricardo Wurmus 84031ee8c1
gnu: r-segmented: Update to 1.3-0.
* gnu/packages/statistics.scm (r-segmented): Update to 1.3-0.
2020-10-31 13:46:48 +01:00
Ricardo Wurmus 111cdbba26
gnu: r-rmarkdown: Update to 2.5.
* gnu/packages/statistics.scm (r-rmarkdown): Update to 2.5.
[propagated-inputs]: Remove r-mime.
2020-10-31 13:46:48 +01:00
Ricardo Wurmus 698f5c0b03
gnu: r-rcpparmadillo: Update to 0.10.1.0.0.
* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.10.1.0.0.
2020-10-31 13:46:47 +01:00
Ricardo Wurmus 966486cf04
gnu: r-ade4: Update to 1.7-16.
* gnu/packages/statistics.scm (r-ade4): Update to 1.7-16.
[propagated-inputs]: Add r-progress.
2020-10-31 13:46:47 +01:00
Ricardo Wurmus c06dc385bf
gnu: r-data-table: Update to 1.13.2.
* gnu/packages/statistics.scm (r-data-table): Update to 1.13.2.
2020-10-31 13:46:47 +01:00
Ricardo Wurmus dae8fb48ce
gnu: r-formula: Update to 1.2-4.
* gnu/packages/statistics.scm (r-formula): Update to 1.2-4.
2020-10-31 13:46:47 +01:00
Ricardo Wurmus 847ab02d4e
gnu: r-tibble: Update to 3.0.4.
* gnu/packages/statistics.scm (r-tibble): Update to 3.0.4.
2020-10-31 13:46:47 +01:00
Ricardo Wurmus 677f2ee69c
gnu: r-rlang: Update to 0.4.8.
* gnu/packages/statistics.scm (r-rlang): Update to 0.4.8.
2020-10-31 13:46:47 +01:00
Ricardo Wurmus 279941e087
gnu: r-r6: Update to 2.5.0.
* gnu/packages/statistics.scm (r-r6): Update to 2.5.0.
2020-10-31 13:46:47 +01:00
Ricardo Wurmus 45c6df5108
gnu: r-labeling: Update to 0.4.2.
* gnu/packages/statistics.scm (r-labeling): Update to 0.4.2.
2020-10-31 13:46:47 +01:00
Ricardo Wurmus f9e1561c46
gnu: r-digest: Update to 0.6.27.
* gnu/packages/statistics.scm (r-digest): Update to 0.6.27.
2020-10-31 13:46:47 +01:00
Ricardo Wurmus 92a837128c
gnu: r-nlme: Update to 3.1-150.
* gnu/packages/statistics.scm (r-nlme): Update to 3.1-150.
2020-10-31 13:46:47 +01:00
Ricardo Wurmus 0379e246d9
gnu: r-kernsmooth: Update to 2.23-18.
* gnu/packages/statistics.scm (r-kernsmooth): Update to 2.23-18.
2020-10-31 13:46:47 +01:00
Ricardo Wurmus e460ccba57
gnu: r-modeldata: Update to 0.1.0.
* gnu/packages/cran.scm (r-modeldata): Update to 0.1.0.
2020-10-31 13:46:47 +01:00
Ricardo Wurmus 548ada697a
gnu: r-parsnip: Update to 0.1.4.
* gnu/packages/cran.scm (r-parsnip): Update to 0.1.4.
2020-10-31 13:46:47 +01:00
Ricardo Wurmus aea98cea78
gnu: r-tidypredict: Update to 0.4.8.
* gnu/packages/cran.scm (r-tidypredict): Update to 0.4.8.
2020-10-31 13:46:46 +01:00
Ricardo Wurmus ceec32b92d
gnu: r-warp: Update to 0.2.0.
* gnu/packages/cran.scm (r-warp): Update to 0.2.0.
2020-10-31 13:46:46 +01:00
Ricardo Wurmus bbe6d41e3c
gnu: r-workflows: Update to 0.2.1.
* gnu/packages/cran.scm (r-workflows): Update to 0.2.1.
2020-10-31 13:46:46 +01:00
Ricardo Wurmus adf17f25f4
gnu: r-igraph: Update to 1.2.6.
* gnu/packages/cran.scm (r-igraph): Update to 1.2.6.
2020-10-31 13:46:46 +01:00
Ricardo Wurmus b0144e2d8a
gnu: r-rcppziggurat: Update to 0.1.6.
* gnu/packages/cran.scm (r-rcppziggurat): Update to 0.1.6.
2020-10-31 13:46:46 +01:00
Ricardo Wurmus 41a73262e2
gnu: r-cpp11: Update to 0.2.3.
* gnu/packages/cran.scm (r-cpp11): Update to 0.2.3.
2020-10-31 13:46:46 +01:00
Ricardo Wurmus a9b7c063ef
gnu: r-rismed: Update to 2.2.
* gnu/packages/cran.scm (r-rismed): Update to 2.2.
2020-10-31 13:46:46 +01:00
Ricardo Wurmus 6058241bf4
gnu: r-brms: Update to 2.14.0.
* gnu/packages/cran.scm (r-brms): Update to 2.14.0.
2020-10-31 13:46:46 +01:00
Ricardo Wurmus d13123aac1
gnu: r-iheatmapr: Update to 0.5.1.
* gnu/packages/cran.scm (r-iheatmapr): Update to 0.5.1.
2020-10-31 13:46:45 +01:00
Ricardo Wurmus cc30f144d7
gnu: r-acet: Update to 1.8.1.
* gnu/packages/cran.scm (r-acet): Update to 1.8.1.
2020-10-31 13:46:45 +01:00
Ricardo Wurmus 88c75556de
gnu: r-rgdal: Update to 1.5-18.
* gnu/packages/cran.scm (r-rgdal): Update to 1.5-18.
2020-10-31 13:46:45 +01:00
Ricardo Wurmus fa1a4b66c1
gnu: r-parameters: Update to 0.9.0.
* gnu/packages/cran.scm (r-parameters): Update to 0.9.0.
2020-10-31 13:46:45 +01:00
Ricardo Wurmus 79291c5cd3
gnu: r-graphlayouts: Update to 0.7.1.
* gnu/packages/cran.scm (r-graphlayouts): Update to 0.7.1.
2020-10-31 13:46:45 +01:00
Ricardo Wurmus f213968976
gnu: r-leiden: Update to 0.3.4.
* gnu/packages/cran.scm (r-leiden): Update to 0.3.4.
[native-inputs]: Add r-knitr.
2020-10-31 13:46:45 +01:00
Ricardo Wurmus 20bfb71102
gnu: r-kableextra: Update to 1.3.1.
* gnu/packages/cran.scm (r-kableextra): Update to 1.3.1.
2020-10-31 13:46:45 +01:00
Ricardo Wurmus 1479a53a75
gnu: r-dalex: Update to 2.0.1.
* gnu/packages/cran.scm (r-dalex): Update to 2.0.1.
2020-10-31 13:46:45 +01:00
Ricardo Wurmus 31841386ea
gnu: r-batchtools: Update to 0.9.14.
* gnu/packages/cran.scm (r-batchtools): Update to 0.9.14.
2020-10-31 13:46:44 +01:00
Ricardo Wurmus cd98078c75
gnu: r-sctransform: Update to 0.3.1.
* gnu/packages/cran.scm (r-sctransform): Update to 0.3.1.
[propagated-inputs]: Remove r-rcppeigen; add r-matrixstats and r-rcpparmadillo.
2020-10-31 13:46:44 +01:00
Ricardo Wurmus 4788286556
gnu: r-bookdown: Update to 0.21.
* gnu/packages/cran.scm (r-bookdown): Update to 0.21.
[propagated-inputs]: Add r-yaml.
2020-10-31 13:46:44 +01:00
Ricardo Wurmus 61d420311d
gnu: r-ldheatmap: Update to 1.0-4.
* gnu/packages/cran.scm (r-ldheatmap): Update to 1.0-4.
2020-10-31 13:46:44 +01:00
Ricardo Wurmus 5619d9ddf5
gnu: r-haplo-stats: Update to 1.8.6.
* gnu/packages/cran.scm (r-haplo-stats): Update to 1.8.6.
2020-10-31 13:46:44 +01:00
Ricardo Wurmus 7028e6331d
gnu: r-seqinr: Update to 4.2-4.
* gnu/packages/cran.scm (r-seqinr): Update to 4.2-4.
2020-10-31 13:46:44 +01:00
Ricardo Wurmus cfbbcbd84a
gnu: r-valr: Update to 0.6.2.
* gnu/packages/cran.scm (r-valr): Update to 0.6.2.
2020-10-31 13:46:44 +01:00
Ricardo Wurmus 1beed5b82f
gnu: r-pbdzmq: Update to 0.3-3.1.
* gnu/packages/cran.scm (r-pbdzmq): Update to 0.3-3.1.
2020-10-31 13:46:44 +01:00
Ricardo Wurmus caec927852
gnu: r-globals: Update to 0.13.1.
* gnu/packages/cran.scm (r-globals): Update to 0.13.1.
2020-10-31 13:46:44 +01:00
Ricardo Wurmus 50110d8bb1
gnu: r-fields: Update to 11.6.
* gnu/packages/cran.scm (r-fields): Update to 11.6.
2020-10-31 13:46:43 +01:00
Ricardo Wurmus 7ec575fa39
gnu: r-rnifti: Update to 1.2.3.
* gnu/packages/cran.scm (r-rnifti): Update to 1.2.3.
2020-10-31 13:46:43 +01:00
Ricardo Wurmus f1e8076b99
gnu: r-nlp: Update to 0.2-1.
* gnu/packages/cran.scm (r-nlp): Update to 0.2-1.
2020-10-31 13:46:43 +01:00
Ricardo Wurmus a40c6998e1
gnu: r-feature: Update to 1.2.14.
* gnu/packages/cran.scm (r-feature): Update to 1.2.14.
[propagated-inputs]: Remove r-misc3d and r-rgl.
[native-inputs]: Add r-knitr.
2020-10-31 13:46:43 +01:00
Ricardo Wurmus 8c2febd8d0
gnu: r-lmertest: Update to 3.1-3.
* gnu/packages/cran.scm (r-lmertest): Update to 3.1-3.
2020-10-31 13:46:43 +01:00
Ricardo Wurmus 4adef5cb84
gnu: r-sjplot: Update to 2.8.6.
* gnu/packages/cran.scm (r-sjplot): Update to 2.8.6.
2020-10-31 13:46:43 +01:00
Ricardo Wurmus 430760f345
gnu: r-effectsize: Update to 0.4.0.
* gnu/packages/cran.scm (r-effectsize): Update to 0.4.0.
2020-10-31 13:46:43 +01:00
Ricardo Wurmus d423381e77
gnu: r-performance: Update to 0.5.1.
* gnu/packages/cran.scm (r-performance): Update to 0.5.1.
2020-10-31 13:46:43 +01:00
Ricardo Wurmus 61dfc06583
gnu: r-bayestestr: Update to 0.7.5.
* gnu/packages/cran.scm (r-bayestestr): Update to 0.7.5.
2020-10-31 13:46:42 +01:00
Ricardo Wurmus a3bc425c02
gnu: r-emmeans: Update to 1.5.2-1.
* gnu/packages/cran.scm (r-emmeans): Update to 1.5.2-1.
2020-10-31 13:46:42 +01:00
Ricardo Wurmus da1c6af00d
gnu: r-magick: Update to 2.5.0.
* gnu/packages/cran.scm (r-magick): Update to 2.5.0.
2020-10-31 13:46:42 +01:00
Ricardo Wurmus 7fba2d41f5
gnu: r-furrr: Update to 0.2.1.
* gnu/packages/cran.scm (r-furrr): Update to 0.2.1.
[propagated-inputs]: Add r-ellipsis, r-lifecycle, and r-vctrs.
2020-10-31 13:46:42 +01:00
Ricardo Wurmus cb58ec5143
gnu: r-deriv: Update to 4.1.1.
* gnu/packages/cran.scm (r-deriv): Update to 4.1.1.
2020-10-31 13:46:42 +01:00
Ricardo Wurmus e5eb63fa60
gnu: r-argparse: Update to 2.0.3.
* gnu/packages/cran.scm (r-argparse): Update to 2.0.3.
[native-inputs]: Add r-knitr.
2020-10-31 13:46:42 +01:00
Ricardo Wurmus 10849c6b22
gnu: r-insight: Update to 0.10.0.
* gnu/packages/cran.scm (r-insight): Update to 0.10.0.
2020-10-31 13:46:42 +01:00
Ricardo Wurmus d97f947094
gnu: r-abn: Update to 2.3-0.
* gnu/packages/cran.scm (r-abn): Update to 2.3-0.
[propagated-inputs]: Remove r-boot, r-brglm, r-entropy, r-mass, and r-moments.
2020-10-31 13:46:42 +01:00
Ricardo Wurmus dd01a9afe7
gnu: r-brglm: Update to 0.7.1.
* gnu/packages/cran.scm (r-brglm): Update to 0.7.1.
2020-10-31 13:46:41 +01:00
Ricardo Wurmus 6b53fac81b
gnu: r-rdpack: Update to 2.0.
* gnu/packages/cran.scm (r-rdpack): Update to 2.0.
[propagated-inputs]: Remove r-bibtex; add r-rbibutils.
2020-10-31 13:46:41 +01:00
Ricardo Wurmus 8f19d93b8b
gnu: r-reticulate: Update to 1.18.
* gnu/packages/cran.scm (r-reticulate): Update to 1.18.
2020-10-31 13:46:41 +01:00
Ricardo Wurmus 815c38ca2f
gnu: r-dosnow: Update to 1.0.19.
* gnu/packages/cran.scm (r-dosnow): Update to 1.0.19.
2020-10-31 13:46:41 +01:00
Ricardo Wurmus ba79efee02
gnu: r-openxlsx: Update to 4.2.3.
* gnu/packages/cran.scm (r-openxlsx): Update to 4.2.3.
2020-10-31 13:46:41 +01:00
Ricardo Wurmus 99516f5d31
gnu: r-sna: Update to 2.6.
* gnu/packages/cran.scm (r-sna): Update to 2.6.
2020-10-31 13:46:41 +01:00
Ricardo Wurmus 5da628f4bf
gnu: r-network: Update to 1.16.1.
* gnu/packages/cran.scm (r-network): Update to 1.16.1.
2020-10-31 13:46:41 +01:00
Ricardo Wurmus 259338a2ec
gnu: r-xfun: Update to 0.19.
* gnu/packages/cran.scm (r-xfun): Update to 0.19.
2020-10-31 13:46:41 +01:00
Ricardo Wurmus e73b3cd40c
gnu: r-cli: Update to 2.1.0.
* gnu/packages/cran.scm (r-cli): Update to 2.1.0.
2020-10-31 13:46:40 +01:00
Ricardo Wurmus d11a0e116f
gnu: r-stringdist: Update to 0.9.6.3.
* gnu/packages/cran.scm (r-stringdist): Update to 0.9.6.3.
2020-10-31 13:46:40 +01:00
Ricardo Wurmus 8737c530c8
gnu: r-recipes: Update to 0.1.14.
* gnu/packages/cran.scm (r-recipes): Update to 0.1.14.
2020-10-31 13:46:40 +01:00
Ricardo Wurmus 4eda10c681
gnu: r-broom: Update to 0.7.2.
* gnu/packages/cran.scm (r-broom): Update to 0.7.2.
2020-10-31 13:46:40 +01:00
Ricardo Wurmus 5cb0f751eb
gnu: r-squarem: Update to 2020.5.
* gnu/packages/cran.scm (r-squarem): Update to 2020.5.
2020-10-31 13:46:40 +01:00
Ricardo Wurmus 0fb3b3a73e
gnu: r-sp: Update to 1.4-4.
* gnu/packages/cran.scm (r-sp): Update to 1.4-4.
2020-10-31 13:46:40 +01:00
Ricardo Wurmus 23fe348a4f
gnu: r-ff: Update to 4.0.4.
* gnu/packages/cran.scm (r-ff): Update to 4.0.4.
2020-10-31 13:46:39 +01:00
Ricardo Wurmus bfa71b5bbf
gnu: r-getoptlong: Update to 1.0.4.
* gnu/packages/cran.scm (r-getoptlong): Update to 1.0.4.
2020-10-31 13:46:39 +01:00
Ricardo Wurmus a4b4cf773d
gnu: r-ps: Update to 1.4.0.
* gnu/packages/cran.scm (r-ps): Update to 1.4.0.
2020-10-31 13:46:39 +01:00
Ricardo Wurmus 5fea26d272
gnu: r-partykit: Update to 1.2-10.
* gnu/packages/cran.scm (r-partykit): Update to 1.2-10.
2020-10-31 13:46:39 +01:00
Ricardo Wurmus 4d57f9dc02
gnu: r-servr: Update to 0.20.
* gnu/packages/cran.scm (r-servr): Update to 0.20.
2020-10-31 13:46:39 +01:00
Ricardo Wurmus e15ff84563
gnu: r-callr: Update to 3.5.1.
* gnu/packages/cran.scm (r-callr): Update to 3.5.1.
2020-10-31 13:46:39 +01:00
Ricardo Wurmus c954c69007
gnu: r-ecp: Update to 3.1.3.
* gnu/packages/cran.scm (r-ecp): Update to 3.1.3.
2020-10-31 13:46:39 +01:00
Ricardo Wurmus cd9579905f
gnu: r-clipr: Update to 0.7.1.
* gnu/packages/cran.scm (r-clipr): Update to 0.7.1.
[native-inputs]: Add r-knitr.
2020-10-31 13:46:38 +01:00
Ricardo Wurmus a49769c632
gnu: r-v8: Update to 3.3.1.
* gnu/packages/cran.scm (r-v8): Update to 3.3.1.
2020-10-31 13:46:38 +01:00
Ricardo Wurmus d249a5763d
gnu: Add r-rbibutils.
* gnu/packages/cran.scm (r-rbibutils): New variable.
2020-10-31 13:46:38 +01:00
Vagrant Cascadian cf8b2f0f11
gnu: python-pyux: Fix grammar.
* gnu/packages/python-check (python-pyux)[description]: Remove gratuitous use
  of "allows to".
2020-10-30 17:20:15 -07:00
Vagrant Cascadian 81fe586371
gnu: python-pure-protobuf: Fix grammar.
* gnu/packages/protobuf (python-pure-protobuf)[description]: Remove gratuitous
  use of "allows to".
2020-10-30 17:20:13 -07:00
Vagrant Cascadian a168470dd8
gnu: go-github-com-olekukonko-tablewriter: Fix grammar.
* gnu/packages/golang (go-github-com-olekukonko-tablewriter)[description]:
  Remove gratuitous use of "allows to" and fix pluralization.
2020-10-30 17:20:11 -07:00
Vagrant Cascadian 4a226e547f
gnu: emacs-org-generate: Fix grammar.
* gnu/packages/emacs-xyz (emacs-org-generate)[description]: Remove gratiutous
  use of "allows to".
2020-10-30 17:20:09 -07:00
Vagrant Cascadian b808f74af4
gnu: python-django-url-filter: Fix grammar.
* gnu/packages/django (python-django-url-filter)[description]: Remove
  gratiutous use of "allows to".
2020-10-30 17:20:06 -07:00
Vagrant Cascadian f7920c6315
gnu: r-vim: Fix grammar.
* gnu/packages/cran (r-vim)[description]: Remove gratuitous use of "allows
  to".
2020-10-30 17:20:04 -07:00
Vagrant Cascadian f4425fc0fb
gnu: r-adamethods: Fix grammar.
* gnu/packages/cran (r-adamethods)[description]: Remove gratuitous use of
  "allow to".
2020-10-30 17:20:00 -07:00
Vagrant Cascadian ed8c12fb1c
gnu: resample: Fix grammar.
* gnu/packages/audio (resample)[description]: Fix gramar of "allows
  designing".
2020-10-30 17:19:57 -07:00
Julien Lepiller d343c12b4d
gnu: po4a: Update to 0.61.
* gnu/packages/gettext.scm (po4a): Update to 0.61.
2020-10-30 22:47:18 +01:00
Miguel Ángel Arruga Vivas 222a630e9e
system: Fix dependency for grub.cfg generation.
* gnu/bootloader/grub.scm (eye-candy)[font-file]: Use the bootloader
package provided with the configuration.
2020-10-30 22:34:03 +01:00
Miguel Ángel Arruga Vivas c69a1c27ee
system: Fix grub keymap with store in btrfs subvolume.
* gnu/bootloader/grub.scm (grub-configuration-file)
[keyboard-layout-config]: Use normalize-file.
2020-10-30 22:33:58 +01:00
Ricardo Wurmus a07717cc8b
gnu: Add r-perfmeas.
* gnu/packages/bioconductor.scm (r-perfmeas): New variable.
2020-10-30 21:49:33 +01:00
Tanguy Le Carrour 96767739a1
gnu: Add python-pydub.
* gnu/packages/python-xyz.scm (python-pydub): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-10-30 16:37:58 -04:00
Julien Lepiller 94c38d54c9
gnu: java-fasterxml-jackson-core: Add synopsis and description.
* gnu/packages/java.scm (java-fasterxml-jackson-core): Add synopsis and
description.
2020-10-30 20:19:46 +01:00
Leo Famulari 1bfa5919c8
gnu: linux-libre 4.4: Update to 4.4.241.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.241.
(linux-libre-4.4-pristine-source): Update hash.
2020-10-30 15:17:52 -04:00
Leo Famulari 437b89f13a
gnu: linux-libre 4.9: Update to 4.9.241.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.241.
(linux-libre-4.9-pristine-source): Update hash.
2020-10-30 15:17:52 -04:00
Leo Famulari 90fbbe92d2
gnu: linux-libre 4.14: Update to 4.14.203.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.203.
(linux-libre-4.14-pristine-source): Update hash.
2020-10-30 15:17:52 -04:00
Leo Famulari eac36b3c1d
gnu: linux-libre 4.19: Update to 4.19.154.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.154.
(linux-libre-4.19-pristine-source): Update hash.
2020-10-30 15:17:51 -04:00
Leo Famulari 9bd05a8504
gnu: linux-libre 5.4: Update to 5.4.73.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.73.
(linux-libre-5.4-pristine-source): Update hash.
2020-10-30 15:17:51 -04:00
Leo Famulari 5d34acb756
gnu: linux-libre: Update to 5.9.2.
* gnu/packages/linux.scm (linux-libre-5.9-version): Update to 5.9.2.
(deblob-scripts-5.9, linux-libre-5.9-pristine-source): Update hashes.
* gnu/packages/aux-files/linux-libre/5.9-arm.conf,
gnu/packages/aux-files/linux-libre/5.9-arm64.conf,
gnu/packages/aux-files/linux-libre/5.9-i686.conf,
gnu/packages/aux-files/linux-libre/5.9-x86_64.conf: Update kernel configurations
for 5.9.2.
2020-10-30 15:17:48 -04:00
Julien Lepiller de5659d7d6
gnu: dune-configurator: Add synopsis and description.
* gnu/packages/ocaml.scm (dune-configurator): Add synopsis and
description.
2020-10-30 20:13:50 +01:00
Brett Gilio b995cc8b9a
gnu: ccls: Update to 0.20201025.
* gnu/packages/cpp.scm (ccls): Update to 0.20201025.
2020-10-30 12:40:43 -05:00
Eric Bavier a73896425e
guix: pack: Fix offset calculation for store directory mount point.
Fixes wrapping of non-package things, where the target store directory may
differ in length from the original.

* guix/scripts/pack.scm (wrapped-package)<build-wrapper>: Define
WRAPPER_PROGRAM macro with wrapper's file name.
* gnu/packages/aux-files/run-in-namespace.c (main): Offset index by len of
that file name.
2020-10-30 10:00:29 -05:00
Julien Lepiller eee35fe3b7
gnu: Add lcdf-typetools.
* gnu/packages/fontutils.scm (lcdf-typetools): New variable.
2020-10-30 15:49:24 +01:00
Ludovic Courtès 2b2ab7796a
services: guix-publish: Add 'cache-bypass-threshold' field.
This is a followup to ecaa102a58.

* gnu/services/base.scm (<guix-publish-configuration>)[cache-bypass-threshold]:
New field.
(guix-publish-shepherd-service): Honor it.
2020-10-30 12:31:18 +01:00
Ludovic Courtès d128a836e4
gnu: guix: Update to 1c6d985.
* gnu/packages/package-management.scm (guix): Update to 1c6d985.
2020-10-30 12:08:12 +01:00
Tobias Geerinckx-Rice 697d2e037b
gnu: php: Update to 7.4.12 [security fixes].
* gnu/packages/php.scm (php): Update to 7.4.12.
[arguments]: Disable two more failing tests.
2020-10-30 09:51:38 +01:00
Christopher Baines f00ccdcb9b
gnu: cloud-utils: Update to 0.32.
* gnu/packages/admin.scm (cloud-utils): Update to 0.32.
2020-10-30 08:45:14 +00:00
Ludovic Courtès 1c6d985331
installer: Use UUIDs in the 'swap-devices' field.
Note: This change requires an updated 'guix' package that contains
Linux-swap support in (gnu build file-systems).

* gnu/installer/parted.scm (user-partitions->configuration): Use UUIDs
in the 'swap-devices' field.
* gnu/installer/newt/final.scm (run-final-page)[wait-for-clients]: New
procedure.   Use it.
* gnu/installer/tests.scm (choose-partitioning): Wait for
'starting-final-step' message and move configuration file dialog
handling to...
(conclude-installation): ... here.  Send over PORT the reply
corresponding to 'starting-final-step'.
* gnu/tests/install.scm (gui-test-program): When ENCRYPTED? is false,
invoke 'swaplabel' in the marionette.
(installation-target-os-for-gui-tests): When ENCRYPTED? is false, except
a fixed UUID.
2020-10-30 01:14:21 +01:00
Ludovic Courtès 81c3dd9cad
services: swap: Allow for UUIDs and file system labels.
* gnu/services/base.scm (swap-service-type)[device-lookup, device-name]:
New variables.
Add 'modules' field to 'shepherd-service'.  In 'start' and 'stop', use
'device-lookup' to resolve UUIDs and labels.
* doc/guix.texi (operating-system Reference): Adjust accordingly.
2020-10-30 01:14:21 +01:00
Ludovic Courtès 11e19555e5
file-systems: Allow swap space lookup by UUID/label.
* gnu/build/file-systems.scm (%linux-swap-magic, %page-size): New
variables.
(linux-swap-superblock?, read-linux-swap-superblock)
(linux-swap-superblock-uuid, linux-swap-superblock-volume-name): New
procedures.
(%partition-label-readers, %partition-uuid-readers): Add them.
2020-10-30 01:14:20 +01:00
zimoun 6f1c9c3411
gnu: r-calculus: Fix typo in home-page.
* gnu/packages/cran.scm (r-calculus)[home-page]: Fix typo.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-10-30 01:14:20 +01:00
Oleg Pykhalov 16b7118131
gnu: tome4: Update to 1.7.0.
* gnu/packages/games.scm (tome4): Update to 1.7.0.
2020-10-30 02:38:44 +03:00
Nicolas Goaziou 2eda0ed1f8
gnu: emacs-tramp: Update to 2.4.4.3.
* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.4.4.3.
2020-10-29 22:51:14 +01:00
Tobias Geerinckx-Rice bc34183e9a
gnu: dropbear: Update to 2020.81.
* gnu/packages/ssh.scm (dropbear): Update to 2020.81.
2020-10-29 17:37:41 +01:00
Roel Janssen bcbd536e3f
gnu: Update samtools to 1.11.
* gnu/packages/bioinformatics.scm (samtools): Update to 1.11.
2020-10-29 16:55:07 +01:00
Roel Janssen 04a49b4143
gnu: Update bcftools to 1.11.
* gnu/packages/bioinformatics.scm (bcftools): Update to 1.11.
2020-10-29 16:55:03 +01:00
Roel Janssen f40add4dbb
gnu: Update htslib to 1.11.
* gnu/packages/bioinformatics.scm (htslib): Update to 1.11.
2020-10-29 16:54:55 +01:00
Danny Milosavljevic 5796a6abb1
gnu: raspi-arm64-chainloader: Remove unnecessary internal copy-file call.
* gnu/packages/raspberry-pi.scm (raspi-arm64-chainloader)[arguments]<#:phases>[chdir]: Remove unnecessary copy-file call.
2020-10-29 16:28:14 +01:00
Danny Milosavljevic a1721d4342
gnu: raspi-arm64-chainloader: End phase in #t.
* gnu/packages/raspberry-pi.scm (raspi-arm64-chainloader)[arguments]<#:phases>[install]: End phase in #t.
2020-10-29 15:28:52 +01:00
Danny Milosavljevic b522686ee4
gnu: raspi-arm-chainloader: Install arm_chainloader.bin.
* gnu/packages/raspberry-pi.scm (raspi-arm-chainloader)[arguments]<#:phases>[setenv]: Add objcopy.
[install]: Install arm_chainloader.bin.
2020-10-29 15:27:22 +01:00
Danny Milosavljevic 7abe768ec1
gnu: raspi-arm64-chainloader: Install arm64.bin.
* gnu/packages/raspberry-pi.scm (raspi-arm64-chainloader)[arguments]<#:phases>[setenv]: Add objcopy.
[install]: Install arm64.bin.
2020-10-29 15:25:40 +01:00
Danny Milosavljevic 2ea99f4e84
gnu: Add raspi-arm64-chainloader.
* gnu/packages/raspberry-pi.scm (raspi-arm64-chainloader): New variable.
2020-10-29 15:24:15 +01:00
Leo Famulari bda1359b8e
gnu: python-simpleaudio: Alsa-lib is not a native-input.
* gnu/packages/python-xyz.scm (python-simpleaudio.)[native-inputs]: Replace
field and ...
[inputs]: ... Add new field.
2020-10-29 10:11:49 -04:00
Danny Milosavljevic 53aa680e2b
gnu: raspi-arm-chainloader: Fix build.
* gnu/packages/raspberry-pi.scm (raspi-arm-chainloader)[arguments]<#:phases>[build-tlsf]: Modify.
[build-common]: Modify.
2020-10-29 14:46:16 +01:00
Sébastien Lerique c8ac02b20c
gnu: kuserfeedback: Fix typo.
* gnu/packages/kde.scm (kuserfeedback)[description]: Fix spelling of
the "itemize" keyword.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2020-10-29 13:56:38 +01:00
Danny Milosavljevic 6084dd93f2
gnu: Add raspi-arm-chainloader.
* gnu/packages/raspberry-pi.scm (%rpi-open-firmware-version): New variable.
(%rpi-open-firmware-origin): New variable.
(raspi-arm-chainloader): New variable.
2020-10-29 12:42:35 +01:00
Danny Milosavljevic 22c487677a
gnu: Add raspi-gpio.
* gnu/packages/raspberry-pi.scm (raspi-gpio): New variable.
2020-10-29 12:39:57 +01:00
Danny Milosavljevic c298c8896c
gnu: Add bcm2835.
* gnu/packages/raspberry-pi.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2020-10-29 12:39:57 +01:00
Nicolas Goaziou 01bcd34658
gnu: Add copyright line. 2020-10-29 10:24:01 +01:00
Adam c791bef41e
gnu: Add emacs-powershell.
* gnu/packages/emacs-xyz.scm (emacs-powershell): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-10-29 10:15:51 +01:00
Michael Rohleder 4a5ea2f06e
gnu: emacs-rg: Update to 2.0.2.
* gnu/packages/emacs-xyz.scm (emacs-rg): Update to 2.0.2.
[propagated-inputs]: Add emacs-transient.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-10-29 10:05:02 +01:00
Ryan Prior 763e613388
gnu: ruby: Update to 2.7.2.
Fixes CVE-2020-25613.

* gnu/packages/ruby.scm (ruby): Update to 2.7.2.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-10-29 09:59:12 +02:00
Vagrant Cascadian 7db4dc6004
gnu: ganeti-luxid-service-type: Fix typo.
* gnu/services/ganeti (ganeti-luxid-service-type)[description]: Fix spelling
  of "authoritative".
2020-10-28 21:10:54 -07:00
Vagrant Cascadian 19c2c9f0bf
gnu: python-mujson: Fix typo.
* gnu/packages/python-xyz (python-mujson)[description]: Fix use of "This
  package".
2020-10-28 21:10:49 -07:00
Vagrant Cascadian 2d2b3b24c8
gnu: python-scour: Fix typo.
* gnu/packages/python-xyz (python-scour)[description]: Fix spelling of
  "aggressive".
2020-10-28 21:10:43 -07:00
Vagrant Cascadian a4920a22ef
gnu: altermime: Fix typo.
* gnu/packages/mail (altermime)[description]: Fix spelling of "arbitrary".
2020-10-28 21:10:39 -07:00
Vagrant Cascadian 9a5b8a9abe
gnu: emacs-highlight-numbers: Fix typo.
* gnu/packages/emacs-xyz (emacs-highlight-numbers)[description]: Fix spelling
  of "constitutes".
2020-10-28 21:10:33 -07:00
Vagrant Cascadian 403809afce
gnu: python-django-sekizai: Fix typo.
* gnu/packages/django (python-django-sekizai)[description]: Use "that is"
  instead of "thats".
2020-10-28 21:10:26 -07:00
Vagrant Cascadian baf78ed66a
gnu: rust-webpki-0.21: Fix typo.
* gnu/packages/crates-io (rust-webpki-0.21)[description]: Fix spelling of
  "package".
2020-10-28 21:10:19 -07:00
Vagrant Cascadian 5cf9ad8902
gnu: rust-zstd-safe-2: Fix typo.
* gnu/packages/crates-io (rust-zstd-safe-2)[description]: Fix typo of "safe".
2020-10-28 21:10:10 -07:00
Vagrant Cascadian 330f5d669a
gnu: python-django-auth-ldap: Fix typo.
* gnu/packages/django (python-django-auth-ldap)[description]: Fix typo "This
  package".
2020-10-28 21:10:04 -07:00
Oleg Pykhalov 3791d1580a
gnu: emacs-ivy-posframe: Fix hash.
This commit follows 622e700bdd.

* gnu/packages/emacs-xyz.scm (emacs-ivy-posframe): Fix hash.
2020-10-29 03:41:05 +03:00
Oleg Pykhalov b718343ffc
gnu: zabbix-agentd, zabbix-server: Update to 5.2.0.
* gnu/packages/monitoring.scm (zabbix-agentd): Update to 5.2.0.
2020-10-29 02:00:02 +03:00
Michael Rohleder 3185884fa2
gnu: emacs-rust-mode: Update to 0.5.0.
* gnu/packages/emacs-xyz.scm (emacs-rust-mode): Update to 0.5.0.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-10-28 22:40:44 +01:00
Michael Rohleder 71dcc8ea03
gnu: emacs-nix-mode: Update to 1.4.5.
* gnu/packages/emacs-xyz.scm (emacs-nix-mode): Update to 1.4.5.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-10-28 22:40:32 +01:00
Michael Rohleder c75a2ebef5
gnu: emacs-dockerfile-mode: Update to 1.3.
* gnu/packages/emacs-xyz.scm (emacs-dockerfile-mode): Update to 1.3.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-10-28 22:40:17 +01:00
Michael Rohleder d7afedf166
gnu: emacs-pfuture: Update to 1.9.
* gnu/packages/emacs-xyz.scm (emacs-pfuture): Update to 1.9.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-10-28 22:40:02 +01:00
Michael Rohleder 164d63f3b5
gnu: emacs-evil-matchit: Update to 2.3.9.
* gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Update to 2.3.9.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-10-28 22:39:48 +01:00
Michael Rohleder b95c42273b
gnu: emacs-disable-mouse: Update to 0.3.
* gnu/packages/emacs-xyz.scm (emacs-disable-mouse): Update to 0.3.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-10-28 22:39:36 +01:00
Michael Rohleder 7417036f0d
gnu: emacs-evil-surround: Update to 1.1.1.
* gnu/packages/emacs-xyz.scm (emacs-evil-surround): Update to 1.1.1.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-10-28 22:39:22 +01:00
Michael Rohleder 945401e029
gnu: emacs-posframe: Update to 0.8.2.
* gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 0.8.2.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-10-28 22:39:04 +01:00
Michael Rohleder 546462353e
gnu: emacs-company-posframe: Update to 0.1.0-2.4bfb8bc.
* gnu/packages/emacs-xyz.scm (emacs-company-posframe): Update to 0.1.0-2.4bfb8bc.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-10-28 22:38:40 +01:00
Michael Rohleder 622e700bdd
gnu: emacs-ivy-posframe: Update to 0.5.2.
* gnu/packages/emacs-xyz.scm (emacs-ivy-posframe): Update to 0.5.2.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-10-28 22:38:24 +01:00
Michael Rohleder f21ef94560
gnu: emacs-emms: Update to 6.0.
* gnu/packages/emacs-xyz.scm (emacs-emms): Update to 6.0.
[arguments]: Add substitution for exiftool.
[inputs]: Add perl-image-exiftool.
2020-10-28 22:36:49 +01:00
Tobias Geerinckx-Rice 09bbf0b4f1
gnu: youtube-dl: Circumvent RIAA censorship.
* gnu/packages/video.scm (youtube-dl)[source]: Update URL.
2020-10-28 19:38:06 +01:00
Christopher Baines f6839fed5f
gnu: Add pwclient.
* gnu/packages/patchutils.scm (pwclient): New variable.
2020-10-28 16:53:01 +00:00
Tanguy Le Carrour 36c74e27a8
gnu: Add python-simpleaudio.
* gnu/packages/python-xyz.scm (python-simpleaudio): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-10-28 12:32:09 -04:00
Leo Prikler d22d129da9
gnu: Add guile-filesystem.
* gnu/packages/guile-xyz.scm (guile-filesystem): New variable.
(guile2.0-filesystem guile2.2-filesystem): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-10-28 16:24:48 +01:00
Joseph LaFreniere 9c2d4fbcdd
gnu: emacs-mixed-pitch: Update to 1.1.0.
* gnu/packages/emacs-xyz.scm (emacs-mixed-pitch): Update to 1.1.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-10-28 16:24:48 +01:00
Ludovic Courtès 6d1fd37182
installer: Log partition formatting.
* gnu/installer/newt/partition.scm (run-partitioning-page): Add 'syslog' call.
2020-10-28 16:24:47 +01:00
Nicolas Goaziou 044dcdb5b0
gnu: Add emacs-company-box.
* gnu/packages/emacs-xyz.scm (emacs-company-box): New variable.
2020-10-28 11:42:15 +01:00
Nicolas Goaziou fbf024c5b0
gnu: Add emacs-frame-local.
* gnu/packages/emacs-xyz.scm (emacs-frame-local): New variable.
2020-10-28 11:26:55 +01:00
Efraim Flashner 0dc301838f
gnu: gama: Remove bundled library.
* gnu/packages/gps.scm (gama)[source]: Add snippet to remove bundled
expat-1.1 library.
2020-10-28 08:58:06 +02:00
Efraim Flashner 0b96047e58
gnu: gama: Update to 2.11.
* gnu/packages/gps.scm (gama): Update to 2.11.
2020-10-28 08:56:50 +02:00
Brett Gilio c15509682f
gnu: emacs-org-webring: Update to 1.9.8-rc4.
* gnu/packages/emacs-xyz.scm (emacs-org-webring): Update to 1.9.8-rc4.
2020-10-27 18:29:05 -05:00
Simon South 5ede259526
services: knot-resolver: Replace deprecated command-line option.
This silences a warning from the service at startup.

* gnu/services/dns.scm (knot-resolver-shepherd-services)[start]: Use the "-n"
command-line option to kresd in place of the deprecated "-f 1".

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-10-27 18:42:39 -04:00
Leo Famulari 6bfbdc949c
gnu: khal: Skip the test suite.
* gnu/packages/calendar.scm (khal)[arguments]: Disable the test suite. Remove
the custom 'check' phase.
[native-inputs]: Remove python-pytest, python-pytest-cov, python-freezegun,
tzdata-for-tests, and vdirsyncer.
2020-10-27 18:18:17 -04:00
Michael Rohleder 4c3196c752
gnu: xfce4-notifyd: Update to 0.6.2.
* gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.6.2.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-10-27 18:18:17 -04:00
Michael Rohleder 1424024af1
gnu: mkvtoolnix: Update to 51.0.0.
* gnu/packages/video.scm (mkvtoolnix): Update to 51.0.0.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-10-27 18:18:17 -04:00
Nicolas Goaziou 0c4aa3beac
gnu: emacs-reformatter: Update to 0.6.
* gnu/packages/emacs-xyz.scm (emacs-reformatter): Update to 0.6.
2020-10-27 22:54:42 +01:00
Nicolas Goaziou 697964ef65
gnu: emacs-minions: Update to 0.3.4.
* gnu/packages/emacs-xyz.scm (emacs-minions): Update to 0.3.4.
2020-10-27 22:52:02 +01:00
Nicolas Goaziou 5bf1741106
gnu: emacs-ctrlf: Update to 1.2.
* gnu/packages/emacs-xyz.scm (emacs-ctrlf): Update to 1.2.
2020-10-27 22:48:49 +01:00
Nicolas Goaziou 91bcb744ff
gnu: emacs-selectrum: Update to 3.0.
* gnu/packages/emacs-xyz.scm (emacs-selectrum): Update to 3.0.
2020-10-27 22:46:11 +01:00
Nicolas Goaziou d199ba621a
gnu: geany: Update to 1.37.
* gnu/packages/text-editors.scm (geany): Update to 1.37.
2020-10-27 22:43:53 +01:00
Nicolas Goaziou b326127a16
gnu: keepassxc: Update to 2.6.2.
* gnu/packages/password-utils.scm (keepassxc): Update to 2.6.2.
2020-10-27 22:38:41 +01:00
Michael Rohleder eccb8a9932
gnu: emacs-with-editor: Add info page.
* gnu/packages/emacs-xyz.scm (emacs-with-editor): Add info page.
[arguments]: Add phase make-info.
[native-inputs]: Add texinfo.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-10-27 22:14:07 +01:00
Oleg Pykhalov 1e76f0b0df
Revert "gnu: go-etcd-io-bbolt: Update to 1.3.5-1.f6be823."
This reverts commit 4476137ab4 which doesn't
really fix test.  Test failures because of timed out after 10 minutes.
2020-10-28 00:01:39 +03:00
Pierre Neidhardt 616ca726d3
gnu: augustus: Update to 1.4.1a.
* gnu/packages/games.scm (augustus): Update to 1.4.1a.
2020-10-27 21:28:46 +01:00
Pierre Neidhardt 6d31f7dec4
gnu: julius: Update to 1.5.0.
* gnu/packages/games.scm (julius): Update to 1.5.0.
2020-10-27 21:28:45 +01:00
Oleg Pykhalov 4476137ab4
gnu: go-etcd-io-bbolt: Update to 1.3.5-1.f6be823.
This commit updates go-etcd-io-bbolt to fix test failure.

* gnu/packages/golang.scm (go-etcd-io-bbolt): Update to 1.3.5-1.f6be823.
2020-10-27 22:55:32 +03:00
Hartmut Goebel 0f4c320c2c
gnu: kscreenlocker: Use qt-build-system.
* gnu/packages/kde-plasma.scm (kscreeenlocker)[buoild-system]: Change to
  qt-build-system. [arguments]{phases}<check> Remove unsued code; Actually
  disable running the tests.
2020-10-27 20:14:05 +01:00
Hartmut Goebel 00fad32a2c
gnu: Add kuserfeedback.
* gnu/packages/kde.scm (kuserfeedback): New variable.
2020-10-27 20:14:05 +01:00
Hartmut Goebel b4941e30e3
gnu: kpackage: Fix build errors in dependent packages.
Fix build errors in dependent packages if PREFIX is different from ECM's
PREFIX - which is the case in Guix.  See <https://bugs.kde.org/424483> for
details.

* gnu/packages/patches/plasma-framework-fix-KF5PackageMacros.cmake.patch: New
  file.
* gnu/local.mk (dist_patch_DATA) Add it.
* packages/kde-frameworks.scm (package)[source]: Use this patch.
2020-10-27 20:14:05 +01:00
Hartmut Goebel e3908ec5fb
gnu: plasma-framework: Fix build errors in dependent packages.
Fix build errors in dependent packages if PREFIX is different from ECM's
PREFIX - which is the case in Guix.  See <https://bugs.kde.org/424483> for
details.

* gnu/packages/patches/plasma-framework-fix-KF5PlasmaMacros.cmake.patch: New
  file.
* gnu/local.mk (dist_patch_DATA) Add it.
* packages/kde-frameworks.scm (plasma-framework)[source]: Use this patch.
2020-10-27 20:14:05 +01:00
Hartmut Goebel fc6bced6c5
gnu: KDE Plasma: Update to 5.19.5.
* gnu/packages/kde-plasma.scm (kdecoration, kscreenlocker,
  libkscreen, libksysguard): Update to 5.19.5.
2020-10-27 20:14:05 +01:00
Ryan Prior ba17af84c8
gnu: Add go-github-com-bep-golibsass.
* gnu/packages/golang.scm: (go-github-com-bep-golibsass): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-10-27 18:00:29 +01:00
Ryan Prior 719b9541ae
gnu: Add go-github-com-frankban-quicktest.
* gnu/packages/golang.scm (go-github-com-frankban-quicktest): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-10-27 18:00:29 +01:00
Ryan Prior 00c0bfd4f7
gnu: go-github-com-google-go-cmp-cmp: Update to 0.5.2.
* gnu/packages/golang.scm: (go-github-com-google-go-cmp-cmp): Update to 0.5.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-10-27 18:00:28 +01:00
Ryan Prior 560eec4010
gnu: Add go-golang-org-x-xerrors.
* gnu/packages/golang.scm (go-golang-org-x-xerrors): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-10-27 18:00:28 +01:00
Fulbert 9b390921b4
gnu: alacritty: Add search path for 'TERMINFO_DIRS'.
* gnu/packages/terminals.scm (alacritty)[native-search-paths]: New field.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2020-10-27 18:00:28 +01:00
Alexandru-Sergiu Marton 2ade5bdeb8
services: Add gmnisrv web service.
* gnu/services/web.scm (<gmnisrv-configuration>): New record type.
(%default-gmnisrv-config-file): New variable.
(%gmnisrv-accounts, %gmnisrv-activation): New variables.
(gmnisrv-shepherd-service): New procedure.
(gmnisrv-service-type): New variable.
* doc/guix.texi (Web Services): Document it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-10-27 18:00:28 +01:00
Alexandru-Sergiu Marton 1a7bfbb67d
gnu: Add gmnisrv.
* gnu/packages/web.scm (gmnisrv): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-10-27 18:00:28 +01:00
Ludovic Courtès e86c2f058a
services: hpcguix-web: Set 'XDG_CACHE_HOME' to a writable directory.
* gnu/services/web.scm (hpcguix-web-shepherd-service): Change
XDG_CACHE_HOME to /var/cache/guix/web.  Previously, the authentication
code would try to write to /var/cache/guix/authentication, which would
fail.
2020-10-27 18:00:28 +01:00
Mathieu Othacehe f0c609323e
gnu: nvi: Add missing includes.
This is a follow-up of a01f329244.

* gnu/packages/nvi.scm (nvi): Add missing includes.
2020-10-27 13:15:45 +01:00
Mathieu Othacehe a01f329244
gnu: nvi: Fix cross-compilation.
* gnu/packages/nvi.scm (nvi)[arguments]: Add "vi_cv_sprintf_count=yes" to
configure flags when cross-compiling. Also add 'fix-configure phase.
[native-inputs]: Add "automake" that is required by the new phase.
2020-10-27 13:11:15 +01:00
Mathieu Othacehe 559c134b0e
gnu: acl: Fix cross-compilation.
This is a follow-up of 6693eac6eb.

* gnu/packages/acl.scm (acl): Disable tests when cross-compiling.
2020-10-27 12:02:31 +01:00
Jonathan Brielmaier e039202230
gnu: icedove: Update to 78.4.0.
* gnu/packages/gnuzilla.scm (icedove): Update to 78.4.0.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-10-27 09:55:22 +00:00
André Batista ba60bbd437
gnu: rust-serde-1: Update to 1.0.117.
* gnu/packages/crates-io.scm (rust-serde-1,
rust-serde-derive-1): Update to 1.0.117.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-10-27 10:17:18 +02:00
André Batista 4b7832b73c
gnu: rust-stable-deref-trait-1: Update to 1.2.0.
* gnu/packages/crates-io.scm (rust-stable-deref-trait-1): Update to 1.2.0.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-10-27 09:59:42 +02:00
André Batista 7304511cb8
gnu: rust-proc-macro2-1: Update to 1.0.24.
* gnu/packages/crates-io.scm (rust-proc-macro2-1): Update to 1.0.24.
[arguments]: Only run the 'lib' tests.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-10-27 09:55:59 +02:00
André Batista c752657be0
gnu: rust-libc-0.2: Update to 0.2.79.
* gnu/packages/crates-io.scm (rust-libc-0.2): Update to 0.2.79.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-10-27 09:51:35 +02:00
André Batista e589b61eb8
gnu: rust-term-size-0.3: Update to 0.3.2.
* gnu/packages/crates-io.scm (rust-term-size-0.3): Update to 0.3.2.
[arguments]: Don't skip build. Remove rust-clippy-0.0,
rust-kernel32-sys-0.2 from cargo-inputs. Replace rust-winapi-0.2 with 0.3.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-10-27 09:49:12 +02:00
Mark H Weaver 6a0fec5709
gnu: webkitgtk: Update to 2.30.2.
* gnu/packages/webkit.scm (webkitgtk): Update to 2.30.2.
2020-10-26 23:53:39 -04:00
Ludovic Courtès f161bd2cd7
gnu: Remove unused patch.
This patch was unused since commit
e4070d404d.

* gnu/packages/patches/ocaml-bisect-fix-camlp4-in-another-directory.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Remove it.
2020-10-26 22:56:30 +01:00
Ludovic Courtès ab96f929c6
gnu: python-robotframework: Shorten patch file name.
* gnu/packages/patches/python-robotframework-honor-source-date-epoch.patch:
Rename to...
* gnu/packages/patches/python-robotframework-source-date-epoch.patch:
... this.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/python-xyz.scm (python-robotframework)[source]: Likewise.
2020-10-26 22:56:29 +01:00
Ludovic Courtès bdab33a170
gnu: audiofile: Add 'lint-hidden-cve' property.
* gnu/packages/audio.scm (audiofile)[properties]: New field.
2020-10-26 22:56:29 +01:00
Malte Frank Gerdes d1ecb3bded
gnu: benchmark: Update to 1.5.2
* gnu/packages/benchmark.scm (benchmark): Update to 1.5.2
[native-inputs]: Add googletest-source.
[arguments]: Add phase 'unpack-googletest.
* gnu/packages/patches/benchmark-unbundle-googletst.patch: Delete file.
* gnu/packages/local.mk: Remove benchmark-unbundle-googletest.patch.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-10-26 22:56:29 +01:00
Zhu Zihao 0be00efff5
gnu: Use prefix "license:" to import (guix licenses)
* gnu/packages/bash.scm
(bash, bash-completion, bash-tap, bats, bash-ctypes)[license]:

Rename with prefix "license:".

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-10-26 22:56:29 +01:00
Zhu Zihao aa73b41acb
gnu: Add bash-ctypes.
* gnu/packages/bash.scm (bash-ctypes): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-10-26 22:56:29 +01:00
Ludovic Courtès bb638391d0
gnu: mtools: Update to 4.0.25.
* gnu/packages/mtools.scm (mtools): Update to 4.0.25.
2020-10-26 22:56:29 +01:00
Ludovic Courtès e33c4286eb
gnu: gdb: Add version 10.1.
* gnu/packages/gdb.scm (gdb-9.2): Rename to...
(gdb-10): ... this, and upgrade to 10.1.
[inputs]: New field.
(gdb-minimal): Adjust accordingly.
* gnu/packages/patches/gdb-hurd.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Remove it.
2020-10-26 22:56:28 +01:00
divoplade a8c1eabaf1
gnu: Add guile-mkdir-p.
* gnu/packages/guile-xyz.scm (guile-mkdir-p): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2020-10-26 22:56:28 +01:00
Jonathan Brielmaier 542dc0ee4f
gnu: qgis: Fix many plugins.
Fixes <https://issues.guix.gnu.org/42941>.
This fixes the installation of many plugins.

* gnu/packages/geo.scm (qgis)[inputs]: Add python-future.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-10-26 17:43:52 +00:00
Lars-Dominik Braun 21955a54da
gnu: khal: Update to 0.10.2.
* gnu/packages/calendar.scm (khal): Update to 0.10.2.
[source]: Drop upstream patches.
[arguments]: Drop substitute* for bug fixed upstream and ignore failing
test in 'check.
[inputs]: Add missing inputs.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-10-26 13:32:54 -04:00
Mathieu Othacehe 465a951c24
gnu: Add guile-avahi.
* gnu/packages/guile-xyz.scm (guile-avahi): New variable.
2020-10-26 17:46:08 +01:00
Christopher Baines 952c62762d
gnu: python2-netcdf4: Remove package.
This fails to build, and as it's the Python 2 variant, I think it can be
removed.

* gnu/packages/python-xyz.scm (python2-netcdf4): Remove variable.
2020-10-26 15:58:08 +00:00
Christopher Baines d50ad6a7c6
gnu: netcdf-fortran: Update to 4.5.3.
This allows the package to build with netcdf 4.7.4.

* gnu/packages/maths.scm (netcdf-fortran): Update to 4.5.3.
2020-10-26 15:58:08 +00:00
Christopher Baines a9291a28b2
gnu: netcdf: Update to 4.7.4.
This will fix an issue building qgis.

* gnu/packages/maths.scm (netcdf): Update to 4.7.4.
[source]: Remove the netcdf-tst_h_par.patch, also change the naming of the
source tarball, as the name seems to have changed for recent releases.
[inputs]: Update hdf5 and add curl.
* gnu/packages/patches/netcdf-tst_h_par.patch: Delete.
* gnu/local.mk (dist_patch_DATA): Remove deleted patch.
2020-10-26 15:57:27 +00:00
Ekaitz Zarraga 24b233d45c
gnu: inkscape: Correct extension dependencies.
* gnu/packages/inkscape.scm (inkscape-1.0)[arguments]: Add wrap-program phase.
[inputs]: Move python-wrapper to inputs, and add several python libraries.
[native-inputs]: Remove python-wrapper, as it has moved to inputs.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-10-26 15:53:04 +00:00
Mathieu Othacehe 572c59a7a1
tests: Fix nss-mdns test.
* gnu/tests/base.scm (run-nss-mdns-test): Use full "avahi-browse" path.
2020-10-26 16:33:39 +01:00
Jan (janneke) Nieuwenhuizen e6320ba204
gnu: python: Disable failing tests for the Hurd.
Fixes <https://bugs.gnu.org/43860>.

* gnu/packages/python.scm (python-3.8)[arguments]: When building for the Hurd,
disable more tests.
2020-10-26 15:53:37 +01:00
Giacomo Leidi 22213308f3
gnu: guile-sparql: Update to 0.0.8.
* gnu/packages/guile-xyz.scm (guile-sparql): Update to 0.0.8.
[arguments]: Enable tests.
[inputs]: Switch to Guile 3.0.

Signed-off-by: Roel Janssen <roel@gnu.org>
2020-10-26 08:49:13 +01:00
Leo Famulari 375ef50ce6
gnu: Git: Update to 2.29.1.
* gnu/packages/version-control.scm (git): Update to 2.29.1.
(native-inputs)[git-manpages]: Update hash.
(git-minimal)[arguments]: Delete obsolete phase 'delete-svn-test'.
2020-10-25 15:37:38 -04:00
Lars-Dominik Braun 349666b7d2
gnu: Add mpdris2
* gnu/packages/mpd.scm (mpdris2): New package.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-10-25 15:03:45 -04:00
Michael Rohleder 3c7ea67465
gnu: mumble: Update to 1.3.3.
* gnu/packages/telephony.scm (mumble): Update to 1.3.3.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-10-25 14:42:36 -04:00
Michael Rohleder f4160fe570
gnu: gimp: Update to 2.10.22.
* gnu/packages/gimp.scm (gimp): Update to 2.10.22.
[inputs]: Add libxcursor.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-10-25 14:32:30 -04:00
Michael Rohleder 9adfc7fff7
gnu: gegl: Update to 0.4.26.
* gnu/packages/gimp.scm (gegl): Update to 0.4.26.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-10-25 14:32:30 -04:00
nixo 32b82c3b49
gnu: bombadillo: Update to 2.3.1.
* gnu/packages/web-browsers.scm (bombadillo): Update to 2.3.1.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-10-25 14:08:47 -04:00
Leo Famulari 93e55871e3
gnu: Go: Update to 1.14.10.
* gnu/packages/golang.scm (go-1.14): Update to 1.14.10.
2020-10-25 14:08:47 -04:00
Lars-Dominik Braun 8eca736aaf
gnu: playerctl: Update to 2.2.1.
* gnu/packages/music.scm (playerctl): Update to 2.2.1.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-10-25 13:26:47 -04:00
Efraim Flashner 2513e46440
gnu: vim: Update to 8.2.1900.
* gnu/packages/vim.scm (vim): Update to 8.2.1900.
[arguments]: Remove 'fix-installman phase.
2020-10-25 15:33:37 +02:00
Vagrant Cascadian 2e99651911
gnu: reprotest: Update to 0.7.15.
* gnu/packages/diffoscope (reprotest): Update to 0.7.15.
  [native-inputs] Add python-magic.
2020-10-24 17:05:04 -07:00
Brett Gilio a4c14ef5f6
gnu: emacs-org-webring: Update to 1.9.7-rc3.
* gnu/packages/emacs-xyz.scm (emacs-org-webring): Update to 1.9.7-rc3.
2020-10-24 18:52:44 -05:00
Vagrant Cascadian 1e62c8114c
gnu: diffoscope: Update to 161.
* gnu/packages/diffoscope (diffoscope): Update to 161.
  [arguments] Drop phases: dependency-on-python-magic, remove-ocaml-test,
  skip-elf-tests.
  Add phase skip-dex-test-when-missing-procyon.
  [inputs] Add python-magic.
  [native-inputs] Add python-black for tests.
2020-10-24 16:24:04 -07:00
Ludovic Courtès 3b6e4e5fd0
services: guix: Make /etc/guix/acl really declarative by default.
Fixes <https://bugs.gnu.org/39819>.
Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com>.

* gnu/services/base.scm (substitute-key-authorization): Symlink
DEFAULT-ACL to /etc/guix/acl unconditionally.  Add code to optionally
back up /etc/guix/acl if it was possibly modified by hand.
* doc/guix.texi (Base Services): Clarify the effect of setting
'authorize-keys?' to true.  Mention the backup.  Give an example showing
how to authorize substitutes from another server.
2020-10-25 01:06:10 +02:00
Ludovic Courtès e220b77828
gnu: python-imap-tools: Update to 0.29.0.
* gnu/packages/python-web.scm (python-imap-tools): Update to 0.29.0.
2020-10-25 01:06:10 +02:00
Reza Alizadeh Majd 52c86fe8c9
gnu: Add python-imap-tools.
* gnu/packages/python-web.scm (python-imap-tools): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2020-10-25 01:06:09 +02:00
Ludovic Courtès a27ed9d51d
gnu: python-robotframework-lint: Update to 1.1-0.b0619ac.
* gnu/packages/python-xyz.scm (python-robotframework-lint): Update to
b0619ac.
2020-10-25 01:06:09 +02:00
Ludovic Courtès 634ce81e2a
gnu: python-robotframework: Update to 3.2.2.
The update of Pandas to 0.25.2 in commit
7a97a26d01 broke the tests.

* gnu/packages/python-xyz.scm (python-robotframework): Update to 3.2.2.
[arguments]: In 'check' phase, set TZ and TZDIR.
[native-inputs]: Add TZDATA-FOR-TESTS.
2020-10-25 01:06:09 +02:00
Tanguy Le Carrour 952ed957aa
gnu: python-invoke: Update to 1.4.1.
* gnu/packages/python-xyz.scm (python-invoke): Update to 1.4.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-10-25 01:06:09 +02:00
Alexandru-Sergiu Marton 6a3b4765f9
gnu: Add atomicparsley.
* gnu/packages/video.scm (atomicparsley): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-10-24 22:54:04 +01:00
Leo Famulari 23a110aa53
gnu: linux-libre: Update to 5.9.1.
* gnu/packages/aux-files/linux-libre/5.8-arm.conf,
gnu/packages/aux-files/linux-libre/5.8-arm64.conf,
gnu/packages/aux-files/linux-libre/5.8-i686.conf,
gnu/packages/aux-files/linux-libre/5.8-x86_64.conf: Delete files.
* gnu/packages/aux-files/linux-libre/5.9-arm.conf,
gnu/packages/aux-files/linux-libre/5.9-arm64.conf,
gnu/packages/aux-files/linux-libre/5.9-i686.conf,
gnu/packages/aux-files/linux-libre/5.9-x86_64.conf: New files.
* Makefile.am (AUX_FILES): Adjust accordingly.
* gnu/packages/linux.scm (linux-libre-5.8-version, deblob-scripts-5.8,
linux-libre-5.8-pristine-source, linux-libre-5.8-source,
linux-libre-headers-5.8, linux-libre-5.8): Remove variables.
(linux-libre-5.9-version, deblob-scripts-5.9, linux-libre-5.9-pristine-source,
linux-libre-5.9-source, linux-libre-headers-5.9, linux-libre-5.9): New
variables.
(linux-libre-version, linux-libre-pristine-source, linux-libre-source,
linux-libre): Point to linux-libre-5.9*.
(linux-libre-with-bpf): Use linux-libre-5.9.
2020-10-24 17:21:29 -04:00
Vagrant Cascadian e9545e6d1d
gnu: u-boot-tools: Update tests.
* gnu/packages/bootloaders (u-boot-tools):
  Call tcheck target instead of all tests.
  Drop adjustment to test coverage percentage.
  Update substitution of python coverage binary.
  Re-enable coverage tests of dtoc and fdt.
  Disable additional configuration options that require OpenSSL.
2020-10-24 13:18:29 -07:00
Vagrant Cascadian 26c5e5af70
gnu: u-boot: Update to 2020.10.
* gnu/packages/bootloaders (u-boot): Update to 2020.10.
* gnu/packages/patches/u-boot-riscv64-fix-extlinux.patch: Refresh patch.
2020-10-24 13:17:41 -07:00
Efraim Flashner 6f588bb16c
gnu: gtranslator: Fix running on non-gnome desktops.
* gnu/packages/gnome.scm (gtranslator)[arguments]: Build with
glib-or-gtk support.
2020-10-24 23:13:43 +03:00
Ekaitz Zarraga f786812066
gnu: Add python-scour.
* gnu/packages/python-xyz.scm (python-scour): New variable.
2020-10-24 20:26:16 +01:00
Christopher Baines 0b4ac3b17c
gnu: Add python-yq.
* gnu/packages/python-xyz.scm (python-yq): New variable.
2020-10-24 20:03:27 +01:00
Marius Bakke 31c894c652
gnu: ffmpeg: Remove unused input.
* gnu/packages/video.scm (ffmpeg)[native-inputs]: Remove PYTHON-2.
2020-10-24 16:06:59 +02:00
Marius Bakke b6d3d7a419
gnu: srt: Fix pkg-config files.
* gnu/packages/networking.scm (srt)[arguments]: Use relative
CMAKE_INSTALL_INCLUDEDIR.  Remove redundant #:configure-flags.
2020-10-24 16:06:59 +02:00
Nicolas Goaziou 3bbadc45d6
gnu: musescore: Fix version number in "About" page.
* gnu/packages/music.scm (musescore)[arguments]: Notify we're building stable
version.
2020-10-24 12:23:55 +02:00
ruhtra 4fbd3c36c6
gnu: Add dbus-cxx.
* gnu/packages/glib.scm (define-module): Add popt package and cmake build
system.
(dbus-cxx): New package.

Signed-off-by: Miguel Ángel Arruga Vivas <rosen644835@gmail.com>
2020-10-24 02:52:54 +02:00
Nicolas Goaziou 14defc9c81
gnu: musescore: Update to 3.5.2.
* gnu/packages/music.scm (musescore): Update to 3.5.2.
2020-10-23 21:49:53 +02:00
Jonathan Brielmaier e1eae481c9
gnu: icedove: Update to 78.3.3.
* gnu/packages/gnuzilla.scm (icedove): Update to 78.3.3.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-10-23 18:36:10 +01:00
raingloom 2371abcd0e
gnu: bombadillo: Don't try to copy LICENSE twice.
* gnu/packages/web-browsers.scm (bombadillo)[arguments]: Removed install-file
call for LICENSE.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-10-23 17:23:15 +01:00
Leo Famulari 3bdb2a026b
gnu: MPD: Update to 0.22.1.
* gnu/packages/mpd.scm (mpd): Update to 0.22.1.
2020-10-23 11:22:09 -04:00
Leo Famulari d407b087c0
gnu: libx264: Update to 161-0.4c2aafd.
* gnu/packages/video.scm (libx264): Update to 161-0.4c2aafd.
2020-10-23 11:22:00 -04:00
Efraim Flashner d24e37f36e
gnu: rcs: Update to 5.10.0.
* gnu/packages/version-control.scm (rcs): Update to 5.10.0.
[source]: Update patches.
[arguments]: Remove field.
* gnu/packages/patches/rcs-5.9.4-noreturn.patch: Remove file.
* gnu/packages/patches/rcs-5.10.0-no-stdin.patch: Add file.
* gnu/local.mk (dist_patch_DATA): Register changes.
2020-10-23 17:45:55 +03:00
Christopher Baines 69e08c14f9
gnu: guix-build-coordinator: Update to 0-4.d38698d.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-4.d38698d.
2020-10-23 15:40:10 +01:00
Christopher Baines 29677d94f7
gnu: guix-build-coordinator: Switch to guile-json-4.
To avoid a propagated input conflict.

* gnu/packages/package-management.scm (guix-build-coordinator)[propagated-inputs]:
Change guile-json-3 to guile-json-4.
2020-10-23 15:40:10 +01:00
Christopher Baines df5e8de3d7
gnu: guix-build-coordinator: Fix indentation.
* gnu/packages/package-management.scm (guix-build-coordinator): Fix
indentation.
2020-10-23 15:40:10 +01:00
Christopher Baines b0d6098f03
gnu: guix-build-coordinator: Propagate the guile inputs.
This means the package is usable as a library, which is useful when using the
procedures to send requests to the Guix Build Coordinator.

* gnu/packages/package-management.scm (guix-build-coordinator)[inputs]: Move
guile inputs to propagated inputs.
[propagated-inputs]: Receive some inputs.
* gnu/services/guix.scm (make-guix-build-coordinator-start-script): Adjust the
start script to include propagated inputs.
2020-10-23 15:40:10 +01:00
Christopher Baines 4b8acf715d
services: guix: Fix the guix-build-coordinator metrics namespace.
The underscore is now handled in the guile prometheus library.

* gnu/services/guix.scm (make-guix-build-coordinator-start-script): Remove the
underscore from the end of the metrics namespace.
2020-10-23 15:40:10 +01:00
Christopher Baines bdaaa6b3e4
services: guix-build-coordinator: Configure output buffering.
Otherwise the logging is garbled.

* gnu/services/guix.scm (make-guix-build-coordinator-start-script): Configure
line output buffering for stdout and stderr.
2020-10-23 15:40:10 +01:00
Christopher Baines ced9da901f
services: guix-build-coordinator: Include the system profile in PATH.
As this allows hooks to use the system profile, if that's desired.

* gnu/services/guix.scm (guix-build-coordinator-shepherd-services): Set PATH
to include the system profile.
2020-10-23 15:40:09 +01:00
Christopher Baines b9f8ce17e4
services: guix-build-coordinator: Output the start script name.
As this can be useful for debugging purposes.

* gnu/services/guix.scm (make-guix-build-coordinator-start-script): Output the
current filename.
2020-10-23 15:40:09 +01:00
Christopher Baines 5f30c634bf
gnu: guix-build-coordinator: Ensure gnutls is available.
Some hooks expect this to be available.

* gnu/packages/package-management.scm (guix-build-coordinator)
[inputs,native-inputs]: Add gnutls.
2020-10-23 15:40:09 +01:00
Christopher Baines b34ac307e3
services: guix: Fix hooks gexp issue for the Guix Build Coordinator.
* gnu/services/guix.scm (make-guix-build-coordinator-start-script): Fix
handling the name within the hook gexp.
2020-10-23 15:40:09 +01:00
Pierre Neidhardt cc97895504
gnu: sbcl-cl-str: Update to 0.19.
* gnu/packages/lisp-xyz.scm (sbcl-cl-str): Update to 0.19.
2020-10-23 16:39:08 +02:00
Tanguy Le Carrour b5e51a06de
gnu: python-black: Update to 20.8b1.
* gnu/packages/python-xyz.scm (python-black): Update to 20.8b1.
[arguments] Set PATH to make 1 test pass. Disable 1 failing test.
[propagated-inputs] Add python-mypy-extensions and python-typing-extensions.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-10-23 16:35:39 +02:00
John Soo 7128174201
gnu: linux-libre-with-bpf: Update to 5.8.
* gnu/packages/linux.scm (linux-libre-with-bpf): Update kernel.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-10-23 16:35:39 +02:00
Michael Rohleder 1893c80fc1
gnu: kodi: Add nfs functionality.
* gnu/packages/kodi.scm (kodi): Add nfs functionality.
[inputs]: Add libnfs.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-10-23 16:35:39 +02:00
Ludovic Courtès c5372cd488
gnu: hdf5: Default to 1.10.
This is a followup to 5930963555.

* gnu/packages/maths.scm (hdf5): Change to HDF5-1.10.
(hdf-java, hdf-eos5, h5check, netcdf, matio)[inputs]: Use HDF5-1.8.
* gnu/packages/java.scm (java-cisd-jhdf5)[inputs]: Likewise.
2020-10-23 16:35:39 +02:00
Ludovic Courtès c9a656a5d0
gnu: imp: Update to 2.13.0.
* gnu/packages/bioinformatics.scm (imp): Update to 2.13.0.
2020-10-23 16:35:38 +02:00
Ludovic Courtès bfb65a6768
installer: Make the network management selection window tighter.
* gnu/installer/newt/services.scm (run-network-management-page): Pass
 #:listbox-height.
2020-10-23 16:35:38 +02:00
Maxim Cournoyer 3b026eb3b1
Revert "gnu: u-boot: Update to 2020.10."
This reverts commit fe6067fc24.  This commit
broke u-boot-tools.
2020-10-23 09:40:36 -04:00
Nicolas Goaziou 15ccab1e8e
gnu: emacs-auctex: Update to 12.3.1.
* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 12.3.1.
2020-10-23 15:27:49 +02:00
Nicolas Goaziou 74b31745bf
gnu: xournalpp: Update to 1.0.19.
* gnu/packages/pdf.scm (xournalpp): Update to 1.0.19.
2020-10-23 15:17:31 +02:00
Michael Rohleder c93ff25221
gnu: emacs-calibredb: Update to 2.7.0.
* gnu/packages/emacs-xyz.scm (emacs-calibredb): Update to 2.7.0.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-10-23 12:29:37 +02:00
Michael Rohleder dd37141ebf
gnu: emacs-list-utils: Update to 0.4.6.
* gnu/packages/emacs-xyz.scm (emacs-list-utils): Update to 0.4.6.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-10-23 12:18:41 +02:00
Joseph LaFreniere c74d27ced7
gnu: emacs-ivy-rich: Update to 0.1.6.
* gnu/packages/emacs-xyz.scm (emacs-ivy-rich): Update to 0.1.6.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-10-23 12:06:30 +02:00
Brett Gilio 88d19248b9
gnu: swi-prolog: Update to 8.3.10.
* gnu/packages/prolog.scm (swi-prolog): Update to 8.3.10.
2020-10-22 21:38:14 -05:00
Maxim Cournoyer e997673eda
gnu: emacs-so-long: Edit description.
* gnu/packages/emacs-xyz.scm (emacs-so-long)[description]: Mention it is now
included as standard with Emacs version 27 or later.
2020-10-22 20:38:13 -04:00
Maxim Cournoyer f1939f7d16
gnu: emacs-cl-generic: Remove.
Fixes <https://issues.guix.gnu.org/44139>.

This package existed to provide backward compatibility for old Emacsen (< 25).

* gnu/packages/emacs-xyz.scm (emacs-cl-generic): Remove variable.
(emacs-finalize)[propagated-inputs]: Remove emacs-cl-generic.

Reported-by: Zhu Zihao <all_but_last@163.com>
2020-10-22 20:38:13 -04:00
Brett Gilio 27d04d8782
gnu: straw-viewer: Update to 0.1.0.
* gnu/packages/video.scm (straw-viewer): Update to 0.1.0.
2020-10-22 18:46:23 -05:00
Brett Gilio ed9e50154b
gnu: emacs-org-webring: Update to 1.9.6-rc2.
* gnu/packages/emacs-xyz.scm (emacs-org-webring): Update to 1.9.6-rc2.
2020-10-22 18:04:57 -05:00
Julien Lepiller 99da1afc2b
gnu: josm: Update to 17084.
* gnu/packages/geo.scm (josm): Update to 17084.
2020-10-22 23:55:57 +02:00
Alberto Eleuterio Flores Guerrero a49bfa1f6c
gnu: Add emacs-typing.
* gnu/packages/emacs-xyz.scm (emacs-typing): New variable.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2020-10-22 17:18:24 -04:00
Julien Lepiller 408912b076
gnu: sky: Fix synopsis.
* gnu/pacakages/games.scm (sky)[synopsis]: Fix typo.
2020-10-22 22:31:57 +02:00
Tobias Geerinckx-Rice d32b210f28
gnu: freetype: Replace with 2.10.4 [fixes CVE-2020-15999].
* gnu/packages/fontutils.scm (freetype)[replacement]: New field, set to...
(freetype/fixed): ...this new variable.
2020-10-22 21:23:50 +02:00
Tobias Geerinckx-Rice 910ea2e1d2
gnu: less: Update to 563.
* gnu/packages/less.scm (less): Update to 563.
2020-10-22 21:03:14 +02:00
Marius Bakke 3e09453884
gnu: srt: Disable code coverage checking.
* gnu/packages/networking.scm (srt)[arguments]: Remove
"-DENABLE_CODE_COVERAGE" from #:configure-flags.
2020-10-22 18:41:30 +02:00
Marius Bakke f343c36dca
gnu: srt: Do not build the static library.
* gnu/packages/networking.scm (srt)[arguments]: Add "-DENABLE_STATIC=OFF" to
 #:configure-flags.
2020-10-22 18:41:29 +02:00
Marius Bakke ccbbcbf0c4
gnu: srt: Remove unused input.
* gnu/packages/networking.scm (srt)[native-inputs]: Remove GIT.
2020-10-22 18:41:29 +02:00
Marius Bakke f11733bd9d
gnu: Add LLDB.
* gnu/packages/llvm.scm (lldb): New public variable.
2020-10-22 18:41:29 +02:00
Marius Bakke f91046ce67
gnu: clang@10, clang@11: Fix CMake files.
* gnu/packages/llvm.scm (clang-from-llvm): Add phase adjust-cmake-file when
building Clang 10 or later.
2020-10-22 18:41:29 +02:00
Marius Bakke a45071978c
gnu: ungoogled-chromium: Update to 86.0.4240.111-0.c34a56d [security fixes].
This fixes CVE-2020-15999, CVE-2020-16000, CVE-2020-16001, CVE-2020-16002, and
CVE-2020-16003.

* gnu/packages/chromium.scm (ungoogled-chromium): Update to
86.0.4240.111-0.c34a56d.
2020-10-22 18:41:29 +02:00
Marius Bakke b10fdd510e
gnu: ungoogled-chromium: Embed absolute references to libGL and friends.
* gnu/packages/chromium.scm (ungoogled-chromium)[arguments]: Provide absolute
references to dlopen'd Mesa libraries.
2020-10-22 18:41:29 +02:00
Marius Bakke f8eaeea833
gnu: universal-ctags: Store temporary files below "/tmp".
* gnu/packages/code.scm (universal-ctags)[arguments]: Add #:configure-flags.
2020-10-22 18:41:28 +02:00
Marius Bakke 0658cc83d2
gnu: universal-ctags: Update to 5.9.20201018.0.
* gnu/packages/code.scm (universal-ctags): Update to 5.9.20201018.0.
[native-inputs]: Replace PACKCC with a forked origin.
2020-10-22 18:41:28 +02:00
Malte Frank Gerdes cad55e91fd
gnu: openocd: Update to 9a877a83a1c8b1f105cdc0de46c5cbc4d9e8799e.
* gnu/packages/embedded.scm (openocd): Update to 9a877a83a1c8b1f105cdc0de46c5cbc4d9e8799e.
[version]: Substitute release with current master.
[source]: Remove openocd-nrf52.patch
[arguments]: Replace bootstrap build phase.

* gnu/local.mk: Remove openocd-nrf52.patch.
* gnu/packages/patches/openocd-nrf52.patch: Remove file.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-10-22 17:10:25 +02:00
Malte Frank Gerdes 2eacb95ad5
gnu: libjaylink: Update to 0.2.0
* gnu/packages/embedded.scm (libjaylink): Update to 0.2.0
[origin]: Substitute upstream repository location.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-10-22 17:10:25 +02:00
Ludovic Courtès 830ea72799
gnu: Add lcov-cobertura.
* gnu/packages/code.scm (lcov-cobertura): New variable.
2020-10-22 17:10:25 +02:00
Pierre Neidhardt 2f107f273d
gnu: emacs-evil-collection: Update to 20201022.
* gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 20201022.
This fixes an incompatibility bug with emacs-company 0.9.13.
2020-10-22 11:53:17 +02:00
Mathieu Othacehe fbac2572f6
gnu: guile-git: Update to 0.4.0.
* gnu/packages/guile.scm (guile-git): Update to 0.4.0.
2020-10-22 09:53:30 +02:00
Leo Famulari ad67d20869
gnu: certbot, python-acme: Update to 1.8.0.
* gnu/packages/tls.scm (certbot, python-acme): Update 1.8.0.
2020-10-21 18:32:06 -04:00
Tobias Geerinckx-Rice 9c74b8b332
gnu: bind: Update to 9.16.8.
* gnu/packages/dns.scm (isc-bind): Update to 9.16.8.
2020-10-21 23:20:21 +02:00
Alexandru-Sergiu Marton 7fb5084db5
gnu: Add rspamd.
* gnu/packages/mail.scm (rspamd): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-10-21 19:19:34 +02:00
Ryan Prior 0e2f871c65
gnu: visidata: Update to 2.0.1.
* gnu/packages/visidata.scm (visidata): Update to 2.0.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-10-21 19:19:34 +02:00