Commit graph

119022 commits

Author SHA1 Message Date
Efraim Flashner a0c387cb79
gnu: nss: Fix building on powerpc-linux.
* gnu/packages/nss.scm (nss)[arguments]: Skip tests on powerpc-linux.
Adjust the configure-flags when building for powerpc-linux to not use
features unavailable for that architecture.
2023-07-24 08:14:58 +03:00
Ricardo Wurmus b5af0b9c01
gnu: Add python-openai.
* gnu/packages/python-web.scm (python-openai): New variable.
2023-07-23 23:08:47 +02:00
Ricardo Wurmus b95b34d6a3
gnu: Add python-fastapi-csrf-protect.
* gnu/packages/python-web.scm (python-fastapi-csrf-protect): New variable.
2023-07-23 23:08:47 +02:00
Ricardo Wurmus e332dfab61
gnu: Add r-degreport.
* gnu/packages/bioconductor.scm (r-degreport): New variable.
2023-07-23 23:08:47 +02:00
Ricardo Wurmus cc14e04c8e
gnu: Add r-wheatmap.
* gnu/packages/cran.scm (r-wheatmap): New variable.
2023-07-23 23:08:47 +02:00
Ricardo Wurmus 871cb5295c
gnu: Add r-setrng.
* gnu/packages/cran.scm (r-setrng): New variable.
2023-07-23 23:08:47 +02:00
Tobias Geerinckx-Rice 80afaaf4e3
gnu: darktable: Update to 4.4.2.
* gnu/packages/photo.scm (darktable): Update to 4.4.2.
2023-07-16 02:00:08 +02:00
Tobias Geerinckx-Rice b61f2208c7
gnu: hwinfo: Remove input labels.
* gnu/packages/hardware.scm (hwinfo)[inputs]:
Remove input labels.
2023-07-16 02:00:08 +02:00
Tobias Geerinckx-Rice e47f2cd387
gnu: hwinfo: Update to 23.2.
* gnu/packages/hardware.scm (hwinfo): Update to 23.2.
2023-07-16 02:00:08 +02:00
Tobias Geerinckx-Rice 4d958375ea
gnu: godot: Update to 4.1.1.
* gnu/packages/game-development.scm (godot): Update to 4.1.1.
2023-07-16 02:00:08 +02:00
Tobias Geerinckx-Rice ed8b10ede9
gnu: emacs-pos-tip: Update to 0.4.7.
* gnu/packages/emacs-xyz.scm (emacs-pos-tip): Update to 0.4.7.
2023-07-16 02:00:08 +02:00
Tobias Geerinckx-Rice 806907ff83
gnu: mplayer: Use #:configure-flags.
* gnu/packages/video.scm (mplayer)[arguments]: Move configure flags
to their proper keyword, and honour them in the 'configure phase.
2023-07-16 02:00:08 +02:00
Tobias Geerinckx-Rice 96727475fb
gnu: mplayer: Use G-expressions.
* gnu/packages/video.scm (mplayer)[arguments]:
Rewrite as G-expressions.
2023-07-16 02:00:08 +02:00
Tobias Geerinckx-Rice c89173cf46
gnu: mplayer: Remove input labels.
* gnu/packages/video.scm (mplayer)[inputs]:
Remove input labels.
2023-07-16 02:00:08 +02:00
Tobias Geerinckx-Rice 51bf90c72e
gnu: mplayer: Update to 1.5.
* gnu/packages/video.scm (mplayer): Update to 1.5.
2023-07-16 02:00:08 +02:00
Tobias Geerinckx-Rice acd9d1b9b2
gnu: python-compreffor: Mark up description.
* gnu/packages/fontutils.scm (python-compreffor)[synopsis, description]:
Use @acronym{}.
2023-07-16 02:00:07 +02:00
Tobias Geerinckx-Rice 173ee74c0b
gnu: python-compreffor: Update to 0.5.4.
* gnu/packages/fontutils.scm (python-compreffor): Update to 0.5.4.
2023-07-16 02:00:07 +02:00
Tobias Geerinckx-Rice 7419b187d1
guix-install.sh: Fix incomplete installation.
‘false || return’ returns false, and
‘set -e’ aborts the script.  This leaves
Guix half installed with visual indication of error.

