Commit Graph

107111 Commits

Author SHA1 Message Date
Hartmut Goebel a274a6a1ac
upstream-updater: Rename record field.
The next commits will make the functions, which are currently importing the
latest version of a package, change into importing the latest or a given
version of the package (for those updaters supporting specifying a version).
Thus the name ‘latest‘ is no longer appropriate.

* guix/upstream.scm (upstream-updater) Rename field [latest] to
  [import]. (lookup-updater, package-latest-release) Adjust fieldname
  accordingly.
* guix/gnu-maintenance.scm (%gnu-updater, %gnu-ftp-updater,
  %savannah-updater, %sourceforge-updater, %xorg-updater,
  %kernel.org-updater, %generic-html-updater),
  guix/import/cpan.scm (%cpan-updater),
  guix/import/cran.scm (%cran-updater, %bioconductor-updater),
  guix/import/crate.scm (%crate-updater),
  guix/import/egg.scm (%egg-updater),
  guix/import/elpa.scm (%elpa-updater),
  guix/import/gem.scm (%gem-updater),
  guix/import/git.scm (%generic-git-updater),
  guix/import/github.scm (%github-updater),
  guix/import/gnome.scm (%gnome-updater),
  guix/import/hackage.scm (%hackage-updater),
  guix/import/hexpm.scm (%hexpm-updater),
  guix/import/kde.scm (%kde-updater),
  guix/import/launchpad.scm (%launchpad-updater),
  guix/import/minetest.scm (%minetest-updater),
  guix/import/opam.scm (%opam-updater),
  guix/import/pypi.scm (%pypi-updater),
  guix/import/stackage.scm (%stackage-updater),
  tests/import-github.scm (found-sexp)
  tests/transformations.scm ("options->transformation, with-latest"):
  Adjust fieldname accordingly.
2022-12-26 17:15:06 +01:00
dan c50cd1bbec
images: wsl2: Create XDG_RUNTIME_DIR on first login.
* gnu/system/images/wsl2.scm (wsl-boot-program): Create XDG_RUNTIME_DIR on
first login and set it.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-12-26 09:34:26 +01:00
Ivan Vilata i Balaguer 9369c1ccf4
gnu: services: Fix bluetooth-service docstring.
* gnu/services/desktop.scm (bluetooth-service): Sync docstring with info,
remove mention to group not really needed to access D-Bus service.
* doc/guix.texi (Desktop Services): Also remove mention to group here.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-12-26 00:48:05 +01:00
Tobias Kortkamp bc157ca62b
gnu: Add wvkbd.
* gnu/packages/xdisorg.scm (wvkbd): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-12-26 00:46:31 +01:00
宋文武 5f6bd3f92d
teams: Add 宋文武.
* etc/team.scm.in: Add 宋文武.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-12-26 00:40:59 +01:00
宋文武 58d129c460
teams: Add localization.
* etc/teams.scm.in (localization): New team.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-12-26 00:40:16 +01:00
Yarl Baudig 800b3234fb
shell: Make --help show --system and --list-systems.
These options are callable and documented in the manual but not
shown by --help.

* guix/scripts/shell.scm: Make --help show --system and
--list-systems.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-12-26 00:30:50 +01:00
Ludovic Courtès badad2653f
gnu: pipe-viewer: Update to 0.4.4.
* gnu/packages/video.scm (pipe-viewer): Update to 0.4.4.
2022-12-26 00:06:26 +01:00
Nicolas Goaziou 2b101bf9e7
gnu: emacs-circadian: Update to 0.3.3.
* gnu/packages/emacs-xyz.scm (emacs-circadian): Update to 0.3.3.
[arguments]<#:test-command>: Update test procedure.
[native-inputs]: Remove EMACS-ERT-RUNNER.
2022-12-25 22:57:32 +01:00
Nicolas Goaziou 3fe33baed6
gnu: emacs-ement: Update to 0.5.2.
* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.5.2.
2022-12-25 22:57:32 +01:00
jgart c408b9042f
gnu: Add emacs-snow.
* gnu/packages/emacs-xyz.scm (emacs-snow): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-12-25 22:57:31 +01:00
Efraim Flashner 10a661c8c8
gnu: syslinux: Honor #:tests? flag.
* gnu/packages/bootloaders.scm (syslinux)[arguments]: Adjust custom
'check phase to honor the #:tests? flag.
2022-12-25 22:07:32 +02:00
Michael Rohleder 91bcc26b1c
gnu: hstr: Update to 2.6.
* gnu/packages/shellutils.scm (hstr): Update to 2.6.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-12-25 17:20:58 +01:00
Michael Rohleder 333f359f7a
gnu: ristretto: Update to 0.12.4.
* gnu/packages/xfce.scm (ristretto): Update to 0.12.4.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-12-25 17:18:20 +01:00
Michael Rohleder d93ab41288
gnu: xfce4-notifyd: Update to 0.6.5.
* gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.6.5.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-12-25 17:17:55 +01:00
Michael Rohleder cb823181d3
gnu: xfce4-taskmanager: Update to 1.5.5.
* gnu/packages/xfce.scm (xfce4-taskmanager): Update to 1.5.5.
[inputs]: Add libxfce4ui.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-12-25 17:17:24 +01:00
Michael Rohleder 40cdf88892
gnu: vcsh: Update to 2.0.5.
* gnu/packages/version-control.scm (vcsh): Update to 2.0.5.
[native-inputs]: Remove which. Add autoconf, automake, ronn-ng, perl,
perl-test-harness, perl-shell-command, perl-test-most, pkg-config.
[inputs]: Remove perl, perl-test-harness, perl-shell-command,
perl-test-most.
[arguments]: Remove phase install-bash-completion. Add phase fix-version-gen.
Remove deletion of configure and build phases.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-12-25 17:17:10 +01:00
Artyom V. Poptsov 34feda1def
gnu: guile-png: Update to 0.3.0.
* gnu/packages/guile-xyz.scm (guile-png): Update to 0.3.0.
  [arguments]: Patch tests to silence Guile-SMC logs.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-12-25 17:01:23 +01:00
