summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-28file-systems: Prefer low-memory mode of ‘btrfs check’.Tobias Geerinckx-Rice
* gnu/build/file-systems.scm (check-btrfs-file-system): Add ‘--mode lowmem’ arguments when supported. Reported by Noisytoot on #guix.
2021-09-28test: lint: Fix ‘haskell-stackage’ test.Xinglu Chen
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>
2021-09-28gnu: crm114: Fix typo in description.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (crm114): Fix ‘correllation’ typo.
2021-09-28gnu: r-simplifyenrichment: Fix typo in description.Tobias Geerinckx-Rice
* gnu/packages/bioconductor.scm (r-simplifyenrichment)[description]: Fix ‘implemeted’ typo.
2021-09-28import: minetest: Fix typos.Tobias Geerinckx-Rice
* guix/import/minetest.scm (elaborate-contentdb-name): Fix ‘ambiguous’ and ‘thes’ typos. * tests/minetest.scm: Likewise for all tests.
2021-09-28tests: go: Fix typo.Tobias Geerinckx-Rice
* tests/go.scm (fixture-go-mod-unparseable): Rename this… (fixture-go-mod-unparsable): …to this. Adjust the only caller.
2021-09-28doc: Fix typos.Tobias Geerinckx-Rice
* doc/guix.texi (Invoking guix import): Fix ‘accross’ typo. (Version Control Services): Fix ‘infomation’ typo.
2021-09-28gnu: Add falltergeist.phodina via Guix-patches via
* gnu/packages/games.scm (falltergeist): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-09-28gnu: Add sdlpop.phodina via Guix-patches via
* gnu/packages/games.scm (sdlpop): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-09-28gnu: Add emacs-bing-dict.Xinglu Chen
* gnu/packages/emacs-xyz.scm (emacs-bing-dict): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-09-28gnu: Add emacs-eterm-256color.Xinglu Chen
* gnu/packages/emacs-xyz.scm (emacs-eterm-256color): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-09-28gnu: emacs-julia-snail: Update to 1.1.4.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-julia-snail): Update to 1.1.4.
2021-09-28gnu: emacs-parseclj: Update to 1.0.2.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-parseclj): Update to 1.0.2.
2021-09-28gnu: emacs-evil-matchit: Update to 2.4.1.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Update to 2.4.1.
2021-09-28gnu: emacs-closql: Update to 1.2.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-closql): Update to 1.2.0.
2021-09-29gnu: Add python-glom.jgart
* gnu/packages/python-xyz.scm (python-glom): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2021-09-29gnu: Add python-face.jgart
* gnu/packages/python-xyz.scm (python-face): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2021-09-28gnu: Add lxd.Andrew Whatson
* gnu/packages/virtualization.scm (lxd): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-28gnu: lxcfs: Update to 4.0.9.Andrew Whatson
* gnu/packages/virtualization.scm (lxcfs): Update to 4.0.9. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-28gnu: lxc: Update to 4.0.10.Andrew Whatson
* gnu/packages/virtualization.scm (lxc): Update to 4.0.10. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-28gnu: libdqlite: Update to 1.9.0.Andrew Whatson
* gnu/packages/cluster.scm (libdqlite): Update to 1.9.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-28gnu: libraft: Update to 0.11.2.Andrew Whatson
* gnu/packages/cluster.scm (libraft): Update to 0.11.2. [inputs]: Add lz4. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-28news: Mention that Home is a "technology preview".Ludovic Courtès
* etc/news.scm: Mention that Home is a "technology preview".
2021-09-28home-services: Add missing imports and function definition.Andrew Tropin
* 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>
2021-09-28gnu: emacs-base16-theme: Add themes to output.John Soo
* 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>
2021-09-28gnu: sbcl-burgled-batteries3: Fix compiling with sbcl >= 2.1.6.Guillaume Le Vaillant
* 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.
2021-09-28gnu: sbcl-ironclad: Update to 0.56.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-ironclad): Update to 0.56.
2021-09-28gnu: sbcl-png: Fix compiling with sbcl >= 2.1.6.Guillaume Le Vaillant
* 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.
2021-09-28gnu: sbcl: Update to 2.1.9.Charles
* gnu/packages/lisp.scm (sbcl): Update to 2.1.9. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-09-28gnu: cl-esrap: Update to 0.18-2.866f28f.Charles
* gnu/packages/lisp-xyz.scm (sbcl-esrap): Update to 0.18-2.866f28f. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-09-28gnu: libraqm: Update to 0.7.2.Nicolas Goaziou
* 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.
2021-09-28gnu: emacs-butler: Update to 0.2.6.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-butler): Update to 0.2.6.
2021-09-28gnu: emacs-pubmed: Update to 0.5.2.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-pubmed): Update to 0.5.2.
2021-09-28gnu: Add python-pymodbus.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-pymodbus): New variable.
2021-09-28gnu: Add python-pyserial-asyncio.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-pyserial-asyncio): New variable.
2021-09-27gnu: Add python-pytest-random-order.Maxim Cournoyer
* gnu/packages/check.scm (python-pytest-random-order): New variable.
2021-09-27gnu: python-proto-match: Explicitly disable tests to fix build.Maxim Cournoyer
I previously thought this unnecessary, but attempting to build the package suggests otherwise. * gnu/packages/python-xyz.scm (python-proto-matcher)[tests?]: Set to #f.
2021-09-28gnu: ccache: Update to 4.4.1.Tobias Geerinckx-Rice
* gnu/packages/ccache.scm (ccache): Update to 4.4.1. [source]: Add patch. [arguments]: Remove explicit #t return values from phases. * gnu/packages/patches/ccache-fix-basedir-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2021-09-28gnu: faudio: Update to 21.09.Tobias Geerinckx-Rice
* gnu/packages/audio.scm (faudio): Update to 21.09.
2021-09-28gnu: detox: Update to 1.4.5.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (detox): Update to 1.4.5.
2021-09-27news: Add 'de' translation.Florian Pelz
* etc/news.scm: Add German translation of Guix Home entry.
2021-09-27gnu: giac: Update to 1.7.0-33.Nicolas Goaziou
* gnu/packages/algebra.scm (giac): Update to 1.7.0-33.
2021-09-27gnu: emacs-parseedn: Update to 1.0.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-parseedn): Update to 1.0.0.
2021-09-27gnu: emacs-parseclj: Update to 1.0.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-parseclj): Update to 1.0.0.
2021-09-27gnu: emacs-solaire-mode: Update to 2.0.3.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-solaire-mode): Update to 2.0.3.
2021-09-27Merge branch 'wip-guix-home'Oleg Pykhalov
2021-09-27news: Add entry about Guix Home.Andrew Tropin
* etc/news.scm: Add entry. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2021-09-27doc: Add a note about Guix Home status.Andrew Tropin
* doc/guix.texi: Add a note about Guix Home status. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2021-09-27gnu: tla2tools: Build from a known commit.Tobias Geerinckx-Rice
Reported by Andrew Patterson <andrewpatt7@gmail.com>. * gnu/packages/java.scm (tla2tools)[version, source]: Use a commit (and GIT-VERSION) instead of a tag.
2021-09-27gnu: cl-funds: Update to 1-2.39d4258.Charles via Guix-patches via
* gnu/packages/lisp-xyz.scm (sbcl-funds): Update to 1-2.39d4258. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>