Commit graph

83346 commits

Author SHA1 Message Date
Tobias Geerinckx-Rice bc5152a25d
gnu: dehydrated: Update description.
* gnu/packages/tls.scm (dehydrated)[synopsis, description]:
Let's Encrypt hasn't been the only game in ACME town in ages.
2021-09-29 16:56:40 +02:00
Tobias Geerinckx-Rice f213df3127
gnu: exim: Don't return #t from phases.
* gnu/packages/mail.scm (exim)[arguments]: Don't explicitly return #t from phases.
2021-09-29 16:56:40 +02:00
Tobias Geerinckx-Rice 6e488fb069
gnu: exim: Prepare for cross-compilation.
* gnu/packages/mail.scm (exim)[arguments]: Use CC-FOR-TARGET.
2021-09-29 16:56:40 +02:00
Tobias Geerinckx-Rice db686f0b34
gnu: exim: Update to 4.95.
* gnu/packages/mail.scm (exim): Update to 4.95.
2021-09-29 16:56:40 +02:00
Tobias Geerinckx-Rice baa6c39f8a
gnu: ocaml-dune-build-info: Fix typo in description.
* gnu/packages/ocaml.scm (ocaml-dune-build-info)[description]:
Fix ‘informations’ typo.
2021-09-29 16:56:40 +02:00
Tobias Geerinckx-Rice 7092ca77d0
gnu: parinfer-rust: Fix typos in description.
* gnu/packages/text-editors.scm (parinfer-rust)[synopsis, description]:
Fix two different ways to mistype ‘parentheses’.
2021-09-29 16:56:39 +02:00
Tobias Geerinckx-Rice 339b96bdc5
gnu: trytond-stock-forecast: Fix typo in description.
* gnu/packages/tryton.scm (trytond-stock-forecast)[description]:
Fix ‘mecanisms’ typo.
2021-09-29 16:56:39 +02:00
Tobias Geerinckx-Rice ae6e09ad47
gnu: rust-dbus: Fix typo in description.
* gnu/packages/crates-io.scm (rust-dbus-0.9)[description]: Fix ‘provies’
typo.
2021-09-29 16:56:39 +02:00
Tobias Geerinckx-Rice 2f249e4c57
gnu: texlive-latex-l3packages: Fix typo in description.
* gnu/packages/tex.scm (texlive-latex-l3packages)[description]:
Delete stray hyphen.
2021-09-29 16:56:39 +02:00
Efraim Flashner e0bbe763a3
gnu: vifm: Update to 0.12.
* gnu/packages/vim.scm (vifm): Update to 0.12.
2021-09-29 17:29:29 +03:00
Nicolas Goaziou 79771bd2bb
gnu: mame: Update to 0.236.
* gnu/packages/emulators.scm (mame): Update to 0.236.
2021-09-29 15:58:56 +02:00
Nicolas Goaziou 324de089cb
gnu: emacs-modus-themes: Update to 1.6.0.
* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 1.6.0.
2021-09-29 15:22:27 +02:00
Nicolas Goaziou a081f18e14
gnu: emacs-map: Update to 3.2.1.
* gnu/packages/emacs-xyz.scm (emacs-map): Update to 3.2.1.
2021-09-29 15:21:10 +02:00
Jacob Adams edcc9ebc03
doc: Document Wireguard port configuration option.
* doc/gnu.texi (VPN Services): Document wireguard port configuration option.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-09-29 13:16:59 +00:00
Florian Pelz 4687ee9cac
news: Adapt 'de' translation.
* etc/news.scm: Mention that Guix Home is a "technology preview".
2021-09-29 10:40:45 +02:00
Ricardo Wurmus 53611ab5c5
gnu: pigx-chipseq: Update to 0.0.53.
* gnu/packages/bioinformatics.scm (pigx-chipseq): Update to 0.0.53.
[inputs]: Add r-hexbin.
2021-09-29 09:58:45 +02:00
Maxim Cournoyer 34cf1f451e
gnu: Add python-pytest-csv.
* gnu/packages/python-check.scm (python-pytest-csv): New variable.
2021-09-28 22:25:39 -04:00
Maxim Cournoyer cf2b021e60
gnu: python-pytest-6: Fix version string in metadata.
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.
2021-09-28 22:11:19 -04:00
Tobias Geerinckx-Rice e91c9ce32e
file-systems: Prefer low-memory mode of ‘btrfs check’.
* gnu/build/file-systems.scm (check-btrfs-file-system):
Add ‘--mode lowmem’ arguments when supported.

