Commit graph

107366 commits

Author SHA1 Message Date
Lars-Dominik Braun d57dd25d38
import/cran: Allow custom license prefix.
* guix/import/cran.scm (string-licenses): Add license-prefix argument.
(string->license): Ditto.
(description->package): Ditto.
(cran->guix-package): Ditto.
(cran-recursive-import): Ditto.
* guix/scripts/import/cran.scm (%options): Add new option -p/--license-prefix.
(show-help): Document it.
(parse-options): Pass it to importer.
* doc/guix.texi (Invoking guix import): Document it.
2022-12-31 14:48:46 +01:00
Lars-Dominik Braun 3c24da4260
import/utils: Pass all arguments through to package builder.
Individual importer may have additional arguments.

* guix/import/utils.scm (recursive-import): Patch all keyword arguments
through to repo->guix-package.
* guix/import/cran.scm (cran->guix-package): Add #:allow-other-keys.
* guix/import/crate.scm (crate->guix-package): Ditto.
* guix/import/egg.scm (egg->guix-package): Ditto.
* guix/import/elm.scm (elm->guix-package): Ditto.
* guix/import/gem.scm (gem->guix-package): Ditto.
* guix/import/gnu.scm (gnu->guix-package): Ditto.
* guix/import/go.scm (go-module->guix-package): Ditto.
(go-module-recursive-import): Ditto.
* guix/import/hackage.scm (hackage->guix-package): Ditto.
(hackage-recursive-import): Ditto.
* guix/import/hexpm.scm (hexpm->guix-package): Ditto.
* guix/import/minetest.scm (minetest->guix-package): Ditto.
(minetest-recursive-import): Ditto.
* guix/import/opam.scm (opam->guix-package): Ditto.
* guix/import/pypi.scm (pypi->guix-package): Ditto.
* guix/import/stackage.scm (stackage->guix-package): Ditto.
(stackage-recursive-import): Ditto.
* guix/import/texlive.scm (texlive->guix-package): Ditto.
2022-12-31 14:48:46 +01:00
Lars-Dominik Braun db675db223
gnu: Add ghc-9.4.
* gnu/packages/haskell.scm (ghc-9.4): New variable.
(ghc-bootstrap-for-9.4): New variable.
(ghc-alex-bootstrap-for-9.4): New variable.
(ghc-happy-bootstrap-for-9.4): New variable.
2022-12-31 11:24:58 +01:00
Lars-Dominik Braun 1d7552697a
gnu: Add ghc-9.2.
* gnu/packages/haskell.scm (ghc-9.2): New variable.
2022-12-31 11:24:58 +01:00
Liliana Marie Prikler c39db91e51
gnu: samba/fixed: Update to 4.15.13.
* gnu/packages/samba.scm (samba/fixed-patched): New variable.
(samba/fixed): Add replacement for samba/fixed-patched.
2022-12-31 08:19:34 +01:00
Liliana Marie Prikler 502f981c13
gnu: samba: Update to 4.16.8.
* gnu/packages/samba.scm (samba): Update to 4.16.8.
2022-12-31 08:19:34 +01:00
Liliana Marie Prikler 7a562e7f01
gnu: python-pygame: Reword description.
* gnu/packages/game-development.scm (python-pygame)[description]: Join
sentences describing functionality.  Capitalize “Python”.
Cut down the marketing talk.
2022-12-31 08:19:34 +01:00
Adam Faiz 6dba52892b
gnu: python-pygame: Use G-Expressions and new-style inputs.
* gnu/packages/game-development.scm (python-pygame)[arguments]: Convert
to list of G-Expressions.
[inputs]: Drop labels.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-12-31 08:19:34 +01:00
Adam Faiz 211524df84
gnu: python-pygame: Update to 2.1.2.
* gnu/packages/game-development.scm (python-pygame): Update to 2.1.2.
[arguments]<#:phases>: Add  ‘fix-build-config’ and ‘fix-sdl2-headers’.
[inputs]: Remove “sdl”, “sdl-image”, “sdl-mixer”, “sdl-ttf”, and “sdl-gfx”.
Add “sdl2”, “sdl2-image”, “sdl2-mixer”, “sdl2-ttf”, and “sdl2-gfx”.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-12-31 08:19:34 +01:00
Liliana Marie Prikler 2b7e7b4a13
gnu: dino: Fix icons when used in pure shells.
* gnu/packages/messaging.scm (dino)[#:phases]: Add
‘generate-gdk-pixbuf-loaders-cache-file’.
<wrap>: Also wrap “GDK_PIXBUF_MODULE_FILE”.
[inputs]: Add adwaita-icon-theme.
2022-12-31 08:19:33 +01:00
Ricardo Wurmus 8e883dc821
gnu: kodi/wayland: Fix typo.
* gnu/packages/kodi.scm (kodi/wayland)[inputs]: Use package-inputs instead of
package-input.
2022-12-31 01:02:16 +01:00
Ricardo Wurmus dbd9305a56
gnu: kodi: Update to 19.5.
* gnu/packages/kodi.scm (kodi): Update to 19.5.
[source]: Remove obsolete patches; delete bundled jars.
[arguments]: Update configure flags; adjust build phase 'patch-stuff to use
Groovy from Guix; adjust file names; remove obsolete substitutions; disable
TestCPUInfo.GetCPUFrequency test; remove trailing #T from build phases.
[native-inputs]: Drop input labels; add googletest, groovy, openjdk9, and
java-commons-lang; remove icedtea.
[inputs]: Add spdlog-for-kodi; replace fmt-7 with fmt-6 (for spdlog).
(kodi/wayland)[arguments]: Adjust configure flags.
[inputs]: Use modify-inputs.
* gnu/local.mk (dist_patch_DATA): Remove obsolete patches.
* gnu/packages/patches/kodi-set-libcurl-ssl-parameters.patch: Adjust.
* gnu/packages/patches/kodi-increase-test-timeout.patch: Remove file.
* gnu/packages/patches/kodi-skip-test-449.patch: Remove file.
2022-12-31 00:55:43 +01:00
Ricardo Wurmus 01a2b3cce6
gnu: Add spdlog-for-kodi.
* gnu/packages/logging.scm (spdlog-for-kodi): New variable.
2022-12-31 00:53:27 +01:00
Ricardo Wurmus e84f17ea93
gnu: Add r-domultibarheatmap.
* gnu/packages/bioinformatics.scm (r-domultibarheatmap): New variable.
2022-12-30 15:06:12 +01:00
Efraim Flashner f7b2108e62
gnu: node: Add case for cross-building to riscv64-linux.
* gnu/packages/node.scm (node)[arguments]: Adjust custom 'configure
phase to specify the correct architecture when cross-compiling to
riscv64-linux.
2022-12-30 15:17:47 +02:00
Efraim Flashner ff092b9454
services: enlightenment: Load ddcutil udev rules.
* gnu/services/desktop.scm (enlightenment-desktop-service-type): Extend
the enlightenment-desktop-service-type with the udev rules from the
ddcutil input in the udev-service-type.
2022-12-30 15:17:44 +02:00
Nicolas Goaziou 01762b7171
gnu: naev: Update to 0.10.1.
* gnu/packages/games.scm (naev): Update to 0.10.1.
2022-12-30 11:32:12 +01:00
Zhu Zihao c1f9861c60
gnu: Add emacs-eat.
* gnu/packages/emacs-xyz.scm (emacs-eat): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-12-30 11:17:46 +01:00
Nicolas Goaziou 30f1966bbb
gnu: emacs-libmpdel: Update to 2.0.0.
* gnu/packages/emacs-xyz.scm (emacs-libmpdel): Update to 2.0.0.
2022-12-30 11:17:46 +01:00
Nicolas Goaziou 091502f398
gnu: emacs-tempel: Update to 0.6.
* gnu/packages/emacs-xyz.scm (emacs-tempel): Update to 0.6.
2022-12-30 11:17:45 +01:00
Nicolas Goaziou 5e3b47319f
gnu: emacs-pyim: Update to 5.2.9.
* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 5.2.9.
2022-12-30 11:17:45 +01:00
Nicolas Goaziou 16d8b52435
gnu: emacs-org-re-reveal: Update to 3.17.0.
* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.17.0.
2022-12-30 11:17:44 +01:00
Nicolas Goaziou 3ae2124917
gnu: emacs-mood-line: Update to 2.1.0.
* gnu/packages/emacs-xyz.scm (emacs-mood-line): Update to 2.1.0.
2022-12-30 11:17:44 +01:00
Nicolas Goaziou 6df0f59f31
gnu: emacs-counsel-tramp: Update to 0.7.6.
* gnu/packages/emacs-xyz.scm (emacs-counsel-tramp): Update to 0.7.6.
2022-12-30 11:17:44 +01:00
Greg Hogan a09f28758a
gnu: glances: Update to 3.3.0.4.
* gnu/packages/python-xyz.scm (glances): Update to 3.3.0.4.
[propagated-inputs]: Add python-defusedxml and python-packaging.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-12-30 10:26:05 +08:00
Andy Tai 2fb26d8d8c
gnu: openshot: Update to 3.0.0.
* gnu/packages/video.scm (libopenshot): Update to 0.3.0.
(openshot): Update to 3.0.0.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-12-30 09:32:48 +08:00
Andy Tai 00494490f2
gnu: libopenshot-audio: Update to 0.3.0.
* gnu/packages/audio.scm (libopenshot-audio): Update to 0.3.0.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-12-30 09:30:52 +08:00
Ricardo Wurmus fa0cb6d2eb
gnu: r-mapdata: Update to 2.3.1.
* gnu/packages/cran.scm (r-mapdata): Update to 2.3.1.
2022-12-29 23:29:33 +01:00
Wiktor Żelazny fc23100030
gnu: Add r-climaemet.
* gnu/packages/cran.scm (r-climaemet): New variable.
2022-12-29 23:23:35 +01:00
Wiktor Żelazny f030d0433f
gnu: Add r-climatol.
* gnu/packages/cran.scm (r-climatol): New variable.
2022-12-29 23:22:41 +01:00
Wiktor Żelazny e830bf71f2
gnu: Add r-mapdata.
* gnu/packages/cran.scm (r-mapdata): New variable.
2022-12-29 23:21:26 +01:00
Wiktor Żelazny 8d02c4f618
gnu: Add r-prospectr.
* gnu/packages/cran.scm (r-prospectr): New variable.
2022-12-29 23:09:52 +01:00
son0p 74ef7fd9a3
gnu: Add r-treemap.
* gnu/packages/cran.scm (r-treemap): New variable.
2022-12-29 22:43:24 +01:00
Ricardo Wurmus 11fce2ddd7
gnu: r-rpostgres: Update to 1.4.4.
* gnu/packages/cran.scm (r-rpostgres): Update to 1.4.4.
2022-12-29 22:19:25 +01:00
Peter Lo 9ac12e7cb6
gnu: Add r-rpostgres.
* gnu/packages/cran.scm (r-rpostgres): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2022-12-29 22:17:05 +01:00
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