1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00
Commit Graph

182705 Commits

Author SHA1 Message Date
Igorj Gorjaĉev
fce0bb7f09 gnu: Add elixir-mix-audit.
* gnu/packages/elixir-xyz.scm (elixir-mix-audit): New variable.

Closes: https://codeberg.org/guix/guix/pulls/3524
Change-Id: I1d4565135a6d4b67046c17660573849493809e1c
Signed-off-by: Giacomo Leidi <therewasa@fishinthecalculator.me>
2026-03-03 16:41:39 +01:00
Igorj Gorjaĉev
65b0aa869e gnu: Add elixir-yaml-elixir.
* gnu/packages/elixir-xyz.scm (elixir-yaml-elixir): New variable.

Change-Id: I47e3bd31eac50699a5bccd1d515a4117ffb37563
Signed-off-by: Giacomo Leidi <therewasa@fishinthecalculator.me>
2026-03-03 16:41:39 +01:00
Igorj Gorjaĉev
334d701b01 gnu: Add elixir-depscheck.
* gnu/packages/elixir-xyz.scm (elixir-depscheck): New variable.

Change-Id: I7bb81fc7ed8fc068eedb1052b1d7891abfa9bbea
Signed-off-by: Giacomo Leidi <therewasa@fishinthecalculator.me>
2026-03-03 16:41:39 +01:00
Igorj Gorjaĉev
875223f9d4 build-system: mix: Add support for importing deps from 'mix.lock'.
* guix/import/mix.scm: New file.
* guix/import/mix/mix-lock.scm: New file.
* guix/scripts/import/mix.scm: New file.
* tests/import/mix.scm: New file.
* Makefile.am (MODULES, SCM_TESTS): Register them.
* etc/teams.scm (beam): Likewise.
* gnu/packages/beam-apps.scm: New file.
* gnu/packages/beam-packages.scm: New file.
* gnu/packages/beam-sources.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Register them.
* etc/teams.scm (beam): Likewise.
* guix/build-system/mix.scm (define-mix-inputs): New macro.
(beam-name->package-name, hexpm-source, mix-inputs): New procedures.
(mix-build): Add new variables.
* guix/build/mix-build-system.scm (unpack-vendorize,
symlink-vendorize, beam-package?): New procedures.
(%standard-phases): Add new phases.
(build, check, install): Add vendoring support.
(%elixir-prefix, %beam-prefix, %vendorize-env-var): Add new symbols.
(strip-prefix, package-name->elixir-name): Add support for beam-prefixed
packages.
* guix/scripts/import.scm (process-args): Add 'mix' importer.
* etc/teams.scm (beam)<#:description>: Add Mix importer mention.
* etc/teams.scm (beam)<#:scope>: Add "tests/import/hexpm.scm".
* CODEOWNERS: Regenerate file.
* guix/import/hexpm.scm (dependencies->package-names,
hexpm->guix-package): Add optional mix-inputs support.
* guix/scripts/import/hexpm.scm (show-help, %options,
parse-options): Likewise.
* tests/import/hexpm.scm: Likewise.
* guix/import/hexpm.scm (hexpm->guix-package): Fix typo.
* doc/guix.texi: Add initial documentation for mix importer and
new option for hexpm importer.
* doc/guix-cookbook.texi: Add example of packaging Elixir app.

Change-Id: I5d11f8be111963fbac2fd6ab5fd0bd644f9488b0
Signed-off-by: Giacomo Leidi <therewasa@fishinthecalculator.me>
2026-03-03 16:41:39 +01:00
Igorj Gorjaĉev
f1d277707c gnu: elixir: Add vendoring support.
* gnu/packages/elixir.scm (elixir): Add vendoring support.
* gnu/packages/patches/elixir-vendoring-support.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.

Change-Id: Id295ac66684c724ac799878ec58d84617bf9a5be
Signed-off-by: Giacomo Leidi <therewasa@fishinthecalculator.me>
2026-03-03 16:41:38 +01:00
jgart
ac9a0bfcd6 gnu: trealla: Update to 2.91.1.
* gnu/packages/prolog.scm (trealla): Update to 2.91.1.

Change-Id: Ie67c3ad73b28ddac582447c35d4e0a721f8d6f66
2026-03-03 09:34:49 -05:00
Simen Endsjø
f1a2ecf11c gnu: sbcl-serapeum: Update to 0.0.0-13.71f35c9.
* gnu/packages/lisp-xyz.scm (sbcl-serapeum): Update to 71f35c9.