* etc/guix-install.sh (sys_customize_bashrc, sys_maybe_setup_selinux):
Explicitly return 0.
2023-07-16 02:00:07 +02:00
Tobias Geerinckx-Rice c89e0b4d20
guix-install.sh: Install SELinux policy only if tools are present.
* etc/guix-install.sh (sys_maybe_setup_selinux): Silently return if
the ‘semodule’ or ‘restorecon’ commands are missing.
2023-07-16 02:00:07 +02:00
Liliana Marie Prikler 445a035908
gnu: Remove sky.
This package, along with other SCUMMVM-based games violate the FSDG: they are
neither built from nor point towards their corresponding source code.
See <https://lists.gnu.org/archive/html/guix-devel/2022-08/msg00039.html>
and <https://lists.gnu.org/archive/html/guix-devel/2023-06/msg00091.html>
for more information.

* gnu/packages/games.scm (sky): Delete variable.
2023-07-23 09:50:07 +02:00
Liliana Marie Prikler 6ac90e8942
gnu: Remove queen.
This package, along with other SCUMMVM-based games violate the FSDG: they are
neither built from nor point towards their corresponding source code.
See <https://lists.gnu.org/archive/html/guix-devel/2022-08/msg00039.html>
and <https://lists.gnu.org/archive/html/guix-devel/2023-06/msg00091.html>
for more information.

* gnu/packages/games.scm (make-queen-package, queen, queen-de, queen-fr)
(queen-it): Delete variable.
2023-07-23 09:50:07 +02:00
Liliana Marie Prikler 4423298863
gnu: Remove lure.
This package, along with other SCUMMVM-based games violate the FSDG: they are
neither built from nor point towards their corresponding source code.
See <https://lists.gnu.org/archive/html/guix-devel/2022-08/msg00039.html>
and <https://lists.gnu.org/archive/html/guix-devel/2023-06/msg00091.html>
for more information.

* gnu/packages/games.scm (make-lure-package, lure, lure-de, lure-es)
(lure-fr, lure-it): Delete variable.
2023-07-23 09:50:07 +02:00
Liliana Marie Prikler 29c390673d
gnu: Remove drascula.
This package, along with other SCUMMVM-based games violate the FSDG: they are
neither built from nor point towards their corresponding source code.
See <https://lists.gnu.org/archive/html/guix-devel/2022-08/msg00039.html>
and <https://lists.gnu.org/archive/html/guix-devel/2023-06/msg00091.html>
for more information.