Reported by Noisytoot on #guix.
2021-09-28 22:08:23 +02:00
Xinglu Chen 50d2421419
test: lint: Fix ‘haskell-stackage’ test.
This is a follow-up to commit 9c5e5ca1c0.

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-28 22:00:48 +02:00
Tobias Geerinckx-Rice b44bf31aa9
gnu: crm114: Fix typo in description.
* gnu/packages/mail.scm (crm114): Fix ‘correllation’ typo.
2021-09-28 22:00:48 +02:00
Tobias Geerinckx-Rice 708fe49523
gnu: r-simplifyenrichment: Fix typo in description.
* gnu/packages/bioconductor.scm (r-simplifyenrichment)[description]:
Fix ‘implemeted’ typo.
2021-09-28 22:00:48 +02:00
Tobias Geerinckx-Rice 2f5368d678
import: minetest: Fix typos.
* guix/import/minetest.scm (elaborate-contentdb-name): Fix ‘ambiguous’
and ‘thes’ typos.
* tests/minetest.scm: Likewise for all tests.
2021-09-28 22:00:47 +02:00
Tobias Geerinckx-Rice 770ae09860
tests: go: Fix typo.
* tests/go.scm (fixture-go-mod-unparseable): Rename this…
(fixture-go-mod-unparsable): …to this.  Adjust the only caller.
2021-09-28 22:00:47 +02:00
Tobias Geerinckx-Rice b0c03aa4d8
doc: Fix typos.
* doc/guix.texi (Invoking guix import): Fix ‘accross’ typo.
(Version Control Services): Fix ‘infomation’ typo.
2021-09-28 22:00:47 +02:00
phodina via Guix-patches via 87178ed29e
gnu: Add falltergeist.
* gnu/packages/games.scm (falltergeist): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-09-28 21:39:48 +02:00
phodina via Guix-patches via f9ed753c7b
gnu: Add sdlpop.
* gnu/packages/games.scm (sdlpop): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-09-28 21:33:43 +02:00
Xinglu Chen 3444291e5c
gnu: Add emacs-bing-dict.
* gnu/packages/emacs-xyz.scm (emacs-bing-dict): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-09-28 21:29:55 +02:00
Xinglu Chen b900284965
gnu: Add emacs-eterm-256color.
* gnu/packages/emacs-xyz.scm (emacs-eterm-256color): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-09-28 21:28:56 +02:00
Nicolas Goaziou 982bceb860
gnu: emacs-julia-snail: Update to 1.1.4.
* gnu/packages/emacs-xyz.scm (emacs-julia-snail): Update to 1.1.4.
2021-09-28 21:23:34 +02:00
Nicolas Goaziou 9be6c28dcb
gnu: emacs-parseclj: Update to 1.0.2.
* gnu/packages/emacs-xyz.scm (emacs-parseclj): Update to 1.0.2.
2021-09-28 21:21:16 +02:00
Nicolas Goaziou e563dd6929
gnu: emacs-evil-matchit: Update to 2.4.1.
* gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Update to 2.4.1.
2021-09-28 21:19:39 +02:00
Nicolas Goaziou 2a9ddfc9e5
gnu: emacs-closql: Update to 1.2.0.
* gnu/packages/emacs-xyz.scm (emacs-closql): Update to 1.2.0.
2021-09-28 21:15:54 +02:00
jgart 009f0fc3dd
gnu: Add python-glom.
* gnu/packages/python-xyz.scm (python-glom): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2021-09-29 00:09:47 +05:30
jgart ea75da9ec9
gnu: Add python-face.
* gnu/packages/python-xyz.scm (python-face): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2021-09-29 00:06:14 +05:30
Andrew Whatson 5edfa6d15e
gnu: Add lxd.
* gnu/packages/virtualization.scm (lxd): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-28 15:43:01 +02:00
Andrew Whatson 9811a9d725
gnu: lxcfs: Update to 4.0.9.
* gnu/packages/virtualization.scm (lxcfs): Update to 4.0.9.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-28 15:43:00 +02:00
Andrew Whatson f9c3893d22
gnu: lxc: Update to 4.0.10.
* gnu/packages/virtualization.scm (lxc): Update to 4.0.10.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-28 15:43:00 +02:00
Andrew Whatson 15daaaff80
gnu: libdqlite: Update to 1.9.0.
* gnu/packages/cluster.scm (libdqlite): Update to 1.9.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-28 15:43:00 +02:00
Andrew Whatson 5c3f764aaf
gnu: libraft: Update to 0.11.2.
* gnu/packages/cluster.scm (libraft): Update to 0.11.2.
[inputs]: Add lz4.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-28 15:43:00 +02:00
Ludovic Courtès 62180be2ee
news: Mention that Home is a "technology preview".
* etc/news.scm: Mention that Home is a "technology preview".
2021-09-28 15:43:00 +02:00
Andrew Tropin badf788f15
home-services: Add missing imports and function definition.
* 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-28 13:50:21 +03:00
John Soo 0c6145e591
gnu: emacs-base16-theme: Add themes to output.
* 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-28 12:05:46 +02:00
Guillaume Le Vaillant 1623e6023b
gnu: sbcl-burgled-batteries3: Fix compiling with sbcl >= 2.1.6.
* 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-28 11:37:02 +02:00
Guillaume Le Vaillant 226ff4147a
gnu: sbcl-ironclad: Update to 0.56.
* gnu/packages/lisp-xyz.scm (sbcl-ironclad): Update to 0.56.
2021-09-28 10:52:49 +02:00
Guillaume Le Vaillant dce9b98d55
gnu: sbcl-png: Fix compiling with sbcl >= 2.1.6.
* 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-28 10:46:40 +02:00
Charles 946ac3467e
gnu: sbcl: Update to 2.1.9.
* gnu/packages/lisp.scm (sbcl): Update to 2.1.9.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-09-28 10:30:23 +02:00
Charles 9bf9dd79ef
gnu: cl-esrap: Update to 0.18-2.866f28f.
* gnu/packages/lisp-xyz.scm (sbcl-esrap): Update to 0.18-2.866f28f.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-09-28 10:15:41 +02:00
Nicolas Goaziou 999ef90a4c
gnu: libraqm: Update to 0.7.2.
* 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-28 09:08:00 +02:00
Nicolas Goaziou fddacc9192
gnu: emacs-butler: Update to 0.2.6.
* gnu/packages/emacs-xyz.scm (emacs-butler): Update to 0.2.6.
2021-09-28 08:56:17 +02:00