summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: Add opencpn.Guillaume Le Vaillant2020-03-18
| | | | * gnu/packages/geo.scm (opencpn): New variable.
* gnu: emacs-org-static-blog: Update to 1.3.0.Nicolas Goaziou2020-03-18
| | | | * gnu/packages/emacs-xyz.scm (emacs-org-static-blog): Update to 1.3.0.
* gnu: emacs-lsp-ui: Update to 6.2.Dimakakos Dimos2020-03-18
| | | | * gnu/packages/emacs-xyz.scm (emacs-lsp-ui): Update to 6.2.
* gnu: emacs-which-key: update to 3.4.0Michael Rohleder2020-03-18
| | | | | | | | | | | | [[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
* gnu: Add emacs-org-static-blog.Brice Waegeneire2020-03-18
| | | | * gnu/packages/emacs-xyz.scm (emacs-org-static-blog): New variable.
* gnu: Add Geary.raingloom2020-03-18
| | | | | | * gnu/packages/gnome.scm (geary): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gspell: --enable-vala for VAPI (for geary)raingloom2020-03-18
| | | | | | | * gnu/packages/gnome.scm (gspell)[arguments]: Add #:configure-flags. [native-inputs]: Add VALA. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gnunet-gtk: Update to 0.12.0.Tanguy Le Carrour2020-03-18
| | | | | | * gnu/packages/gnunet.scm (gnunet-gtk): Update to 0.12.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gnunet: Update to 0.12.2.Tanguy Le Carrour2020-03-18
| | | | | | | | * 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>
* gnu: mcron: Depend on Guile 2.2.7.Ludovic Courtès2020-03-18
| | | | | | | Fixes <https://bugs.gnu.org/37237>. * gnu/packages/guile-xyz.scm (mcron)[inputs]: Replace GUILE-2.2 with GUILE-2.2.7.
* store: Fix many guix commands failing on some locales.Florian Pelz2020-03-14
| | | | | | | | | | | | Partly fixes <https://bugs.gnu.org/39970>. At least 'guix environment', 'guix install' and 'guix pull' on 'az_AZ.utf8' and 'tr_TR.utf8' were affected. * guix/store.scm (store-path-hash-part): Move base path detection to ... (store-path-base): ... this new exported procedure. (store-path-package-name): Use it instead of locale-dependent regexps. (store-regexp*): Remove.
* bootloader: grub: Refactor eye-candy a bit.Maxim Cournoyer2020-03-17
| | | | | | | * 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.
* bootloader: grub: Use the all_video module in graphic mode.Maxim Cournoyer2020-03-17
| | | | | | * gnu/bootloader/grub.scm (eye-candy): Load the module 'all_video' which automatically loads all the available and relevant video modules.
* gnu: system: Export %sudoers-specification.Maxim Cournoyer2020-03-17
| | | | | | | | | 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'.
* gnu: r-imager: Use HTTPS home page.base-for-series-3197Tobias Geerinckx-Rice2020-03-18
| | | | * gnu/packages/cran.scm (r-imager)[home-page]: Use HTTPS.
* gnu: r-gsubfn: Update home page.Tobias Geerinckx-Rice2020-03-18
| | | | * gnu/packages/cran.scm (r-gsubfn)[home-page]: Update and use HTTPS.
* gnu: r-lars: Update home page.Tobias Geerinckx-Rice2020-03-18
| | | | | * gnu/packages/statistics.scm (r-lars)[home-page]: Follow (HTTPS) redirection.
* gnu: r-tractor-base: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-18
| | | | * gnu/packages/cran.scm (r-tractor-base)[home-page]: Use HTTPS.
* gnu: r-mclust: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-18
| | | | * gnu/packages/statistics.scm (r-mclust)[home-page]: Use HTTPS.
* gnu: r-pls: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-18
| | | | * gnu/packages/cran.scm (r-pls)[home-page]: Use HTTPS.
* gnu: r-epi: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-18
| | | | * gnu/packages/cran.scm (r-epi)[home-page]: Use HTTPS.
* gnu: r-elasticnet: Update home page.Tobias Geerinckx-Rice2020-03-18
| | | | | * gnu/packages/cran.scm (r-elasticnet)[home-page]: Follow (HTTPS) redirection.
* gnu: r-iso: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-18
| | | | * gnu/packages/cran.scm (r-iso)[home-page]: Use HTTPS.
* gnu: godot: Update to 3.2.1.Tobias Geerinckx-Rice2020-03-18
| | | | * gnu/packages/game-development.scm (godot): Update to 3.2.1.
* gnu: tintin++: Update to 2.02.02.Tobias Geerinckx-Rice2020-03-18
| | | | * gnu/packages/games.scm (tintin++): Update to 2.02.02.
* gnu: tracker-miners: Update to 2.3.3.Tobias Geerinckx-Rice2020-03-18
| | | | * gnu/packages/gnome.scm (tracker-miners): Update to 2.3.3.
* gnu: tracker: Update to 2.3.4.Tobias Geerinckx-Rice2020-03-18
| | | | * gnu/packages/gnome.scm (tracker): Update to 2.3.4.
* gnu: libfdk: Update to 2.0.1.Leo Famulari2020-03-17
| | | | * gnu/packages/audio.scm (libfdk): Update to 2.0.1.
* gnu: r-forcats: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-17
| | | | * gnu/packages/statistics.scm (r-forcats)[home-page]: Use HTTPS.
* gnu: r-rcppparallel: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-17
| | | | * gnu/packages/cran.scm (r-rcppparallel)[home-page]: Use HTTPS.
* gnu: r-emplik: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-17
| | | | * gnu/packages/cran.scm (r-emplik)[home-page]: Use HTTPS.
* gnu: r-hapassoc: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-17
| | | | * gnu/packages/cran.scm (r-hapassoc)[home-page]: Use HTTPS.
* gnu: r-htqpcr: Update home page.Tobias Geerinckx-Rice2020-03-17
| | | | | * gnu/packages/bioconductor.scm (r-htqpcr)[home-page]: Use HTTPS link to PDF paper.
* gnu: r-beeswarm: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-17
| | | | * gnu/packages/statistics.scm (r-beeswarm)[home-page]: Use HTTPS.
* gnu: r-acs: Update home page.Tobias Geerinckx-Rice2020-03-17
| | | | * gnu/packages/cran.scm (r-acs)[home-page]: Follow (HTTPS) redirection.
* gnu: r-tsa: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-17
| | | | * gnu/packages/cran.scm (r-tsa)[home-page]: Use HTTPS.
* gnu: Use HTTPS for www.rforge.net home pages.Tobias Geerinckx-Rice2020-03-17
| | | | | | * 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
* gnu: american-fuzzy-lop: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-17
| | | | * gnu/packages/debug.scm (american-fuzzy-lop)[home-page]: Use HTTPS.
* gnu: american-fuzzy-lop: Update to 2.56b.Tobias Geerinckx-Rice2020-03-17
| | | | | | | | * 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.
* gnu: american-fuzzy-lop: Fix documentation directory.Tobias Geerinckx-Rice2020-03-17
| | | | | * gnu/packages/debug.scm (american-fuzzy-lop)[arguments]: Install documentation into its conventional location.
* gnu: Syncthing: Update to 1.4.0.Leo Famulari2020-03-17
| | | | | * gnu/packages/syncthing.scm (syncthing): Update to 1.4.0. [inputs]: Add go-github-com-willf-bloom.
* gnu: Add go-github-com-willf-bloom.Leo Famulari2020-03-17
| | | | * gnu/packages/golang.scm (go-github-com-willf-bloom): New variable.
* gnu: Add go-github-com-willf-bitset.Leo Famulari2020-03-17
| | | | * gnu/packages/golang.scm (go-github-com-willf-bitset): New variable.
* gnu: go-github-com-spaolacci-murmur3: Update to 1.1.0Leo Famulari2020-03-17
| | | | * gnu/packages/golang.scm (go-github-com-spaolacci-murmur3): Update to 1.1.0.
* gnu: go-github-com-pkg-errors: Update to 0.9.1.Leo Famulari2020-03-17
| | | | * gnu/packages/golang.scm (go-github-com-pkg-errors): Update to 0.9.1.
* gnu: pigx-scrnaseq: Update to 1.1.4.Ricardo Wurmus2020-03-17
| | | | * gnu/packages/bioinformatics.scm (pigx-scrnaseq): Update to 1.1.4.
* gnu: redis: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-17
| | | | * gnu/packages/databases.scm (redis)[home-page]: Use HTTPS.
* gnu: sipcalc: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-17
| | | | * gnu/packages/admin.scm (sipcalc)[home-page]: Use HTTPS.
* gnu: bridge-utils: Update home page.Tobias Geerinckx-Rice2020-03-17
| | | | | * gnu/packages/linux.scm (bridge-utils)[home-page]: Follow (HTTPS) redirection.
* gnu: Add straw-viewer.Tobias Geerinckx-Rice2020-03-17
| | | | * gnu/packages/video.scm (straw-viewer): New public variable.