* gnu/packages/games.scm (drascula): Delete variable.
2023-07-23 09:50:07 +02:00
Ahmad Draidi 79af3f8366
gnu: Add emacs-consult-flycheck.
* gnu/packages/emacs-xyz.scm (emacs-consult-flycheck): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-23 09:50:07 +02:00
Ahmad Draidi f88a7d82c7
gnu: Add emacs-heaven-and-hell.
* gnu/packages/emacs-xyz.scm (emacs-heaven-and-hell): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-23 09:50:07 +02:00
Ahmad Draidi a0d576bf26
gnu: Add emacs-mu4e-dashboard.
* gnu/packages/emacs-xyz.scm (emacs-mu4e-dashboard): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-23 09:50:06 +02:00
Ahmad Draidi 440ce641cc
gnu: Add emacs-persistent-scratch.
* gnu/packages/emacs-xyz.scm (emacs-persistent-scratch): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-23 09:50:06 +02:00
Ahmad Draidi 4b83e94bd8
gnu: Add emacs-mode-line-bell.
* gnu/packages/emacs-xyz.scm (emacs-mode-line-bell): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-23 09:50:06 +02:00
Ahmad Draidi cc2e092c3d
gnu: Add emacs-project-mode-line-tag.
* gnu/packages/emacs-xyz.scm (emacs-project-mode-line-tag): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-23 09:50:06 +02:00
Ahmad Draidi 68945743c2
gnu: Add emacs-exotica-theme.
* gnu/packages/emacs-xyz.scm (emacs-exotica-theme): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-23 09:50:06 +02:00
Ahmad Draidi d41d60b608
gnu: Add emacs-zeno-theme.
* gnu/packages/emacs-xyz.scm (emacs-zeno-theme): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-23 09:50:06 +02:00
Ahmad Draidi 9eb37dd195
gnu: Add emacs-which-key-posframe.
* gnu/packages/emacs-xyz.scm (emacs-which-key-posframe): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-23 09:50:06 +02:00
Ahmad Draidi 2e19854030
gnu: Add emacs-transient-posframe.
* gnu/packages/emacs-xyz.scm (emacs-transient-posframe): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-23 09:50:06 +02:00
Giacomo Leidi 468e3604e4
gnu: gnome-shell-extension-dash-to-panel: Update to 56.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-panel): Update to 56.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-23 09:50:06 +02:00
Ahmad Draidi 69bfb753be
gnu: Add emacs-gc-stats.
* gnu/packages/emacs-xyz.scm (emacs-gc-stats): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-23 09:50:06 +02:00
Ahmad Draidi 33bf4588b4
gnu: Add emacs-sweet-theme.
* gnu/packages/emacs-xyz.scm (emacs-sweet-theme): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-23 09:50:05 +02:00
Tobias Geerinckx-Rice fdfea4c4ed
gnu: brltty: Use G-expressions.
* gnu/packages/accessibility.scm (brltty)[arguments]:
Rewrite as G-expressions.
2023-07-16 02:00:04 +02:00
Tobias Geerinckx-Rice 448e75ff9b
gnu: brltty: Update to 6.6.
* gnu/packages/accessibility.scm (brltty): Update to 6.6.
2023-07-16 02:00:04 +02:00
Tobias Geerinckx-Rice a0508975dd
gnu: google-highway: Update to 1.0.5.
* gnu/packages/cpp.scm (google-highway): Update to 1.0.5.
2023-07-16 02:00:20 +02:00
Tobias Geerinckx-Rice 7febc2a787
gnu: bmake: Update to 20230711.
* gnu/packages/build-tools.scm (bmake): Update to 20230711.
2023-07-16 02:00:20 +02:00
Tobias Geerinckx-Rice 7fd173369e
gnu: conan: Update to 2.0.9.
* gnu/packages/package-management.scm (conan): Update to 2.0.9.
[arguments]: Upgrade python-pyyaml-5 to python-pyyaml.
2023-07-16 02:00:05 +02:00
宋文武 ab7bae8de3
gnu: atril: Update to 1.26.1.
* gnu/packages/mate.scm (atril): Update to 1.26.1.
2023-07-22 16:36:50 +08:00
宋文武 47a1fcb697
gnu: mate: Remove duplicated mate-utils from inputs.
* gnu/packages/mate.scm (mate)[inputs]: Remove duplicated mate-utils.
2023-07-22 16:36:50 +08:00
宋文武 0e6fd134a2
gnu: mate-icon-theme: Update to 1.26.0.
* gnu/packages/mate.scm (mate-icon-theme): Update to 1.26.0.
2023-07-22 16:36:50 +08:00
宋文武 b6b3db9f08
gnu: mate-common: Update to 1.26.0.
* gnu/packages/mate.scm (mate-common): Update to 1.26.0.
2023-07-22 16:36:50 +08:00
Andy Tai b3ecbe16d2
gnu: mate-themes: Update to 3.22.24.
* gnu/packages/mate.scm (mate-themes): Update to 3.22.24.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-07-22 16:36:50 +08:00
Andy Tai 4487505b3f
gnu: mate-power-manager: Update to 1.26.1.
* gnu/packages/mate.scm (mate-power-manager): Update to 1.26.1.
[inputs]: Add libsecret.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-07-22 16:36:50 +08:00
Andy Tai d9a79a546f
gnu: mate-polkit: Update to 1.26.1.
* gnu/packages/mate.scm (mate-polkit): Update to 1.26.1.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-07-22 16:36:50 +08:00
Andy Tai f1bc75893e
gnu: mate-system-monitor: Update to 1.26.0.
* gnu/packages/mate.scm (mate-system-monitor): Update to 1.26.0.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-07-22 16:36:50 +08:00
Andy Tai e8c5c8c303
gnu: pluma: Update to 1.26.1.
* gnu/packages/mate.scm (pluma): Update to 1.26.1.
[inputs]: Replace gtksourceview-3 with gtksourceview-4.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-07-22 16:36:50 +08:00