Change-Id: I306e7f587697ec9935ea507178e4ebcbab017b38
Signed-off-by: jgart <jgart@dismail.de>
2026-03-03 09:29:25 -05:00
Simen Endsjø
b3a8639c54 gnu: sbcl-named-readtables: Update to aa6dab5.
* gnu/packages/lisp-xyz.scm (sbcl-named-readtables): Update to aa6dab5.
[phases]: Remove documentation.

Change-Id: Id3a7da11311e11e8a08bb69f5de5e1a4ec257a03
Signed-off-by: jgart <jgart@dismail.de>
2026-03-03 07:13:53 -05:00
Simen Endsjø
ba17ac50d4 gnu: sbcl-spinneret: Update to 3.0-7.fa70fca.
* gnu/packages/lisp-xyz.scm (sbcl-spinneret): Update to fa70fca.
[package]: Move version revision to commit hash.
[inputs]: Add sbcl-in-nomine.

Change-Id: I006b3d1a7bad78bbd32223783bb203587cc46597
Signed-off-by: jgart <jgart@dismail.de>
2026-03-03 07:10:22 -05:00
Omar Bassam
e51bfd324b gnu: sbcl-dissect: Update to 1.0.0-3.985fe01.
* gnu/packages/lisp-xyz.scm (sbcl-dissect): Update to 1.0.0-3.985fe01.
[source]: Update to use new source url.
[home-page]: Update to use new homepage url.

Change-Id: I2cfac50d8722c9e94888e1215d10592401b08507
Signed-off-by: Omar Bassam <omar.bassam88@gmail.com>
Signed-off-by: jgart <jgart@dismail.de>
2026-03-03 07:01:02 -05:00
Omar Bassam
07df03f1ca gnu: sbcl-depot: Update to 1.0.0-2.6b46c7d.
* gnu/packages/lisp-xyz.scm (sbcl-depot): Update to 1.0.0-2.6b46c7d.
[source]: Update to use new source url.
[home-page]: Update to use new homepage url.

Change-Id: I8aa88ec75afa826e11f9b74badbb5050ca22c7e4
Signed-off-by: jgart <jgart@dismail.de>
2026-03-03 06:55:06 -05:00
Danny Milosavljevic
9eb1bf9219 gnu: Add wasm-bindgen-cli.
* gnu/packages/rust-apps.scm (wasm-bindgen-cli): New variable.
* gnu/packages/rust-crates.scm (lookup-cargo-inputs)[wasm-bindgen-cli]:
New entry.

Closes: guix/guix#6664
Change-Id: Id2a63ead78dc57fba4ab0ca3cdc47ebee7d59a4c
2026-03-03 10:58:24 +01:00
Alexey Abramov
30bd3bda23 gnu: remind: Fix tkremind fontchooser issues.
Fontchooser breaks when the window class starts with ".".  wrap-program
renames tkremind to .tkremind-real, and Tk uses the script basename as
the window class, causing this issue.  Additionally, SetHeadingFont
references Option(HeadingFont) before it is set.

* gnu/packages/calendar.scm (remind)[source]: Add patch.
* gnu/packages/patches/tkremind-fix-fontchooser.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.

Change-Id: I442b156a5780156080c663e2ee53aa1e3e741ec1
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-03-03 09:56:03 +00:00
Alexey Abramov
04598b5d06 gnu: remind: Update to 6.02.01.
* gnu/packages/calendar.scm (remind): Update to 6.02.01.

Merges: https://codeberg.org/guix/guix/pulls/6190
Change-Id: I294d50fb608a9de08381e215c5b6a73f4074827a
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-03-03 09:55:37 +00:00
Nicolas Graves
e4cc67782e doc: Refresh python documentation.
* doc/contributing.texi: Refresh python documentation (avoid uses of
"we " and "you", remove the reference to pyproject-build-system as
experimental, and adjust the setuptools situation comments).

Merges: https://codeberg.org/guix/guix/pulls/6427
Change-Id: Idb065befc975063ad97e6bdafb724e50d6891cb5
Reviewed-by: Yan Abu Arab <yanabuarab@gmail.com>
Reviewed-by: Maxim Cournoyer <maxim@guixotic.coop>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-03-03 09:32:18 +00:00
Nguyễn Gia Phong
c87031efe8 teams: Add build-tools team.
* etc/teams.scm (build-tools): New team.
  ("Janneke Nieuwenhuizen"): Add to the team.
  ("Nguyễn Gia Phong"): Add to the team.
* CODEOWNERS: Regenerate file.

