Commit graph

104393 commits

Author SHA1 Message Date
florhizome f96372e730
gnu: geary: Fix inputs.
* gnu/packages/gnome.scm (geary)[inputs]: Use folks-with-libsoup2 and gnome-online-accounts-3.44.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-11-08 06:37:52 +01:00
Lars-Dominik Braun f7f0c3b53c
gnu: Add ultrastar-deluxe.
* gnu/packages/games.scm (ultrastar-deluxe): New variable.
* gnu/packages/patches/ultrastar-deluxe-no-freesans.patch: New file.
* gnu/local.mk: Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-07 22:52:02 +01:00
Ludovic Courtès b3039a0a30
gnu: fpc: Remove dependency on 'ld-wrapper' from commencement.scm.
(gnu packages commencement) should not be used explicitly.

* gnu/packages/pascal.scm (fpc)[inputs]: Remove LD-WRAPPER.
2022-11-07 22:50:03 +01:00
Artyom V. Poptsov d178c89a2a
gnu: Add guile-png.
* gnu/packages/guile-xyz.scm (guile-png): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-07 22:49:51 +01:00
Liliana Marie Prikler 8ab84fea6f
cbqn: Mark as tunable.
* gnu/packages/bqn.scm (cbqn)[properties]: Add ‘tunable?’.
2022-11-07 22:00:47 +01:00
Liliana Marie Prikler a75a5ac4fc
gnu: cbqn: Install regular files rather than copying them recursively.
* gnu/packages/bqn.scm (cbqn)[#:phases]<install>: Use ‘install-file’ rather
than ‘copy-recursively’ for “bqn”.
2022-11-07 22:00:47 +01:00
Liliana Marie Prikler 3eca71d4a7
gnu: cbqn-bootstrap: Install regular files rather than copying them recursively.
* gnu/packages/bqn.scm (cbqn-bootstrap)[arguments]: Reindent.
<#:phases>{install}: Use ‘install-file’ rather than ‘copy-recursively’ for
“bqn”.
2022-11-07 22:00:47 +01:00
Liliana Marie Prikler 8dc467d788
gnu: dbqn: Install regular files rather than copying them recursively.
* gnu/packages/bqn.scm (dbqn)[#:phases]<install>: Use ‘install-file’ rather
than ‘copy-recursively’ for “dbqn”.
2022-11-07 22:00:47 +01:00
Liliana Marie Prikler 558da6d18f
gnu: cbqn: Build using GCC.
* gnu/packages/bqn.scm (cbqn-bootstrap, cbqn)[#:make-flags]: Set CC via
‘cc-for-target’.
[inputs]: Remove clang-toolchain.
2022-11-07 22:00:47 +01:00
Liliana Marie Prikler 95c494e298
gnu: cbqn: Rewrite in terms of cbqn-bootstrap.
* gnu/packages/bqn.scm (cbqn)[arguments]: Use substitute-keyword-arguments
to preserve options from cbqn-bootstrap.
2022-11-07 22:00:47 +01:00
Liliana Marie Prikler 95db2d4946
gnu: cbqn-bootstrap: Use let-bound revision.
* gnu/packages/bqn.scm (cbqn-bootstrap)[version]: Use let-bound revision.
2022-11-07 22:00:46 +01:00
Liliana Marie Prikler f284c5df0a
gnu: Remove singeli-sources.
They aren't currently used to build a package, nor a package themselves.

* gnu/packages/bqn.scm (singeli-sources): Delete variable.
2022-11-07 22:00:46 +01:00
Liliana Marie Prikler 1578ad8d3f
cbqn: Build without singeli.
* gnu/packages/bqn.scm (cbqn)[inputs]: Remove singeli-sources.
[arguments]<#:make-flags: Replace “o3n-singeli” with “o3”.
<#:phases>: Remove “link-singeli”.
2022-11-07 22:00:46 +01:00
Morgan Smith 2c1fc058c5
gnu: teximpatient: Update to 2.4-0.e3666ab.
* gnu/packages/tex.scm (teximpatient): Update to 2.4-0.e3666ab.
[source]: Use git repository.
[native-inputs]: Add autoconf.
[arguments]: Make build reproducible.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-07 20:51:31 +01:00
Leo Nikkilä 9ad311ec15
services: qemu-binfmt: Add x86_64 QEMU target.
* gnu/services/virtualization.scm (%x86_64): New variable.
(%qemu-platforms) Add it.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-07 20:51:25 +01:00
Hilton Chain e080080e6b
gnu: rlwrap: Update to 0.46.1.
* gnu/packages/readline.scm (rlwrap): Update to 0.46.1.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-07 20:36:13 +01:00
Christopher Baines da21c5d45f
build-system/linux-module: Add #:source-directory to linux-module-build-cross.
Otherwise computing cross-compilation derivations for packages (e.g. xpadneo)
using the #:source-directory argument fails with this error:

  Unrecognized keyword: #:source-directory

* guix/build-system/linux-module.scm (linux-module-build-cross): Support
 #:source-directory.
2022-11-07 20:35:40 +01:00
Kristian Lein-Mathisen d60c9fbf95
gnu: Add avr-gdb.
* gnu/packages/gdb.scm (avr-gdb): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-07 20:32:32 +01:00
Hilton Chain cad335a32a
gnu: Add kconfig-hardened-check.
* gnu/packages/linux.scm (kconfig-hardened-check): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-07 20:30:29 +01:00
Sharlatan Hellseher 472917ea6c
gnu: Add parfive.
* gnu/packages/python-web.scm (parfive): Newv variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-07 20:29:21 +01:00
Sharlatan Hellseher c697ff9641
gnu: Add pytest-socket.
* gnu/packages/python-check.scm (python-pytest-socket): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-07 20:29:21 +01:00
Sharlatan Hellseher b0db0b2b2d
gnu: Add aioftp.
* gnu/packages/python-web.scm (python-aioftp): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-07 20:29:21 +01:00
Sharlatan Hellseher 5ed098095d
gnu: Add siosocks.
* gnu/packages/python-web.scm (python-siosocks): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-07 20:29:18 +01:00
Alexey Abramov 73b3519568
services: gitolite: Add local-code configuration option.
* gnu/services/version-control.scm (gitolite-rc-file): Add local-code
field.
(gitolite-rc-file-compiler): Serialize the field.
* doc/guix.texi: Document it.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-07 20:29:14 +01:00
Andreas Enge b670dc6c8a
gnu: pari-gp: Update to 2.15.1.
* gnu/packages/algebra.scm (pari-gp): Update to 2.15.1.
2022-11-07 19:05:11 +01:00
Tobias Geerinckx-Rice b6bc52ff8c
gnu: sudo: Update to 1.9.12p1 [fixes CVE-2022-43995].
* gnu/packages/admin.scm (sudo): Update to 1.9.12p1.
2022-11-06 01:00:00 +01:00
Pierre Neidhardt 8e54584d44
gnu: sbcl-cl-webkit: Update to 3.5.6.
* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 3.5.6.
2022-11-07 10:14:53 +01:00
Florian Pelz d41ea236bf
news: Update 'de', 'fr', 'pt_BR' translation.
* etc/news.scm: Add the usual translations for kernel news.
2022-11-07 09:57:25 +01:00
宋文武 c7e4429a64
gnu: fcitx5-material-color-theme: Update to 0.2.1.
* gnu/packages/fcitx5.scm (fcitx5-material-color-theme): Update to 0.2.1.
[arguments]: Adjust 'install' phase accordingly.
2022-11-07 16:46:36 +08:00
宋文武 38a1cf3d26
gnu: fcitx5-anthy: Update to 5.0.12.
* gnu/packages/fcitx5.scm (fcitx5-anthy): Update to 5.0.12.
2022-11-07 16:32:01 +08:00
宋文武 06db86ec4e
gnu: fcitx5-lua: Update to 5.0.10.
* gnu/packages/fcitx5.scm (fcitx5-lua): Update to 5.0.10.
[arguments]: Pass "-DUSE_DLOPEN=OFF" to cmake.
2022-11-07 16:25:45 +08:00
dan e1be74b748
gnu: Add fcitx5-rime.
* gnu/packages/fcitx5.scm (fcitx5-rime): New variable.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-11-07 16:17:05 +08:00
dan b908dd0e58
gnu: fcitx5-configtool: Update to 5.0.15.
* gnu/packages/fcitx5.scm (fcitx5-configtool): Update to 5.0.15.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-11-07 16:12:39 +08:00
dan 07081e067e
gnu: fcitx5-chinese-addons: Update to 5.0.15.
* gnu/packages/fcitx5.scm (fcitx5-chinese-addons): Update to 5.0.15.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-11-07 16:12:17 +08:00
dan 068efefa7c
gnu: fcitx5-qt: Update to 5.0.15.
* gnu/packages/fcitx5.scm (fcitx5-qt): Update to 5.0.15.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-11-07 16:11:56 +08:00
dan b2a5dbcef8
gnu: fcitx5-gtk: Update to 5.0.19.
* gnu/packages/fcitx5.scm (fcitx5-gtk): Update to 5.0.19.
* gnu/packages/fcitx5.scm (fcitx5-gtk4) [phases]: Make
gtk4/gtk4inputwindow.cpp properly find fcitxtheme.h.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-11-07 16:10:09 +08:00
dan fbca2ed4b7
gnu: libime: Update to 1.0.14.
* gnu/packages/fcitx5.scm (libime): Update to 1.0.14.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-11-07 16:02:47 +08:00
dan db2a42e9a8
gnu: fcitx5: Update to 5.0.19.
* gnu/packages/fcitx5.scm (fcitx5): Update to 5.0.19.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-11-07 15:56:46 +08:00
Leo Famulari 4a34da845e
news: Add entry about the update of the 'linux-libre' package.
* etc/news.scm: Add entry.
2022-11-06 17:40:58 -05:00
Leo Famulari 82a0a395d7
gnu: linux-libre: Update to 6.0.7
* gnu/packages/linux.scm (linux-libre-version, linux-libre-gnu-revision,
linux-libre-pristine-source, linux-libre-source, linux-libre,
linux-libre-with-bpf): Update to linux-libre 6.0.
2022-11-06 17:16:52 -05:00
Nicolas Goaziou 59ce4b8c54
gnu: lagrange: Update to 1.13.8.
* gnu/packages/web-browsers.scm (lagrange): Update to 1.13.8.
2022-11-06 22:45:49 +01:00
Nicolas Goaziou d1cefcf9c0
gnu: emacs-geiser-guile: Update to 0.28.0.
* gnu/packages/emacs-xyz.scm (emacs-geiser-guile): Update to 0.28.0.
2022-11-06 22:45:49 +01:00
Nicolas Goaziou da4b0587a0
gnu: emacs-geiser: Update to 0.28.
* gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.28.
2022-11-06 22:45:49 +01:00
Nicolas Goaziou 4d36782b0f
gnu: emacs-iter2: Update to 1.4.
* gnu/packages/emacs-xyz.scm (emacs-iter2): Update to 1.4.
2022-11-06 22:45:48 +01:00
Nicolas Goaziou 2fa05ad486
gnu: emacs-ebdb: Update to 0.8.16.
* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.8.16.
2022-11-06 22:45:48 +01:00
Nicolas Goaziou 9c16fb4c0d
gnu: emacs-deadgrep: Run tests.
* gnu/packages/emacs-xyz.scm (emacs-deadgrep)[arguments]<#:tests?,
[native-inputs]: Add EMACS-ERT-RUNNER, EMACS-UNDERCOVER.
2022-11-06 22:45:48 +01:00
Nicolas Goaziou ab6fb3022d
gnu: emacs-deadgrep: Improve package style.
* gnu/packages/emacs-xyz.scm (emacs-deadgrep)[arguments]: Use G-expressions.
<#:phases>: Use SEARCH-INPUT-FILE instead of ASSOC-REF.
2022-11-06 22:45:47 +01:00
Nicolas Goaziou b53355f08d
gnu: emacs-deadgrep: Update to 0.12.
* gnu/packages/emacs-xyz.scm (emacs-deadgrep): Update to 0.12.
2022-11-06 22:45:47 +01:00
Leo Famulari 93d8aad521
gnu: Syncthing: Update to 1.20.4.
* gnu/packages/syncthing.scm (syncthing): Update to 1.20.4.
2022-11-06 15:53:20 -05:00
Nicolas Goaziou 62d88f2531
gnu: emacs-mentor: Fix build.
* gnu/packages/emacs-xyz.scm (emacs-mentor)[propagated-inputs]: Add
EMACS-URL-SCGI.
2022-11-06 21:33:05 +01:00