summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* git: Update cached checkout to the remote HEAD by default.Kyle Meyer2021-04-10
| | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/45187>. Reported by Ricardo Wurmus <rekado@elephly.net>. update-cached-checkout hard codes "master" as the default branch, leading to a failure when the clone doesn't have a "master" branch. Instead use the remote HEAD symref as an indicator of what the primary branch is. * guix/git.scm (resolve-reference): Support resolving symrefs. (update-cached-checkout, latest-repository-commit): Change the default for REF to the empty list and translate it to the remote HEAD symref. (<git-checkout>): Change branch field's default to #f. (git-checkout-compiler): When branch and commit fields are both #f, call latest-repository-commit* with the empty list as the ref. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Remove clang-runtime-3.6 and clang-3.6.zimoun2021-04-10
| | | | | | * gnu/packages/llvm.scm (clang-runtime-3.6, clang-3.6): Remove variables. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Remove unused module imports.Marius Bakke2021-04-10
| | | | * gnu/packages/chromium.scm: Don't import (guix store) and (guix monads).
* gnu: ungoogled-chromium: Update to 89.0.4389.114-1.Marius Bakke2021-04-10
| | | | | * gnu/packages/chromium.scm (%ungoogled-revision): Set to 89.0.4389.114-1. (%ungoogled-origin, ungoogled-chromium): Update hashes.
* gnu: Add cl-coalton.Sharlatan Hellseher2021-04-10
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-coalton, cl-coalton, ecl-coalton): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-abstract-classes.Sharlatan Hellseher2021-04-10
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-abstract-classes, cl-abstract-classes, ecl-abstract-classes): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: raptor2: Use HTTPS home page and source URI.Nicolas Goaziou2021-04-10
| | | | | * gnu/packages/rdf.scm (raptor2)[home-page]: Use HTTPS URI. [source]: Use HTTPS URI.
* gnu: ddcutil: Update to 1.1.0.Tobias Geerinckx-Rice2021-04-10
| | | | * gnu/packages/hardware.scm (ddcutil): Update to 1.1.0.
* gnu: faudio: Update to 21.04.Tobias Geerinckx-Rice2021-04-10
| | | | | | | * gnu/packages/audio.scm (faudio): Update to 21.04. [arguments]: Replace FFMPEG=ON configure flag with GSTREAMER=ON. [inputs]: Likewise replace ffmpeg with gstreamer & gst-plugins-base. [license]: Update licence list.
* gnu: aws-c-common: Update to 0.5.3.Tobias Geerinckx-Rice2021-04-10
| | | | * gnu/packages/c.scm (aws-c-common): Update to 0.5.3.
* gnu: guile-eris: Fix typo in description.Tobias Geerinckx-Rice2021-04-10
| | | | * gnu/packages/guile-xyz.scm (guile-eris)[description]: Fix typo.
* gnu: bindfs: Fix typo in description.Tobias Geerinckx-Rice2021-04-10
| | | | * gnu/packages/file-systems.scm (bindfs)[description]: Fix typo.
* gnu: go-go-uber-org-multierr: Fix typo in synopsis.Tobias Geerinckx-Rice2021-04-10
| | | | * gnu/packages/golang.scm (go-go-uber-org-multierr)[synopsis]: Fix typo.
* gnu: r-gagedata: Fix typo in synopsis.Tobias Geerinckx-Rice2021-04-10
| | | | | * gnu/packages/bioconductor.scm (r-gagedata)[synopsis]: Fix typo and add article.
* gnu: libglvnd: Fix typo in description.Tobias Geerinckx-Rice2021-04-10
| | | | * gnu/packages/gl.scm (libglvnd)[description]: Fix typo.
* gnu: julia-mbedtls: Fix typo in description.Tobias Geerinckx-Rice2021-04-10
| | | | * gnu/packages/julia-xyz.scm (julia-mbedtls)[description]: Fix typo.
* gnu: python-pypeg2: Fix typo in synopsis.Tobias Geerinckx-Rice2021-04-10
| | | | * gnu/packages/python-xyz.scm (python-pypeg2)[synopsis]: Fix typo.
* gnu: go-github-com-go-sql-driver-mysql: Fix typo in description.Tobias Geerinckx-Rice2021-04-10
| | | | | * gnu/packages/golang.scm (go-github-com-go-sql-driver-mysql) [description]: Fix typo.
* gnu: python-scour: Fix typo in description.Tobias Geerinckx-Rice2021-04-10
| | | | * gnu/packages/python-xyz.scm (python-scour)[description]: Fix typo.
* gnu: python-nestedtext: Fix typo in description.Tobias Geerinckx-Rice2021-04-10
| | | | | * gnu/packages/python-xyz.scm (python-nestedtext) [description]: Fix typo.
* gnu: gpart: Fix typo in description.Tobias Geerinckx-Rice2021-04-10
| | | | * gnu/packages/disk.scm (gpart)[description]: Fix my own typo.
* bootloader: grub: Fix typo in docstring.Tobias Geerinckx-Rice2021-04-10
| | | | * gnu/bootloader/grub.scm (install-grub-efi-netboot): Fix typo.
* gnu: rust-hmac-sha1: Fix description.Tobias Geerinckx-Rice2021-04-10
| | | | | * gnu/packages/crates-io.scm (rust-hmac-sha1-0.1) [description]: Fix typo & use @acronym{}.
* gnu: r-chromstar: Fix typo in description.Tobias Geerinckx-Rice2021-04-10
| | | | * gnu/packages/bioconductor.scm (r-chromstar)[description]: Fix typo.
* gnu: nordic-theme: Fix typo in synopsis & description.Tobias Geerinckx-Rice2021-04-10
| | | | | * gnu/packages/gnome-xyz.scm (nordic-theme) [synopsis, description]: Fix typo.
* gnu: itcl: Fix typo in description.Tobias Geerinckx-Rice2021-04-10
| | | | * gnu/packages/tcl.scm (itcl)[description]: Fix typo.
* gnu: ghc-wai-cors: Fix typo in description.Tobias Geerinckx-Rice2021-04-10
| | | | * gnu/packages/haskell-web.scm (ghc-wai-cors)[description]: Fix typo.
* gnu: bluez-alsa: Fix typo in description.Tobias Geerinckx-Rice2021-04-10
| | | | * gnu/packages/audio.scm (bluez-alsa)[description]: Fix typo.
* gnu: bsd-games: Fix typo in description.Tobias Geerinckx-Rice2021-04-10
| | | | | * gnu/packages/games.scm (bsd-games)[description]: Fix typo, and delete stray comma.
* gnu: config: Fix typo in synopsis.Tobias Geerinckx-Rice2021-04-10
| | | | * gnu/packages/autotools.scm (config)[synopsis]: Fix typo.
* gnu: rust-scratch: Fix typo in description.Tobias Geerinckx-Rice2021-04-10
| | | | * gnu/packages/crates-io.scm (rust-scratch-1)[description]: Fix typo.
* gnu: sbcl-cl-slug: Fix typos in synopsis & description.Tobias Geerinckx-Rice2021-04-10
| | | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-slug) [synopsis, description]: Fix typos.
* gnu: lv2-speech-denoiser: Fix typo in description.Tobias Geerinckx-Rice2021-04-10
| | | | * gnu/packages/audio.scm (lv2-speech-denoiser)[description]: Fix typo.
* gnu: kmail: Fix typo in description.Tobias Geerinckx-Rice2021-04-10
| | | | * gnu/packages/kde-pim.scm (kmail)[description]: Fix typo.
* doc: Fix typos.Tobias Geerinckx-Rice2021-04-10
| | | | | | | | | | * doc/guix.texi (SELinux Support): Fix typo. (Build Systems): Likewise. (DNS Services): Likewise. (Networking Services): Likewise. (Guix Services): Likewise. (Reduced Binary Seed Bootstrap): Likewise. (Documentation): Likewise.
* gnu: r-physicalactivity: Fix typos in description.Tobias Geerinckx-Rice2021-04-10
| | | | * gnu/packages/cran.scm (r-physicalactivity)[description]: Fix typos.
* gnu: erofs-utils: Fix typo in synopsis & description.Tobias Geerinckx-Rice2021-04-10
| | | | * gnu/packages/linux.scm (erofs-utils)[synopsis, description]: Fix typo.
* gnu: geda-gaf: Fix typo in description.Tobias Geerinckx-Rice2021-04-10
| | | | * gnu/packages/engineering.scm (geda-gaf)[description]: Fix typo.
* gnu: tl-parser: Fix typo in description.Tobias Geerinckx-Rice2021-04-10
| | | | * gnu/packages/telegram.scm (tl-parser)[description]: Fix typo.
* gnu: emacs-webpaste: Fix typo in description.Tobias Geerinckx-Rice2021-04-10
| | | | * gnu/packages/emacs-xyz.scm (emacs-webpaste)[description]: Fix typo.
* gnu: r-msmstests: Fix typos in description.Tobias Geerinckx-Rice2021-04-10
| | | | * gnu/packages/bioconductor.scm (r-msmstests)[description]: Fix typos.
* gnu: r-ggforce: Fix typo in description.Tobias Geerinckx-Rice2021-04-10
| | | | * gnu/packages/cran.scm (r-ggforce)[description]: Fix typo.
* gnu: Fix typo in (gnu packages gtk).Tobias Geerinckx-Rice2021-04-10
| | | | * gnu/packages/gtk.scm: Fix typo in copyright header.
* gnu: go-github-com-charmbracelet-glamour: Fix typo in description.Tobias Geerinckx-Rice2021-04-10
| | | | | * gnu/packages/golang.scm (go-github-com-charmbracelet-glamour) [description]: Fix typo.
* gnu: nimf: Fix typo in description.Tobias Geerinckx-Rice2021-04-10
| | | | * gnu/packages/language.scm (nimf)[description]: Fix typo.
* gnu: sbcl-claw-utils: Fix typo in description.Tobias Geerinckx-Rice2021-04-10
| | | | * gnu/packages/lisp-xyz.scm (sbcl-claw-utils)[description]: Fix typo.
* gnu: guile-eris: Fix typo in description.Tobias Geerinckx-Rice2021-04-10
| | | | * gnu/packages/guile-xyz.scm (guile-eris)[description]: Fix typo.
* gnu: libime: Fix typo in description.Tobias Geerinckx-Rice2021-04-10
| | | | * gnu/packages/fcitx5.scm (libime)[description]: Fix typo.
* gnu: python-dpath: Fix typo in synopsis & description.Tobias Geerinckx-Rice2021-04-10
| | | | | * gnu/packages/python-xyz.scm (python-dpath) [synopsis, description]: Fix typo.
* gnu: popt: Fix typo in description.Tobias Geerinckx-Rice2021-04-10
| | | | * gnu/packages/popt.scm (popt)[description]: Fix typo.