Change-Id: Iccaaa39b2210b4e7cf6b310c7cc96bf771996db6
2026-03-03 10:30:05 +01:00
Nicolas Graves
bd0fc2f1b1 gnu: jack-capture: Update to 0.9.73-0.a539d44.
* gnu/packages/music.scm (jack-capture): Update to 0.9.73-0.a539d44.
[arguments]: Rewrite them, improve style.

Merges: https://codeberg.org/guix/guix/pulls/6270
Change-Id: Ie12855d42679da8cb1c949e90b803cb18face68f
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-03-03 09:28:21 +00:00
Nicolas Graves
9a42390493 gnu: python-faiss: Switch to pyproject-build-system.
* gnu/packages/graph.scm (python-faiss)[arguments]
<#:imported-modules, #:modules, #:phases>: Rewrite them
to switch to pyproject-build-system.

Merges: https://codeberg.org/guix/guix/pulls/6224
Change-Id: I096ebe121027e72bc2ab01f6ebc75ae057a66344
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-03-03 08:36:10 +00:00
Thanos Apollo
478d38fc69 gnu: emacs-yeetube: Update to 2.1.12.
* gnu/packages/emacs-xyz.scm (emacs-yeetube): Update to 2.1.12.
[arguments]: Enable tests.

Merges guix/guix!6829

Change-Id: I396d7b5a1ba56933b78a5b838cc16739c2c546bf
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
2026-03-03 08:59:48 +01:00
Cayetano Santos
bedc36b1f1 gnu: awesome: Refresh package.
* gnu/packages/wm.scm (awesome)[snippet]: Use G-Expressions.
[arguments]: Use G-Expressions.
<#:out-of-source?>: Delete.
<#:phases>: Simplify lambda arguments in ’patch-session-file and ’wrap.

Change-Id: Ie75f93d42650b8bb98c0ae40711b1a18346018d3
2026-03-03 08:53:27 +01:00
Nguyễn Gia Phong
bfefaabecc gnu: awesome: Separate hypertext documentation.
* gnu/packages/wm.scm (awesome)[outputs]: Add "doc".
  [arguments]<#:configure-flags>: Set AWESOME_DOC_PATH.

Merges guix/guix!6833

Change-Id: Ifb180d35ed14ef5b2fff49f718302e714f639aa5
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
2026-03-03 08:47:59 +01:00
Nguyễn Gia Phong
1e529196aa gnu: awesome: Fix manual pages generation.
Since version 4.3, Awesome uses asciidoctor instead of asciidoc to
generate manual pages.
Reference: https://github.com/awesomeWM/awesome/commit/d9cc56538f05

* gnu/packages/wm.scm (awesome)[native-inputs]: Replace asciidoc with
ruby-asciidoctor.

Merges guix/guix!6833

Change-Id: Iacd2bba93889eb283d0cc771a8abb46b178c219c
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
2026-03-03 08:47:59 +01:00
John Kehayias
7be7319016 gnu: rust-xremap: Add back features argument.
This is a followup to commit 12a9f53dd2 to
restore the dropped #:features argument (otherwise the xremap-* packages won't
build with their enabled feature).

* gnu/packages/rust-apps.scm (rust-xremap)[arguments]: Add features.

Change-Id: Ia73b57794e35cf54e189c86d2c91147670b2f3e6
2026-03-03 02:17:11 -05:00
chris0ax
c087d1d622 doc: Fix typo in home-readymedia-service-type example.
* doc/guix.texi (Miscellaneous Home Services): Change
readymedia-directory to readymedia-media-directory in
home-readymedia-service-type example.

Merges: https://codeberg.org/guix/guix/pulls/5496
Change-Id: Ica68a26bef7e960bbda769a1a04798d86bbe7d1e
Reviewed-by: Sergey Trofimov <sarg@sarg.org.ru>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-03-02 23:26:32 +00:00
Junker
7900633df3 gnu: Add jhead.
* gnu/packages/image.scm (jhead): New variable.

Merges: https://codeberg.org/guix/guix/pulls/5415
Change-Id: Ia4d18490a735218938da0d9675eb6660bc29d2f0
Reviewed-by: Anderson Torres <anderson.torres.8519@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-03-02 23:18:11 +00:00
Sharlatan Hellseher
72cf11751e gnu: python-blosc: Update to 1.11.4.
* gnu/packages/python-compression.scm (python-blosc): Update to 1.11.4.
[native-inputs]: Remove python-numpy-1; add python-numpy.