Timo Wilken 2967abf1a2
services: wireguard: Allow specifying pre-shared keys.
* gnu/services/vpn.scm (<wireguard-peer>)[preshared-key]: New field.
* doc/guix.texi (VPN Services): Document it.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-12-25 16:56:48 +01:00
Marius Bakke f81c05d89b
gnu: QEMU: Unbundle OpenSBI.
* gnu/packages/virtualization.scm (qemu)[source](snippet): Delete precompiled
riscv64 firmware, and its source code.
[arguments]: Provide OpenSBI.
[inputs]: Add OPENSBI-QEMU.
2022-12-25 14:15:59 +01:00
Marius Bakke c8e836991d
gnu: Add opensbi-qemu.
* gnu/packages/firmware.scm (opensbi-qemu): New variable.
2022-12-25 14:15:59 +01:00
Marius Bakke 699aef4bc6
gnu: opensbi: Use the same source file name regardless of variant.
* gnu/packages/firmware.scm (make-opensbi-package)[source](file-name): Don't
use the NAME variable which changes depending on the variant.
2022-12-25 14:15:59 +01:00
Marius Bakke 71b8707100
gnu: QEMU: Unbundle OpenBIOS.
* gnu/packages/virtualization.scm (qemu)[source](snippet): Remove precompiled
PPC OpenBIOS firmware, and its source code.
[arguments]: Replace with the one from Guix.
[inputs]: Add OPENBIOS-QEMU-PPC.
2022-12-25 14:15:59 +01:00
Marius Bakke 53a1fce25a
gnu: Add openbios-qemu-ppc.
* gnu/packages/firmware.scm (make-openbios-package): New procedure.
(openbios-qemu-ppc): New variable.
* gnu/packages/patches/openbios-gcc-warnings.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2022-12-25 14:15:59 +01:00
Marius Bakke c97de4a989
services: ganeti: Label mcron jobs.
* gnu/services/ganeti.scm (ganeti-watcher-jobs): Label job as "ganeti-watcher".
(ganeti-cleaner-jobs): Labels jobs as "ganeti master cleaner" and "ganeti node
cleaner".
2022-12-25 14:15:59 +01:00
Artyom V. Poptsov 860e949896
gnu: freecad: Fix the package hash.
* gnu/packages/engineering.scm (freecad): Fix the package hash.

Signed-off-by: Andrew Tropin <andrew@trop.in>
2022-12-25 13:08:31 +04:00
Ricardo Wurmus 36bc92a3ec
gnu: mumi: Update to 0.0.4-2.0a90eed.
* gnu/packages/mail.scm (mumi): Update to 0.0.4-2.0a90eed.
2022-12-25 00:26:02 +01:00
Ricardo Wurmus 8bf58c1b35
gnu: mumi: Update to 0.0.4-1.18acd2b.
* gnu/packages/mail.scm (mumi): Update to 0.0.4-1.18acd2b.
2022-12-24 16:33:21 +01:00
Guillaume Le Vaillant aae8371f72
gnu: qdmr: Update to 0.10.4.
* gnu/packages/radio.scm (qdmr): Update to 0.10.4.
2022-12-24 14:39:07 +01:00
Vinicius Monego 7e7659d34f
gnu: shotcut: Update to 22.12.21.
* gnu/packages/video.scm (shotcut): Update to 22.12.21.
2022-12-24 09:04:31 -03:00
Vinicius Monego f8841c086e
gnu: homebank: Update to 5.6.
* gnu/packages/finance.scm (homebank): Update to 5.6.
2022-12-24 09:04:27 -03:00
Tobias Geerinckx-Rice 9cadac9787
doc: Fix typo.
* doc/contributing.texi (Sending a Patch Series): Fix e-mail address of
<guix-patches@gnu.org>.

