summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* guix-install.sh: Don't swallow wget errors.Tobias Geerinckx-Rice2021-09-29
| | | | | | | | | Using ‘-q’ suppresses *all* stderr output, including errors. * etc/guix-install.sh (chk_gpg_keyring, guix_get_bin_list, guix_get_bin): Substitute ‘--no-verbose’ for ‘-q’. Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: dehydrated: Update description.Tobias Geerinckx-Rice2021-09-29
| | | | | * gnu/packages/tls.scm (dehydrated)[synopsis, description]: Let's Encrypt hasn't been the only game in ACME town in ages.
* gnu: exim: Don't return #t from phases.Tobias Geerinckx-Rice2021-09-29
| | | | * gnu/packages/mail.scm (exim)[arguments]: Don't explicitly return #t from phases.
* gnu: exim: Prepare for cross-compilation.Tobias Geerinckx-Rice2021-09-29
| | | | * gnu/packages/mail.scm (exim)[arguments]: Use CC-FOR-TARGET.
* gnu: exim: Update to 4.95.Tobias Geerinckx-Rice2021-09-29
| | | | * gnu/packages/mail.scm (exim): Update to 4.95.
* gnu: ocaml-dune-build-info: Fix typo in description.Tobias Geerinckx-Rice2021-09-29
| | | | | * gnu/packages/ocaml.scm (ocaml-dune-build-info)[description]: Fix ‘informations’ typo.
* gnu: parinfer-rust: Fix typos in description.Tobias Geerinckx-Rice2021-09-29
| | | | | * gnu/packages/text-editors.scm (parinfer-rust)[synopsis, description]: Fix two different ways to mistype ‘parentheses’.
* gnu: trytond-stock-forecast: Fix typo in description.Tobias Geerinckx-Rice2021-09-29
| | | | | * gnu/packages/tryton.scm (trytond-stock-forecast)[description]: Fix ‘mecanisms’ typo.
* gnu: rust-dbus: Fix typo in description.Tobias Geerinckx-Rice2021-09-29
| | | | | * gnu/packages/crates-io.scm (rust-dbus-0.9)[description]: Fix ‘provies’ typo.
* gnu: texlive-latex-l3packages: Fix typo in description.Tobias Geerinckx-Rice2021-09-29
| | | | | * gnu/packages/tex.scm (texlive-latex-l3packages)[description]: Delete stray hyphen.
* gnu: vifm: Update to 0.12.Efraim Flashner2021-09-29
| | | | * gnu/packages/vim.scm (vifm): Update to 0.12.
* gnu: mame: Update to 0.236.Nicolas Goaziou2021-09-29
| | | | * gnu/packages/emulators.scm (mame): Update to 0.236.
* gnu: emacs-modus-themes: Update to 1.6.0.Nicolas Goaziou2021-09-29
| | | | * gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 1.6.0.
* gnu: emacs-map: Update to 3.2.1.Nicolas Goaziou2021-09-29
| | | | * gnu/packages/emacs-xyz.scm (emacs-map): Update to 3.2.1.
* doc: Document Wireguard port configuration option.Jacob Adams2021-09-29
| | | | | | * doc/gnu.texi (VPN Services): Document wireguard port configuration option. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* news: Adapt 'de' translation.Florian Pelz2021-09-29
| | | | * etc/news.scm: Mention that Guix Home is a "technology preview".
* gnu: pigx-chipseq: Update to 0.0.53.Ricardo Wurmus2021-09-29
| | | | | * gnu/packages/bioinformatics.scm (pigx-chipseq): Update to 0.0.53. [inputs]: Add r-hexbin.
* gnu: Add python-pytest-csv.Maxim Cournoyer2021-09-28
| | | | * gnu/packages/python-check.scm (python-pytest-csv): New variable.
* gnu: python-pytest-6: Fix version string in metadata.Maxim Cournoyer2021-09-28
| | | | | | | | The PKG-INFO file generated previously would have '0.0.0' as the version string, causing problems in other packages specifying requirements such as 'pytest>=6'. * gnu/packages/check.scm (python-pytest-6)[phases]{fix-version}: New phase.
* file-systems: Prefer low-memory mode of ‘btrfs check’.Tobias Geerinckx-Rice2021-09-28
| | | | | | | * gnu/build/file-systems.scm (check-btrfs-file-system): Add ‘--mode lowmem’ arguments when supported. Reported by Noisytoot on #guix.
* test: lint: Fix ‘haskell-stackage’ test.Xinglu Chen2021-09-28
| | | | | | | | | | | | | | This is a follow-up to commit 9c5e5ca1c0de56a0d5b2b924de10548172095b58. The previous package was called “ghc-x” which is not available on Stackage, instead change it to “ghc-pandoc” which does exist, and adjust its version. * tests/lint.scm ("haskell-stackage"): Add additional metadata for the package; change package name to “ghc-pandoc”; and change to version to “100.0”. Reported-by: Tobias Geerinckx-Rice <me@tobias.gr> Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: crm114: Fix typo in description.Tobias Geerinckx-Rice2021-09-28
| | | | * gnu/packages/mail.scm (crm114): Fix ‘correllation’ typo.
* gnu: r-simplifyenrichment: Fix typo in description.Tobias Geerinckx-Rice2021-09-28
| | | | | * gnu/packages/bioconductor.scm (r-simplifyenrichment)[description]: Fix ‘implemeted’ typo.
* import: minetest: Fix typos.Tobias Geerinckx-Rice2021-09-28
| | | | | | * guix/import/minetest.scm (elaborate-contentdb-name): Fix ‘ambiguous’ and ‘thes’ typos. * tests/minetest.scm: Likewise for all tests.
* tests: go: Fix typo.Tobias Geerinckx-Rice2021-09-28
| | | | | * tests/go.scm (fixture-go-mod-unparseable): Rename this… (fixture-go-mod-unparsable): …to this. Adjust the only caller.
* doc: Fix typos.Tobias Geerinckx-Rice2021-09-28
| | | | | * doc/guix.texi (Invoking guix import): Fix ‘accross’ typo. (Version Control Services): Fix ‘infomation’ typo.
* gnu: Add falltergeist.phodina via Guix-patches via2021-09-28
| | | | | | * gnu/packages/games.scm (falltergeist): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add sdlpop.phodina via Guix-patches via2021-09-28
| | | | | | * gnu/packages/games.scm (sdlpop): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-bing-dict.Xinglu Chen2021-09-28
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-bing-dict): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-eterm-256color.Xinglu Chen2021-09-28
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-eterm-256color): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-julia-snail: Update to 1.1.4.Nicolas Goaziou2021-09-28
| | | | * gnu/packages/emacs-xyz.scm (emacs-julia-snail): Update to 1.1.4.
* gnu: emacs-parseclj: Update to 1.0.2.Nicolas Goaziou2021-09-28
| | | | * gnu/packages/emacs-xyz.scm (emacs-parseclj): Update to 1.0.2.
* gnu: emacs-evil-matchit: Update to 2.4.1.Nicolas Goaziou2021-09-28
| | | | * gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Update to 2.4.1.
* gnu: emacs-closql: Update to 1.2.0.Nicolas Goaziou2021-09-28
| | | | * gnu/packages/emacs-xyz.scm (emacs-closql): Update to 1.2.0.
* gnu: Add python-glom.jgart2021-09-29
| | | | | | * gnu/packages/python-xyz.scm (python-glom): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: Add python-face.jgart2021-09-29
| | | | | | * gnu/packages/python-xyz.scm (python-face): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: Add lxd.Andrew Whatson2021-09-28
| | | | | | * gnu/packages/virtualization.scm (lxd): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: lxcfs: Update to 4.0.9.Andrew Whatson2021-09-28
| | | | | | * gnu/packages/virtualization.scm (lxcfs): Update to 4.0.9. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: lxc: Update to 4.0.10.Andrew Whatson2021-09-28
| | | | | | * gnu/packages/virtualization.scm (lxc): Update to 4.0.10. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libdqlite: Update to 1.9.0.Andrew Whatson2021-09-28
| | | | | | * gnu/packages/cluster.scm (libdqlite): Update to 1.9.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libraft: Update to 0.11.2.Andrew Whatson2021-09-28
| | | | | | | * gnu/packages/cluster.scm (libraft): Update to 0.11.2. [inputs]: Add lz4. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* news: Mention that Home is a "technology preview".Ludovic Courtès2021-09-28
| | | | * etc/news.scm: Mention that Home is a "technology preview".
* home-services: Add missing imports and function definition.Andrew Tropin2021-09-28
| | | | | | | | | | * gnu/home-services/configuration.scm: Add missing imports. * gnu/home-services/utils.scm (list->human-readable-list): Add new function. * gnu/home-services/configuration.scm: Add missing imports. * gnu/home-services/xdg.scm: Fix ensure-list function. * guix/scripts/home/import.scm: Add missing imports. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: emacs-base16-theme: Add themes to output.John Soo2021-09-28
| | | | | | | * gnu/packages/emacs-xyz (emacs-base16-theme)[arguments]: Add build directory themes to #:include. Add a phase to move them to the appropriate place. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: sbcl-burgled-batteries3: Fix compiling with sbcl >= 2.1.6.Guillaume Le Vaillant2021-09-28
| | | | | | * gnu/packages/patches/sbcl-burgled-batteries3-fix-signals.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/lisp-xyz.scm (sbcl-burgled-batteries3)[source]: Use it.
* gnu: sbcl-ironclad: Update to 0.56.Guillaume Le Vaillant2021-09-28
| | | | * gnu/packages/lisp-xyz.scm (sbcl-ironclad): Update to 0.56.
* gnu: sbcl-png: Fix compiling with sbcl >= 2.1.6.Guillaume Le Vaillant2021-09-28
| | | | | | * gnu/packages/patches/sbcl-png-fix-sbcl-compatibility.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/lisp-xyz.scm (sbcl-png)[source]: Use it.
* gnu: sbcl: Update to 2.1.9.Charles2021-09-28
| | | | | | * gnu/packages/lisp.scm (sbcl): Update to 2.1.9. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: cl-esrap: Update to 0.18-2.866f28f.Charles2021-09-28
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-esrap): Update to 0.18-2.866f28f. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: libraqm: Update to 0.7.2.Nicolas Goaziou2021-09-28
| | | | | | | | * gnu/packages/fontutils.scm (libraqm): Update to 0.7.2. [source]: Use git-fetch method. [build-system]: Switch to meson-build-system. [arguments]<#:phases>: Remove unnecessary (and unrecognized) configure flag per above.