Relates-to: https://codeberg.org/guix/guix/issues/6610
Change-Id: Ib85e33c821e243dabe9168ad2c5f5ddf00187e23
2026-03-02 23:03:22 +00:00
Sharlatan Hellseher
38c5d7beb0 gnu: boost-with-numpy: Fix synopsis
* gnu/packages/boost.scm (boost-with-numpy): Fix synopsis.

Change-Id: I88994b6cdf1869affe6c0aa1bd43e16b8cfd7b44
2026-03-02 22:50:31 +00:00
Nigko Yerden
718b20f0a8 gnu: Add alps.
* gnu/packages/physics.scm (alps): New variable.

Merges: https://codeberg.org/guix/guix/pulls/4815
Change-Id: I1502dfa9f41d2c6c9a3199bef9d43c20fd5aff54
Reviewed-by: Andrew Wong <wongandj@runbox.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-03-02 22:50:20 +00:00
Nigko Yerden
f2ecc3cd40 gnu: Add boost-mpi-numpy.
* gnu/packages/boost.scm (boost-mpi-numpy): New variable.

Change-Id: I91caad143e63f0c628429706ed3cfa3a740ed7f6
Reviewed-by: Andrew Wong <wongandj@runbox.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-03-02 21:47:27 +00:00
Nigko Yerden
16fc49ce9a gnu: boost-mpi: Fix synopsis.
* gnu/packages/boost.scm (boost-mpi): Fix synopsis.

Change-Id: I9590fc70e6ab0ec7a9e39bc7e02469596fe6032c
Reviewed-by: Andrew Wong <wongandj@runbox.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-03-02 21:47:24 +00:00
Alissa Istleyeva
f6bbfca83f gnu: Add gubar.
* gnu/packages/wm.scm (gubar): New variable.

Merges: https://codeberg.org/guix/guix/pulls/6245
Change-Id: I55f6071e61742beff890961577001d87ea9bb558
Reviewed-by: David Thompson <dthompson2@worcester.edu>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-03-02 20:58:00 +00:00
Munyoki Kilyungi
8bd2cce1f4 teams: Move BonfaceKilz from lisp to guile team.
* etc/teams.scm: ("Munyoki Kilyungi"): Move from lisp to guile team.

Merges: https://codeberg.org/guix/guix/pulls/6827
Change-Id: I2fbb50b4c97d937cac116b0fe25b3c1f02658dc7
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-03-02 20:54:04 +00:00
Patrick Norton
e26bc7949a gnu: ascii: Update to 3.31.
* gnu/packages/shellutils.scm (ascii): Update to 3.31.

Merges: https://codeberg.org/guix/guix/pulls/6793
Change-Id: I0fbd4723c0aeee7260402552ade4d1e144306fee
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-03-02 20:51:35 +00:00
Patrick Norton
c4e95392a3 gnu: elinks: Update indentation.
* gnu/packages/web-browsers.scm (elinks): Update indentation.

Change-Id: Ied3901e38199217f3bde3ee5c0b456f54d64cdeb
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-03-02 20:48:42 +00:00
Patrick Norton
832ce65550 gnu: elinks: Update to 0.19.1.
* gnu/packages/web-browsers.scm (elinks): Update to 0.19.1.

Merges: https://codeberg.org/guix/guix/pulls/6767
Change-Id: I4f9b20da027fb67a8f45d93d0078ac4bde03d824
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-03-02 20:48:42 +00:00
John Kehayias
d8e1ec344f gnu: hyprland: Update to 0.54.0.
* gnu/packages/wm.scm (hyprland): Update to 0.54.0.

Change-Id: I9e8768c9e362bbf1e650aea7bfb2e5cc74a591e3
2026-03-02 15:25:47 -05:00
John Kehayias
7ab8d91783 gnu: hyprwire: Update to 0.3.0.
* gnu/packages/cpp.scm (hyprwire): Update to 0.3.0.

Change-Id: Ibf05bf11e7086d4d694aed6eb29fdcedc319f3ac
2026-03-02 15:25:32 -05:00
Andreas Enge
5b3e234af5 gnu: Remove gss.
* gnu/packages/gsasl.scm (gss): Delete variable.

Fixes: guix/guix#6021
Change-Id: Ida148ef79d5f8f61222ffb0700f7e995793d89b9
2026-03-02 17:19:05 +01:00
Andreas Enge
6682027c99 gnu: Add back deprecated meson-python.
This is a follow-up to commit 19dbcc92e5 .

* gnu/packages/python-xyz.scm (meson-python): Add back as a deprecated
package.

