Commit graph

94442 commits

Author SHA1 Message Date
Maxim Cournoyer
249e84943e
gnu: openboardview: Update to 8.95.2.
* gnu/packages/electronics.scm (openboardview): Update to 8.95.2.
[source]: Update snippet comment.
[phases]{remove-timestamps}: Delete phase.
2022-03-21 15:30:54 -04:00
Christine Lemmer-Webber
b61f7602bf
gnu: beancount: Disable sanity check.
* gnu/packages/finance.scm (beancount): Disable sanity check.
2022-03-21 14:36:24 -04:00
Nicolas Goaziou
a1632d5952
gnu: emacs-repology: Update to 1.2.3.
* gnu/packages/emacs-xyz.scm (emacs-repology): Update to 1.2.3.
2022-03-21 11:20:05 +01:00
Nicolas Goaziou
114af5e286
gnu: emacs-ebdb: Update to 0.8.13.
* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.8.13.
2022-03-21 11:20:05 +01:00
Arun Isaac
61b4b6aea2
gnu: Add atomic-queue.
* gnu/packages/cpp.scm (atomic-queue): New variable.
2022-03-21 12:12:49 +02:00
jgart
a47b4da099
gnu: cl-printv: Update to 0.1.0-2.e717a7f.
* gnu/packages/lisp-xyz.scm (sbcl-printv): Update to 0.1.0-2.e717a7f.
  [inputs]: Add figlet.
  [arguments]: Add 'patch-figlet-executable' phase.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-03-21 09:54:55 +01:00
cage
a6d0378fb2
gnu: tinmop: Update to 0.9.6.
* gnu/packages/web-browsers.scm (tinmop): Update to 0.9.6.
  [native-inputs]: Use new style.
  [inputs]: Use new style. Add ncurses, sbcl-purgatory,
  sbcl-trivial-clipboard and sqlite.
  [synopsis, description]: Update them.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-03-21 09:38:01 +01:00
cage
0afea4a790
gnu: cl-croatoan: Update to 0.0.1-5.5d0949d.
* gnu/packages/lisp-xyz.scm (sbcl-croatoan): Update to 0.0.1-5.5d0949d.
  [inputs]: Use new style.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-03-21 09:30:07 +01:00