Reported by Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>.
2022-12-18 01:00:10 +01:00
Sughosha 1cb49932d7
gnu: gnome-shell-extension-burn-my-windows: Update to 22.
* gnu/packages/gnome-xyz (gnome-shell-extension-burn-my-windows): Update to 22.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-12-24 07:17:50 +01:00
Sughosha 8ebb5b64fd
gnu: gnome-shell-extension-vertical-overview: Update to 10.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-vertical-overview): Update to 10.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-12-24 07:17:49 +01:00
Sughosha 528c79e7ac
gnu: gnome-shell-extension-unite-shell: Update to 69.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-unite-shell): Update to 69.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-12-24 07:17:49 +01:00
Ludovic Courtès 3532fc6ba4
gnu: libtirpc-hurd: Fix cross-compilation.
Fixes a regression introduced in
517618b240, whereby the "wrong"
'krb5-config' script would be picked.

* gnu/packages/onc-rpc.scm (libtirpc/hurd)[arguments]: Turn
 #:configure-flags into a gexp to refer to the right "mit-krb5".
2022-12-24 00:45:47 +01:00
Ludovic Courtès 69fc67b6bb
hurd-boot: Fix list of devices with translators.
Fixes a regression introduced in
450f774028 and
e3c6575ee9, which introduced
unquote-splicing without changing quote to quasiquote.

* gnu/build/hurd-boot.scm (set-hurd-device-translators)[devices]: Use
quasiquote, note quote.
2022-12-24 00:45:47 +01:00
Ludovic Courtès bae13578f7
gnu: python-scikit-build: Depend on 'git-minimal/fixed'.
* gnu/packages/python-xyz.scm (python-scikit-build)[native-inputs]:
Replace 'git-minimal' with 'git-minimal/fixed'.
2022-12-24 00:45:46 +01:00
Ludovic Courtès 8f31575ad1
gnu: gnome-photos: Depend on 'git-minimal/fixed'.
* gnu/packages/gnome.scm (gnome-photos)[arguments]: Pass
 #:disallowed-references.
[native-inputs]: Replace 'git-minimal' with 'git-minimal/fixed'.
2022-12-24 00:39:20 +01:00
Ludovic Courtès 0dcca97c9f
gnu: opam: Depend on 'git-minimal/fixed'.
* gnu/packages/ocaml.scm (opam)[native-inputs]: Replace 'git-minimal'
with 'git-minimal/fixed'.
2022-12-24 00:39:10 +01:00
Ludovic Courtès 9203de5250
gnu: ocamlformat: Depend on 'git-minimal/fixed'.
* gnu/packages/ocaml.scm (ocamlformat): Replace 'git-minimal' with
'git-minimal/fixed'.
2022-12-24 00:39:10 +01:00
Ludovic Courtès 83b1a2f682
gnu: julia-documenter: Depend on 'git-minimal/fixed'.
That way the main 'git-minimal' package can be updated without causing a
rebuild of all the dependents of 'julia-documenter'.

* gnu/packages/julia-xyz.scm (julia-documenter)[native-inputs]: Replace
'git-minimal' by 'git-minimal/fixed'.
2022-12-24 00:39:10 +01:00
Ricardo Wurmus ddd6b70591
gnu: Add emacs-loccur.
* gnu/packages/emacs-xyz.scm (emacs-loccur): New variable.
2022-12-24 00:32:07 +01:00
Ricardo Wurmus b6d9e266a7
gnu: ceph: Update to 17.2.5.
* gnu/packages/storage.scm (ceph): Update to 17.2.5.
[source]: Remove obsolete patches; remove bundled sources for arrow.
[arguments]: Disable parallel build; use system arrow.
[inputs]: Drop input labels; add apache-thrift, apache-arrow-for-ceph, and
utf8proc.
* gnu/packages/patches/ceph-boost-compat.patch: Delete file.
* gnu/packages/patches/ceph-rocksdb-compat.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove them.
2022-12-23 20:20:06 +01:00
Ricardo Wurmus ad141242f8
gnu: Add apache-arrow-for-ceph.
* gnu/packages/databases.scm (apache-arrow-for-ceph): New variable.
2022-12-23 20:20:06 +01:00
Ricardo Wurmus 0a45d4bad4
doc: Wrap $localstatedir in Texinfo syntax.
* doc/guix.texi (Limitations): Use @file syntax.
2022-12-23 20:20:06 +01:00
Ricardo Wurmus 672c48f15d
doc: Suggest remounting store before relabeling the file system.
* doc/guix.texi (Installing the SELinux policy): Mention that the store may
need to be remounted before writing to it.
2022-12-23 20:20:06 +01:00
Ricardo Wurmus afaeb657b1
etc: SELinux: Allow init process to setattr on profile directories.
* etc/guix-daemon.cil.in: Add rule.
2022-12-23 20:20:06 +01:00
Ricardo Wurmus 4a134ed32e
etc: SELinux: Allow daemon to search run state directories.
* etc/guix-daemon.cil.in: Import types init_var_run_t and
system_dbusd_var_run_t; add rules.
2022-12-23 20:20:06 +01:00
Ricardo Wurmus f28d792719
etc: SELinux: Label guix-daemon executable in profile.
* etc/guix-daemon.cil.in: Add file rule for "guix-daemon" in current-guix
profile.
2022-12-23 20:20:06 +01:00