Change-Id: Ie9e969e414f4c692fea704c8f9183eab0463fba8
2026-03-02 17:10:18 +01:00
Simen Endsjø
b0b9fedbe4 gnu: Add sbcl-in-nomine, cl-in-nomine, ecl-in-nomine.
* gnu/packages/lisp-xyz.scm (sbcl-in-nomine, cl-in-nomine, ecl-in-nomine): New variables.

Change-Id: Ic15598513e8e8e8b1699707590a01162721081c4
Signed-off-by: jgart <jgart@dismail.de>
2026-03-02 10:04:58 -05:00
Andreas Enge
19dbcc92e5 gnu: Remove meson-python.
* gnu/packages/build-tools.scm (meson-python): Delete variable.

Fixes: guix/guix#5959
Change-Id: I6ce0ca69685bc250ad357ed072726fe026604559
2026-03-02 15:57:23 +01:00
Andreas Enge
aa7a476549 gnu: sage: Refresh input.
* gnu/packages/sagemath.scm (sage)[native-inputs]: Replace meson-python
by python-meson.

Change-Id: I9231e35f54b11153b0fb7b85911dda5d7521b556
2026-03-02 15:57:23 +01:00
Andreas Enge
80364f174a gnu: python-euphonic: Refresh input.
* gnu/packages/physics.scm (python-euphonic)[native-inputs]: Replace
meson-python by python-meson.

Change-Id: Id171f9f23b445d1dca8182085e5a3d88e462d905
2026-03-02 15:57:23 +01:00
Andreas Enge
5925008664 gnu: Remove python-sphinx-basic-ng.
* gnu/packages/sphinx.scm (python-sphinx-basic-ng): Delete variable.

Fixes: guix/guix#5976
Change-Id: I3ae448d86e261c987d76e8bd11804b7257609d3f
2026-03-02 15:57:23 +01:00
jgart
860f89ef46 gnu: trealla: Update to 2.91.0.
* gnu/packages/prolog.scm (trealla): Update to 2.91.0.

Change-Id: Iadca5f5512fdbf9b490052c2c5bacde282fcbc41
2026-03-02 09:34:10 -05:00
Carlos Durán Domínguez
ec3cc2458a gnu: audmes: Update to 2025.04.05.
Version now follows the release format

* gnu/packages/engineering.scm (audmes): Update to 2025.04.05.
[source]: Switch to git-fetch.

Fixes: guix/guix#6416
Merges guix/guix!6679

Change-Id: I82bdc779d63b34d366541d7ffa331e6f3bc133bb
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
2026-03-02 14:56:48 +01:00
Carlos Durán Domínguez
ae507120da gnu: audmes: Fix native input.
* gnu/packages/engineering.scm (audmes): Fix source input.
[arguments]: <#:phases>: Remove it.
[native-inputs]: Add libfccp; delete origin.

Merges guix/guix!6679

Change-Id: Ica8f43939bb6fc7b89c43dba75af5593b1355031
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
2026-03-02 14:56:20 +01:00
Carlos Durán Domínguez
5fc3a79d05 gnu: Add libfccp.
* gnu/packages/cpp.scm (libfccp): New variable.

Merges guix/guix!6679

Change-Id: I38afbd0ef26cd1a9f2e77ff0ed077392f963faca
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
2026-03-02 14:56:09 +01:00
Thanos Apollo
50f998e04c gnu: emacs-rust-mode: Fix and enable tests.
* gnu/packages/emacs-xyz.scm (emacs-rust-mode)
[arguments]: Convert to list of G-Expressions.
<#:tests?>: Enable.
<#:phases>: Add ‘patch-makefile’.

Merges guix/guix!6772

Change-Id: I99557fb898055793acaf40020d7d75a5d244c8ef
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
2026-03-02 14:50:08 +01:00
Thanos Apollo
6046e27b93 gnu: emacs-flycheck: Update to 36.0.
* gnu/packages/emacs-xyz.scm (emacs-flycheck): Update to 36.0.
[propagated-inputs]: Drop emacs-dash.
[native-inputs]: Add emacs-buttercup and python-minimal-wrapper.
[arguments]<#:phases>: Rename 'change-flycheck-version' to
'fix-version-constant'; add 'remove-unsuitable-tests'.

Merges guix/guix!6783

Change-Id: I54cd381fa60ce6b5bd79918d3115562a1dec3dfb
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
Modified-by: Cayetano Santos <csantosb@inventati.org>
2026-03-02 14:49:30 +01:00