Commit graph

107181 commits

Author SHA1 Message Date
Kyle Andrews 03544dd8e8
gnu: Add r-unglue. 2022-12-29 20:56:15 +01:00
Kyle Andrews 15d9578e1d
gnu: Add r-piton.
* gnu/packages/cran.scm (r-piton): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2022-12-29 20:46:37 +01:00
Karl Hallsby de781de2e9
doc: Give example of when to use describe in .guix-channel file.
* doc/guix.texi (Package Modules in a Sub-directory): Mention "guix deploy"
files as an example.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2022-12-29 20:01:59 +01:00
Karl Hallsby d0d700526c
doc: Describe format of channel that uses directory field.
* doc/guix.texi (Package Modules in a Sub-directory): Explain that directory
must be the module root.
2022-12-29 20:01:59 +01:00
Leo Famulari d07d6ea31a
maint: Add a manifest for everything related to linux-libre.
* etc/kernels-manifest.scm: New file.
* Makefile.am (EXTRA_DIST): Add it.
2022-12-29 13:51:58 -05:00
Pierre Neidhardt 77d4bff94c
gnu: Add fuse-overlayfs.
* gnu/packages/file-systems.scm (fuse-overlayfs): New variable.
2022-12-29 11:57:40 +01:00
Maxim Cournoyer 72875031a4
gnu: ddcutil: Install udev rules at their expected location.
* gnu/packages/hardware.scm (ddcutil) [arguments]: New field.
[description]: Document how the included udev rules can be used.
2022-12-28 23:09:41 -05:00
Maxim Cournoyer d6ea9f8b38
gnu: u-boot-am335x-boneblack: Revert to old name.
This reverts to the name this package had previous to commit
c2c1dfdf57 ("gnu: bootloader: Add U-Boot
packages for Raspberry Pi models."), which caused the package name to be
derived from the board name.

* gnu/packages/bootloaders.scm (u-boot-am335x-evm-boneblack): Remove the
NAME-SUFFIX keyword argument.  Specify the full name via the name field.
* gnu/bootloader/u-boot.scm (u-boot-beaglebone-black-bootloader): Adjust to
the renamed package.

Reported-by: Vagrant Cascadian <vagrant@debian.org>
2022-12-28 22:14:16 -05:00
Jessica Tallon 783b85f643
gnu: svtplay-dl: Update to 4.17.
* gnu/packages/video.scm (svtplay-dl): Update to 4.17.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-12-29 09:57:44 +08:00
Timotej Lazar 57037cddf3
gnu: asciinema: Update to 2.2.0.
* gnu/packages/terminals.scm (asciinema): Update to 2.2.0.
[build-system]: Use pyproject-build-system.
[arguments]: Drop custom 'check phase.  Add 'fix-python-path phase.
[native-inputs]: Drop python-nose.  Add python-pytest.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-12-29 09:53:52 +08:00
Simon Josefsson bac6689d3f
gnu: podman: Update to 4.3.1.
* gnu/packages/containers.scm (podman): Update to 4.3.1.
[native-inputs]: Add python, for hack/markdown-preprocess.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-12-29 09:43:23 +08:00
Maxim Cournoyer 4ca649e978
services: pulseaudio: Fix /etc/pulse/default.pa not being used.
Fixes <https://issues.guix.gnu.org/60383>.

* gnu/services/sound.scm (pulseaudio-etc): Produce daemon.conf
unconditionally, with the correct default-script-file location.  Produce
client.conf unconditionally.

Reported-by: Bruno Victal <mirai@makinata.eu>
2022-12-28 16:58:03 -05:00
Maxim Cournoyer bcd131dafb
gnu: Add patman.
* gnu/packages/bootloaders.scm (patman): New variable.
* gnu/packages/patches/u-boot-patman-fix-help.patch: New patch.
* gnu/packages/patches/u-boot-patman-get-maintainer.patch: Likewise.
* gnu/packages/patches/u-boot-patman-local-conf.patch: Likewise.
* gnu/local.mk (dist_patch_DATA): Register them.
2022-12-28 16:03:20 -05:00
Maxim Cournoyer 0d4587d65f
gnu: Add u-boot-documentation.
* gnu/packages/patches/u-boot-infodocs-target.patch: New patch.
* gnu/local.mk: (dist_patch_DATA): Register it.
* gnu/packages/bootloaders.scm (u-boot): Apply it.
(u-boot-documentation): New variable.
2022-12-28 16:03:20 -05:00
Maxim Cournoyer fde5af3962
.patman: New configuration file.
* .patman: New file.

Series-to: 60218@debbugs.gnu.org
Series-cc: rekado@elephly.net, othacehe@gnu.org
Series-version: 2
2022-12-28 15:36:33 -05:00
Maxim Cournoyer a6b98cdc07
teams: Allow a patch-file argument to cc-members.
* etc/teams.scm.in (git-patch->revisions): New procedure.
(main) [cc-members]: New match pattern to support patch file argument.
[get-maintainer]: Simplify using the newly introduced procedure from above.
(main): Update usage doc.

Series-changes: 2
- New: support passing a patch file to the cc-members command
2022-12-28 15:21:11 -05:00
Maxim Cournoyer 4f5ea195ff
teams: Add a "get-maintainer" command.
This can be used as a compatibility mode with the get_maintainer.pl Perl
script included in the Linux (or U-Boot) source tree.

* etc/teams.scm.in (git-patch->commit-id): New procedure.
(main) <get-maintainer>: Register new command.  Document it.

Series-changes: 2
- Move newline character (~%) in usage output to the bottom
2022-12-28 15:21:10 -05:00
Ricardo Wurmus bbada5967d
gnu: r-giotto: Update to 1.1.2-1.3c8067c.
* gnu/packages/bioinformatics.scm (r-giotto): Update to 1.1.2-1.3c8067c.
2022-12-28 19:26:10 +01:00
Ricardo Wurmus 003b79576d
gnu: Add jacktrip.
* gnu/packages/audio.scm (jacktrip): New variable.
2022-12-28 19:11:59 +01:00
Ricardo Wurmus 9b3df37142
gnu: Add emacs-syslog-mode.
* gnu/packages/emacs-xyz.scm (emacs-syslog-mode): New variable.
2022-12-28 18:43:30 +01:00
Ricardo Wurmus bf1f212269
gnu: Add emacs-hsluv.
* gnu/packages/emacs-xyz.scm (emacs-hsluv): New variable.
2022-12-28 18:41:04 +01:00
Ricardo Wurmus b0e9736103
gnu: Add emacs-hide-lines.
* gnu/packages/emacs-xyz.scm (emacs-hide-lines): New variable.
2022-12-28 18:40:58 +01:00
Paul A. Patience fc5dc3e047
gnu: Add paraview.
* gnu/packages/graphics.scm (paraview): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2022-12-28 14:12:16 +01:00
Sughosha 612a3f8716
gnu: ardour: Update to 7.2
* gnu/packages/audio.scm (ardour): Update to 7.2.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-12-28 11:00:32 +01:00
Petr Hodina 708b29a395
gnu: Add pdfcrack.
* gnu/packages/pdf.scm (pdfcrack): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-12-28 10:53:23 +01:00
Nicolas Graves dade225788
gnu: Add emacs-consult-xdg-recent-files.
* gnu/packages/emacs-xyz.scm (emacs-consult-xdg-recent-files): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-12-28 10:35:11 +01:00
jgart acab8e1d47
gnu: Add emacs-tempel-collection.
* gnu/packages/emacs-xyz.scm (emacs-tempel-collection): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-12-28 10:35:11 +01:00
Nicolas Goaziou 4e00a85e20
gnu: emacs-orderless: Update to 1.0.
* gnu/packages/emacs-xyz.scm (emacs-orderless): Update to 1.0.
2022-12-28 10:35:11 +01:00
Nicolas Goaziou cf041578b2
gnu: emacs-geiser: Update to 0.28.2.
* gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.28.2.
2022-12-28 10:35:11 +01:00
Nicolas Goaziou 07eaa781d7
gnu: emacs-company-math: Update to 1.5.1.
* gnu/packages/emacs-xyz.scm (emacs-company-math): Update to 1.5.1.
[propagated-inputs]: Reorder inputs alphabetically.
2022-12-28 10:35:10 +01:00
Efraim Flashner 392789e045
gnu: parallel: Update to 20221222.
* gnu/packages/parallel.scm (parallel): Update to 20221222.
2022-12-28 08:39:25 +02:00
Efraim Flashner bb69b97d20
gnu: tree: Update to 2.1.0.
* gnu/packages/admin.scm (tree): Update to 2.1.0.
2022-12-28 08:39:25 +02:00
Marius Bakke 0cb8f7125b
gnu: python-bitarray: Update to 2.6.1.
* gnu/packages/python-xyz.scm (python-bitarray): Update to 2.6.1.
[arguments]: Override check phase.
2022-12-28 00:38:41 +01:00
Marius Bakke 7e6901618f
gnu: python-pycurl: Update to 7.45.2.
* gnu/packages/python-web.scm (python-pycurl): Update to 7.45.2.
2022-12-28 00:38:41 +01:00
Marius Bakke f170813334
gnu: Open vSwitch: Update to 3.0.3.
* gnu/packages/networking.scm (openvswitch): Update to 3.0.3.
2022-12-28 00:38:41 +01:00
Marius Bakke fe14f88d56
doc: Update expired URL.
* doc/guix.texi (DNS Services): Update knot-resolver documentation link.
2022-12-28 00:38:40 +01:00
Marius Bakke 5f222e7b7a
gnu: zeitgeist: Remove input labels.
* gnu/packages/gnome.scm (zeitgeist)[arguments]: Use SEARCH-INPUT-DIRECTORY
instead of label.
[native-inputs, inputs]: Remove labels.
2022-12-28 00:38:40 +01:00
Attila Lendvai 363b20b685
records: match-record supports specifying a different variable name.
An example:

(match-record obj <my-type>
  (field1 (field2 custom-var-name) field3)
  ...)

* guix/records.scm (match-record-inner): Add support for the new syntax.
* tests/records.scm ("match-record, simple"): Add a simple test case for the
new syntax.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-12-27 23:53:42 +01:00
Simon South 361aad5ce3
gnu: ola: Use gexps.
* gnu/packages/lighting.scm (ola)[arguments]: Use gexps.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-12-27 23:53:42 +01:00
Simon South 5f8a51993e
gnu: ola: Remove input labels.
* gnu/packages/lighting.scm (ola)[inputs]: Remove input labels.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-12-27 23:53:42 +01:00
Simon South 45c5710267
gnu: ola: Update to 0.10.8.
* gnu/packages/lighting.scm (ola): Update to 0.10.8.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-12-27 23:53:41 +01:00
Simon South 94cab6a703
gnu: abc: Update to 0.0-2.70cb339.
* gnu/packages/fpga.scm (abc): Update to 0.0-2.70cb339.
[source]: Fetch from current source-code repository.
[native-inputs]: Remove as obsolete.
[arguments]<#:tests?>: Update comment.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-12-27 23:53:41 +01:00
Simon South 79240b4b4e
gnu: abc: Use gexps.
* gnu/packages/fpga.scm (abc)[arguments]: Use gexps; simplify "install" phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-12-27 23:53:41 +01:00
Simon South c10238966e
gnu: abc: Convey license information.
* gnu/packages/fpga.scm (abc)[arguments]: Add #:license-file-regexp so license
information is included in package output.
[license]: Specify URI of actual package license.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-12-27 23:53:41 +01:00
Remco van 't Veer e4f39ace86
gnu: ruby: Add ruby-3.2.
* gnu/packages/ruby.scm (ruby-3.2): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-12-27 23:53:41 +01:00
Simon Josefsson a4461df9b2
gnu: libksba: Update replacement to 1.6.3 [fixes CVE-2022-47629].
* gnu/packages/gnupg.scm (libksba/fixed): Update to 1.6.3.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-12-27 23:53:41 +01:00
Ricardo Wurmus a70a1d8edf
gnu: fossil: Remove obsolete snippet.
* gnu/packages/version-control.scm (fossil)[source]: Remove obsolete
substitution.
2022-12-27 22:38:03 +01:00
kiasoc5 5e27c9a0d2
gnu: fossil: Update to 2.20.
* gnu/packages/version-control.scm (fossil): Update to 2.20.
2022-12-27 22:38:03 +01:00
Maxim Cournoyer fd0e69984f
gnu: jami: Update to 20221220.0956.79e1207.
* gnu/packages/jami.scm (%jami-version): Update to 20221220.0956.79e1207.
(%jami-sources): Remove all but the 'jami-disable-integration-tests.patch' and
'jami-libjami-headers-search.patch' patches.
* gnu/packages/patches/jami-fix-qml-imports.patch: Delete file.
* gnu/packages/patches/jami-fix-unit-tests-build.patch: Likewise.
* gnu/packages/patches/jami-no-webengine.patch: Likewise.
* gnu/packages/patches/jami-sip-contacts.patch: Likewise.
* gnu/packages/patches/jami-sip-unregister.patch: Likewise.
* gnu/packages/patches/jami-sipaccount-segfault.patch: Likewise.
* gnu/packages/patches/jami-xcb-link.patch: Likewise.
* gnu/local.mk (dist_patch_DATA): De-register them.
2022-12-27 13:27:25 -05:00
Leo Famulari aeb42167fd
gnu: Borg: Update to 1.2.3.
* gnu/packages/backup.scm (borg): Update to 1.2.3.
2022-12-27 12:55:34 -05:00