Efraim Flashner
91bbed89b5
gnu: guix: Fix test suite on riscv64-linux.
* gnu/packages/package-management.scm (guix)[arguments]: Add phase when
building for riscv64-linux to adjust the test suite.
2022-03-21 09:15:36 +02:00
Nicolas Goaziou
ba6f593285
gnu: pyzo: Update to 4.12.3.
* gnu/packages/python-xyz.scm (pyzo): Update to 4.12.3.
2022-03-20 23:28:42 +01:00
Leo Famulari
2bdaf4a378
gnu: linux-libre 5.4: Update to 5.4.186.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.186.
(linux-libre-5.4-pristine-source): Update hash.
2022-03-20 17:07:52 -04:00
Leo Famulari
105c2430be
gnu: linux-libre 5.10: Update to 5.10.107.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.107.
(linux-libre-5.10-pristine-source): Update hash.
2022-03-20 17:07:52 -04:00
Leo Famulari
c100a2d1ce
gnu: linux-libre 5.15: Update to 5.15.30.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.30.
(linux-libre-5.15-pristine-source): Update hash.
2022-03-20 17:07:52 -04:00
Leo Famulari
1c971a69f5
gnu: linux-libre: Update to 5.16.16.
* gnu/packages/linux.scm (linux-libre-5.16-version): Update to 5.16.16.
(linux-libre-5.16-pristine-source): Update hash.
2022-03-20 17:07:48 -04:00
Ludovic Courtès
3748c32b13
home: import: Clarify alias parsing code.
* guix/scripts/home/import.scm (generate-bash-configuration+modules)
[bash-alias->pair]: Return #f on match failure.
[parse-aliases]: Adjust accordingly and use 'match'.
Remove 'filter' call.
2022-03-20 19:02:41 +01:00
Ludovic Courtès
6da2a5a565
home: import: Properly parse aliases that contain quotes.
* guix/scripts/home/import.scm (generate-bash-configuration+modules):
Define 'alias-rx'.
[bash-alias->pair]: Use it.
* tests/home-import.scm (match-home-environment-bash-service-with-alias):
New variable.
("manifest->code: Bash service with aliases"): New test.
2022-03-20 19:02:41 +01:00
Andrew Tropin
92c2397070
home: symlink-manager: Respect XDG_CONFIG_HOME during activation.
* gnu/home/services/symlink-manager.scm (update-symlinks-script): Respect
XDG_CONFIG_HOME during activation.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-03-20 19:02:41 +01:00
Andrew Tropin
3c149de461
home: Migrate fountutils and xdg modules to xdg-configuration-files.
* gnu/home/services/fontutils.scm (home-fontconfig-service-type): Migrate to
xdg-configuration-files.
* gnu/home/services/xdg.scm (home-xdg-user-directories-service-type,
home-xdg-mime-applications-service-type): Migrate to xdg-configuration-files.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-03-20 19:02:41 +01:00
Andrew Tropin
4935501fd9
home: shells: Migrate zsh to xdg-configuration-files.
* gnu/home/services.scm (home-zsh-service-type): Additionally extend
home-xdg-configuration-files-service-type.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-03-20 19:02:41 +01:00
Andrew Tropin
e0089dc0e9
home: Add home-xdg-configuration-files service.
* gnu/home/services.scm (home-xdg-configuration-files): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-03-20 19:02:41 +01:00
Andrew Tropin
d3ef61ab17
home: Explicitly connect home-file and symlink-manager services.
* gnu/home/services.scm (home-files-directory): New variable.
* gnu/home/symlink-manager.scm (update-symlinks-script): Use
home-files-directory variable from (gnu home services).

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-03-20 19:02:41 +01:00
Andrew Tropin
d05954047f
home: symlink-manager: Add missing 'done' word in message.
* gnu/home/services/symlink-manager.scm (update-symlinks-script): Add missing
'done' word in message, keep code width below 80 column.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-03-20 19:02:41 +01:00
Andrew Tropin
9e86e58d6f
home: symlink-manager: Use existing home-directory symbol.
* gnu/home/services/symlink-manager.scm (update-symlinks-script): Use
existing home-directory symbol instead of additional getenv call.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-03-20 19:02:40 +01:00
Jelle Licht
10d865aa92
services: thermald: Add 'adaptive?' field.
* gnu/services/pm.scm (<thermald-configuration>): Add 'adaptive?' field.
(thermald-shepherd-service): Use it to pass --adaptive to thermald.
* doc/guix.texi (Power Management Services): Document the 'adaptive?' field of
'thermald-configuration'.
2022-03-20 16:40:22 +01:00
Efraim Flashner
01d433250f
gnu: lagrange: Update to 1.11.2.
* gnu/packages/web-browsers.scm (lagrange): Update to 1.11.2.
2022-03-20 16:21:55 +02:00
Efraim Flashner
7874691721
gnu: flatpak: Update to 1.12.7.
* gnu/packages/package-management.scm (flatpak): Update to 1.12.7.
2022-03-20 16:21:55 +02:00
Efraim Flashner
f243e6d875
gnu: weechat: Update to 3.4.1.
* gnu/packages/irc.scm (weechat): Update to 3.4.1.
2022-03-20 16:21:54 +02:00
Liliana Marie Prikler
d8079790c3
gnu: system-config-printer: Use new style for arguments.
* gnu/packages/gnome.scm (system-config-printer)[arguments]: Use
G-Expressions.  Delete trailing #ts.
2022-03-20 14:44:26 +01:00
Liliana Marie Prikler
323172875a
gnu: system-config-printer: Update to 1.5.16.
* gnu/packages/gnome.scm (system-config-printer): Update to 1.5.16.
[#:phases]<patch-Makefile.am>: Rename to ...
<patch-build-files>: ... this.  Also patch configure.ac
[inputs]: Replace intltool with gettext-minimal.
2022-03-20 14:44:25 +01:00
Liliana Marie Prikler
99b41ffcbf
gnu: system-config-printer: Add install directories to pythonpath.
* gnu/packages.gnome.scm (system-config-printer)[#:phases]: Add
‘add-install-to-pythonpath’ between ‘install’ and ‘wrap-for-python’.
2022-03-20 14:44:25 +01:00
Liliana Marie Prikler
5e8f648842
gnu: mumble: Use correct path for libmumbleoverlay.
* gnu/packages/telephony.scm (mumble)[fix-mumble-overlay]: Use
‘libmumbleoverlay.so’ instead of the old ‘libmumble.so.1’.
Drop trailing #t.
2022-03-20 14:44:25 +01:00
Nicolas Goaziou
ea8aebafca
gnu: emacs-helm: Update to 3.8.5.
* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.8.5.
2022-03-20 12:37:44 +01:00
Nicolas Goaziou
992d456421
gnu: emacs-eldev: Update to 1.0.
* gnu/packages/emacs-xyz.scm (emacs-eldev): Update to 1.0.
2022-03-20 12:35:06 +01:00
Nicolas Goaziou
590e4c29c5
gnu: emacs-ebuild-mode: Update to 1.56.
* gnu/packages/emacs-xyz.scm (emacs-ebuild-mode): Update to 1.56.
2022-03-20 12:33:36 +01:00
Nicolas Goaziou
abeb985d4c
gnu: emacs-rg: Update to 2.2.0.
* gnu/packages/emacs-xyz.scm (emacs-rg): Update to 2.2.0.
2022-03-20 12:32:47 +01:00
Nicolas Goaziou
e71cb813b9
gnu: emacs-org-re-reveal: Update to 3.12.5.
* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.12.5.
2022-03-20 12:31:21 +01:00
Nicolas Goaziou
9f30c44590
gnu: emacs-org-roam: Update to 2.2.1.
* gnu/packages/emacs-xyz.scm (emacs-org-roam): Update to 2.2.1.
2022-03-20 12:29:22 +01:00
Nicolas Goaziou
33ecd898a5
gnu: emacs-org-ql: Update to 0.6.1.
* gnu/packages/emacs-xyz.scm (emacs-org-ql): Update to 0.6.1.
2022-03-20 12:27:34 +01:00
Nicolas Goaziou
07c3a279b7
gnu: emacs-geiser-guile: Update to 0.23.
* gnu/packages/emacs-xyz.scm (emacs-geiser-guile): Update to 0.23.
2022-03-20 12:26:54 +01:00
Nicolas Goaziou
2db642b9b0
gnu: emacs-geiser: Update to 0.23.1.
* gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.23.1.
2022-03-20 12:25:50 +01:00
Efraim Flashner
57578256bf
gnu: gnuastro: Remove input labels.
* gnu/packages/astronomy.scm (gnuastro)[inputs]: Remove input labels.
2022-03-20 08:49:28 +02:00
Efraim Flashner
6a45a1f422
gnu: gnuastro: Update to 0.17.
* gnu/packages/astronomy.scm (gnuastro): Update to 0.17.
2022-03-20 08:48:00 +02:00
Florian Pelz
0d21677170
news: Add 'de' translation.
* etc/news.scm: Add German translation of 'guix home container' entry.
2022-03-20 01:10:57 +01:00
Z572
c51961b61f
gnu: assimp: Update to 5.2.2.
Message-Id: <ccbfd879e41c5c0bbeee965c363e48b08b7750d0.1647174270.git.873216071@qq.com>
From: Z572 <873216071@qq.com>
Date: Sun, 13 Mar 2022 20:19:48 +0800
Subject: [PATCH] gnu: assimp: Update to 5.2.2.

* gnu/packages/graphics.scm (assimp): Update to 5.2.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-03-19 23:21:51 +01:00
itd
2b315fe020
gnu: python-mypy: Fix test errors on i686-linux.
* gnu/packages/patches/python-mypy-12332.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/python-check.scm (python-mypy)[source]<origin>: Use patch
"python-mypy-12332.patch" to avoid overflow issues resulting in test failures.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-03-19 23:08:57 +01:00
Ludovic Courtès
d93706aded
gnu: isl: Add 'release-monitoring-url' property.
* gnu/packages/gcc.scm (isl)[properties]: New field.
2022-03-19 22:44:31 +01:00
Ludovic Courtès
75431d509b
gnu: isl: Get source from SourceForge.
Reported by Artyom V. Poptsov <poptsov.artyom@gmail.com>.

* gnu/packages/gcc.scm (isl)[home-page]: Update.
[source]: Replace gforge.inria.fr URL with mirror://sourceforge URL.
(isl-0.18)[source]: Likewise.
(isl-0.11)[source]: Likewise.
2022-03-19 22:44:03 +01:00
Ludovic Courtès
9ea6a18e99
guix home: Show "container" in '--help' output.
This is a followup to 094a2cfbe4.

* guix/scripts/home.scm (show-help): Add "container".
2022-03-19 22:25:53 +01:00
Timothy Sample
f0136b36ae
gnu: commencement: Remove many old utilities.
* gnu/packages/commencement.scm (bash-mesboot0): Delete variable...
(%boot-tcc-inputs): ...and remove it from here.
(gawk-mesboot0): Delete variable...
(%boot-mesboot-core-inputs): ...and remove it from here.
(coreutils-mesboot0): Delete variable.
(%boot-mesboot1-inputs): Remove 'bash-mesboot',
'coreutils-mesboot0', 'gawk-mesboot', 'grep-mesboot', 'sed-mesboot',
and 'tar-mesboot' from the list of inputs to add; and remove "bash",
"bootar", "coreutils", "gash", "gawk", "grep", "guile", "sed", and
"tar" from the list of inputs to delete.
(hello-mesboot)[native-inputs]: Remove 'xz-mesboot'.
(gawk-mesboot)[native-inputs]: Use '%boot-mesboot2-inputs'.
(%boot-mesboot3-inputs): Remove 'xz-mesboot'; add 'gawk-mesboot'.
(glibc-headers-mesboot)[arguments]: Add 'remove-bashism' phase.
(glibc-mesboot)[arguments]: Add 'simplify-intl-tests' phase.
(gcc-mesboot1-wrapper)[native-inputs]: Replace 'bash-mesboot' and
'coreutils-mesboot0' with 'gash-boot' and 'gash-utils-boot'.
(gcc-mesboot-wrapper): Likewise.
(mesboot-package): New procedure.
(bash-mesboot, coreutils-mesboot, grep-mesboot, sed-mesboot,
xz-mesboot, tar-mesboot): Recreate in terms of 'mesboot-package'
using up-to-date versions.
(%boot-mesboot6-inputs): Add 'bash-mesboot', 'coreutils-mesboot',
'grep-mesboot', 'sed-mesboot', 'tar-mesboot', and 'xz-mesboot' to
the list of inputs to add; and add "bash" and "bootar" to the list
of inputs to delete.
2022-03-19 13:33:07 -06:00
Timothy Sample
1594aaecd5
gnu: %boot-tcc-inputs: Remove extra "gash-utils".
* gnu/packages/commencement.scm (%boot-tcc-inputs): Remove
'gash-utils-boot' (it is already included in '%boot-gash-inputs'
under the name "coreutils").
2022-03-19 13:33:07 -06:00