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

1111 Commits

Author SHA1 Message Date
Anderson Torres
a395def329 news: Add 'pt' translation.
* etc/news.scm: Add Portuguese translation for GNOME 48 entry.

Change-Id: I9ac3efe14a3025c0375aceabbf03321cdce31a0a
Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de>
2026-03-14 12:29:15 +01:00
Gabriel Wicki
75ea9cb664 etc: snippets: Update python to pyproject build system.
The snippets still refer to the outdated python-build-system which
should not be encouraged to use anymore.

* etc/snippets/yas/scheme-mode/guix-package (build-system): Replace
python-build-system with pyproject-build-system.

Merges guix/guix!7100

Change-Id: Ic7d4b298c922fbea75b0e2ae341fee8a5ab0543c
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
2026-03-13 20:50:13 +01:00
Noé Lopez
4966ea6de3 Add news entries for GNOME 48.
* etc/news.scm: Add news entry for GNOME update.
* NEWS: Mention GNOME update.

Merges: https://codeberg.org/guix/guix/pulls/7067
Change-Id: I6081f3aa703ba500ebf89c77be7807cd815913d8
Reviewed-by: Maxim Cournoyer <maxim@guixotic.coop>
Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de>
2026-03-13 03:48:46 +01:00
Artyom V. Poptsov
8ead7a9837 etc: apparmor.d: Fix "guix-daemon/guix-builder" policy.
Currently Guix daemon would always fail to build packages that require
execution of programs and scripts in "/tmp" directory (e.g. in "bootstrap"
phase) on foreign distributions that use AppArmor as it denies such requests
due to policy restrictions.  This patch fixes "guix-daemon" AppArmor policy by
allowing execution of programs in "/tmp" for "guix-builder".

See <https://codeberg.org/guix/guix/issues/6501>

* etc/apparmor.d/guix-daemon: Fix permissions for guix-daemon/guix-builder.

Change-Id: Ib6a33fcc035011d7045da03346f3afeb598b7d7a
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2026-03-08 11:31:02 +02:00
jgart
5425265d28 teams: tex: Add manifest.
* etc/teams/tex/tex-manifest.scm: New file.

Change-Id: I522622327964332d00b3d8b23c1d4807a7571345
Signed-off-by: jgart <jgart@dismail.de>
2026-03-07 11:10:03 -05:00
Sharlatan Hellseher
4a3dccedac teams: python: Adopt build/toml and tests/toml.
This is a following up discussion from
<https://codeberg.org/guix/guix/pulls/5156#issuecomment-11164088>.

* etc/teams.scm (python)<#:scope>: Sort alphabetcially; add
"guix/build/toml.scm", and "tests/toml.scm".
* CODEOWNERS: Regenerate file.

Change-Id: I65d9b319eff8bbd240c74851dbd0b56f2b0e6c27
2026-03-06 20:42:24 +00:00
Zheng Junjie
9ad49f69f4 teams: Update team status for Zheng Junjie.
* etc/teams.scm (Z572): Remove some teams.

Change-Id: Ied973be7c9cf9af86630fbd2f8723a5efdf2fd6d
Signed-off-by: Andreas Enge <andreas@enge.fr>
2026-03-06 16:32:54 +01:00
Noé Lopez
c5c02d134c gnu: Add gnome-circle module.
* gnu/packages/gnome-circle.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* etc/teams.scm (gnome): Add it to gnome team.
* CODEOWNERS: Add it.
* po/packages/POTFILES.in: Add it.

Change-Id: I26eb22689d894eccad031db7e494c937dd45bffc
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2026-03-06 14:53:16 +01:00
Maxim Cournoyer
512ed73989 teams: Update gnome-core-refresh script.
* etc/teams/gnome/gnome-core-refresh (%names): Register pypgobject and pyatspi
mappings.

Change-Id: I5343870e33fbd25859f5fb39522953225c6236b9
2026-03-06 14:51:54 +01:00
Gabriel Wicki
8afd7d3150 teams: Use full name for member folaht.
* etc/teams.scm (folaht): Use full name.

Change-Id: I9ab38bc685246604dd974ed98774fbdc296ab423
Signed-off-by: Gabriel Wicki <gabriel@erlikon.ch>
2026-03-05 12:43:54 +01:00
Gabriel Wicki
6b94452c24 teams: Add folaht to documentation team.
* etc/teams.scm (folaht): New team member.

Change-Id: I7ab50f2d56f439deba983dbbe5b38c7f8afa5253
Signed-off-by: Gabriel Wicki <gabriel@erlikon.ch>
2026-03-05 12:32:51 +01:00
Gabriel Wicki
d2170de523 teams: Add music.scm to audio team.
* etc/teams.scm: Add gnu/packages/music.scm to the scope of the audio team.
* CODEOWNERS: Regenerate it.

Change-Id: I539975f268d6447e4c6b4d5ce8860f6070d862d3
Signed-off-by: Gabriel Wicki <gabriel@erlikon.ch>
2026-03-04 18:11:42 +01: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
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
Carlo Zancanaro
4189125e4c teams: Add Carlo Zancanaro to lua and ruby teams.
* etc/teams.scm ("Carlo Zancanaro"): New person in lua and ruby teams.

Change-Id: I3169931f2ca09a9581dd90775d793b600dd28942
2026-02-26 16:28:33 +00:00
Carlo Zancanaro
0d22ebf4dd teams: Add Lua team.
* etc/teams.scm (lua): New team.
* CODEOWNERS: Regenerate file.

Change-Id: Ia060a92385661eec1b67028d79b403b9d09ae58d
2026-02-26 16:28:33 +00:00
Nguyễn Gia Phong
75001089b5 teams: sysadmin: Adopt corresponding services and tests.
* etc/teams.scm (sysadmin)<#:scope>: Add "gnu/services/admin.scm",
  "gnu/services/authentication.scm", "gnu/services/databases.scm",
  "gnu/services/dns.scm", "gnu/services/high-availability.scm",
  "gnu/services/kerberos.scm", "gnu/services/monitoring.scm",
  "gnu/services/nfs.scm", "gnu/services/samba.scm",
  "gnu/services/virtualization.scm", "gnu/services/vnc.scm",
  "gnu/tests/databases.scm", "gnu/tests/dns.scm",
  "gnu/tests/high-availability.scm", "gnu/tests/monitoring.scm",
  "gnu/tests/nfs.scm", "gnu/tests/samba.scm",
  "gnu/tests/virtualization.scm", and "gnu/tests/vnc.scm".
  Fix typo in "gnu/packages/configuration-management.scm".
* CODEOWNERS: Regenerate file.

Merges: https://codeberg.org/guix/guix/pulls/6340
Change-Id: I6cf52a9beba8164db42aabdb3b643d941eef3433
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-26 09:03:58 +00:00
jgart
79655af5e2 teams: go: Add manifest.
* etc/teams/go/go-manifest.scm: New file.

Change-Id: I1aad9ca3d043efe5d4868d53238ac00243c933e1
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-24 14:36:21 +00:00
Rodion Goritskov
1c25d91613 teams: Add Rodion Goritskov to various teams.
* etc/teams.scm: ("Rodion Goritskov"): Add Rodion Goritskov to
games, java, kde, kernel teams.

Change-Id: Ieb213d214bbc118ecb64964454c3d72a313250a5
Signed-off-by: Andreas Enge <andreas@enge.fr>
2026-02-24 14:53:35 +01:00
jgart
3dc2986418 teams: perl: Add manifest.
* etc/teams/lisp/perl-manifest.scm: New file.

Change-Id: I73078321c258a207ea78a1b01fc99707a9741e18
Signed-off-by: jgart <jgart@dismail.de>
2026-02-23 19:23:19 -05:00
Nguyễn Gia Phong
d45da4a5e9 teams: Add team for QA packages.
* etc/teams.scm (qa-packages): New team.
  ("Janneke Nieuwenhuizen"): Add to the team.
  ("Liliana Marie Prikler"): Add to the team.
  ("Nguyễn Gia Phong"): Add to the team.
* CODEOWNERS: Regenerate file.

Change-Id: Iccaaa39b2210b4e7cf6b310c7cc96bf771996db6
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
2026-02-23 11:40:49 +09:00
Wilko Meyer
f23dc03e8a teams: Add Perl and Raku team.
* etc/teams.scm (perl): New team.
("Wilko Meyer"): Add to perl team.
* CODEOWNERS: Regenerate file.

Change-Id: Ia9da6d87bb116d00bccad5322e25194793ebc17c
Signed-off-by: jgart <jgart@dismail.de>
2026-02-22 18:25:43 -05:00
Anderson Torres
6cc0befc70 news: Add 'pt' translation.
* etc/news.scm: Add Portuguese translation for glibc entry.

Change-Id: I6a965fb972d5241073afc0ea5a802e611abcbb89
Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de>
2026-02-22 14:14:03 +01:00
Danny Milosavljevic
2e7ae98c24 gnu: python-brille: Move to (gnu packages physics).
* gnu/packages/python-science.scm (python-brille): Move from here…
* gnu/packages/physics.scm (python-brille): …to here.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add reference to that file.
* etc/teams.scm (science): Add reference to that file.

Change-Id: I207940441fb4406fb034d5582ba9f5517544179b
2026-02-21 21:52:38 +01:00
Efraim Flashner
1ccb1cc14e teams: rust: Limit manifests to supported packages.
* etc/teams/rust/rust-manifest.scm, etc/teams/rust/rusty-packages.scm:
Limit the manifests to packages which are supported on that
architecture.

Change-Id: I85b6f2a81835c961e9d320e94141eb273e99f9ba
2026-02-21 10:17:04 +01:00
Florian Pelz
549741f76f news: Add 'de' translation.
* etc/news.scm: Add German translation for glibc entry.

Change-Id: Id78855510109a6a64c6535c1188ba8fdd15d3849
2026-02-20 09:18:54 +01:00
John Kehayias
4d1291eaaa news: Announce potential security issue in glibc package.
* etc/news.scm: Add entry.

Change-Id: Iea4883d83cae7dee937d46d534cfa8dad17b1028
2026-02-20 01:16:13 -05:00
Trevor Richards
c28ce43aac teams: Re-add trevdev.
* etc/teams.scm ("Trevor Richards"): Add person.

Change-Id: Id66df1b63d84abacb9f67b6d2d710237715a1960
Signed-off-by: Andreas Enge <andreas@enge.fr>
2026-02-15 15:15:45 +01:00
Cayetano Santos
290fefbff5 teams: crypto: Adopt cybersecurity.
* etc/teams.scm (crypto)<#:scope>: Add "gnu/packages/cybersecurity.scm".
* CODEOWNERS: Regenerate file.

Change-Id: Id731ec325432db51fa50ed5855d6fd1fcaec4cd6
Signed-off-by: Andreas Enge <andreas@enge.fr>
2026-02-15 14:53:19 +01:00
Andreas Enge
f39007a89b etc: Add enge to c++ team.
* etc/teams.scm (enge): Add team c++.

Change-Id: I7abaf6d62738561ceff917bb807ad11c5a40900b
2026-02-14 14:00:30 +01:00
Vagrant Cascadian
1e270c9a33 teams: kernel: Add Vagrant Cascadian.
* etc/teams.scm ("Vagrant Cascadian"): Add to kernel team.
2026-02-11 09:53:18 -08:00
Sergio Pastor Pérez
21bb03de88 teams: Add Sergio Pastor Pérez to various teams.
* etc/teams.scm: ("Sergio Pastor Pérez"): New entry. Add Sergio Pastor Pérez
to guile, hpc and kde teams.

Change-Id: I04c9b9a7cfc09633602cfaed661c3f305d7bb74b
Signed-off-by: Andreas Enge <andreas@enge.fr>
2026-02-11 14:48:57 +01:00
Cayetano Santos
b8a02db5e9 teams: hpc: Adopt rocm-libs and rocm-tools.
* etc/teams.scm (hpc)<#:scope>: Add "gnu/packages/rocm-tools.scm" and "gnu/packages/rocm-libs.scm".
* CODEOWNERS: Regenerate file.

Merges guix/guix!6305.

Change-Id: I1cd8ecb60588b6e41dd9429d8a5f01613ee81a21
2026-02-11 13:14:09 +01:00
Cayetano Santos
d03de36259 teams: crypto: Adopt vpn.
* etc/teams.scm (crypto)<#:scope>: Add "gnu/packages/vpn.scm".
* CODEOWNERS: Regenerate file.

Merges guix/guix!6293

Change-Id: I756f1234af9b3c7eebd25feeddff696671333993
2026-02-10 20:27:34 +01:00
David Thompson
b2299d9b5a teams: guile: Add David Thompson.
* etc/teams.scm ("David Thompson"): Add to guile team.

Change-Id: Idcb1535f87f51b62c52c710f34cce445098913f6
2026-02-08 13:48:22 -05:00
Yelninei
561ed8814f maint: Build all guix dependencies in the hurd manifest.
* etc/manifests/hurd.scm (guix-dependencies): Don't filter out locales,
graphviz and po4a.

Change-Id: I6f99697a057c48868b65b372bac26fba79021134
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2026-02-07 22:37:16 +01:00
Rutherther
7fd75725c5 guix-install.sh: Set Guile load paths in zzz-guix.sh.
Reverts bb2263102a.
Follow up of 4aece62a75 that makes this safe.

* etc/guix-install.sh (sys_create_init_profile): Set GUILE_LOAD_PATH and
GUILE_LOAD_COMPILED_PATH to user's current-guix profile.

Change-Id: I52e02d779c1ece4570e355fcc12193ef87b89e50
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Merges: #5686
2026-02-07 17:00:10 +01:00
Rutherther
175a8d86c9 guix-install.sh: Check if ~/.guix-profile exists properly.
Currently the check only looks if ~/.guix-profile symlink exists.
That, however, is not sufficient. This file might be created prior to creation
of the first generation of user's profile.

So we should be checking that the profile does have the file we're looking for
- etc/profile. This is the same way how /etc/profile solves this on Guix System.

* etc/guix-install.sh (sys_create_init_profile): Properly check if
~/.guix-profile exists.

Change-Id: I1a650cb5b845ca96705361e332409c3b49000057
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Merges: #5123
2026-02-07 17:00:09 +01:00
Ludovic Courtès
95e47fba00 teams: Update own membership.
* etc/teams.scm (civodul): Remove ‘mentors’; add ‘guile’.

Change-Id: Ie4be0559b3f7fff4dab610f3e3e083ca26135a34
Signed-off-by: jgart <jgart@dismail.de>
2026-02-06 14:34:23 -06:00
Jason Conroy
4ea3671ecd teams: ocaml: Add Jason Conroy (@conroj).
* etc/teams.scm ("Jason Conroy"): Add to ocaml team.

Change-Id: I792369adae55c106fd6f88dbdeb38a84b3e99b94
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2026-02-06 18:18:21 +01:00
moksh
7e16672f8e teams: mozilla: Add Untrusem.
* etc/teams.scm ("Untrusem"): Add to Mozilla team.

Change-Id: Iebd7e10b31890a30d6f169ef394d59d547ea27d6
Signed-off-by: Ian Eure <ian@retrospec.tv>
2026-02-06 08:24:31 -08:00
Wilko Meyer
4649356206 teams: Re-add Wilko Meyer as a member of the kernel team.
* etc/teams.scm ("Wilko Meyer"): New entry.

Change-Id: Ic7b0c8a8102d73653e5c2bae9829286c03acd815
Signed-off-by: Andreas Enge <andreas@enge.fr>
2026-02-05 22:04:48 +01:00
Yan Abu Arab
f75080db69 teams: python,sysadmin: Add Yan Abu Arab.
* etc/teams.scm ("Yan Abu Arab"): Add to python team, add to sysadmin team.

Change-Id: I96a7102a117da7e112a2e668c5a0080eabf2a662
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-05 17:21:43 +00:00
Hugo Buddelmeijer
2c710762f5 teams: python: Add Hugo Buddelmeijer.
* etc/teams.scm ("Hugo Buddelmeijer"): Add to python team.

Change-Id: I3d0c864583c83e3289ee236233f34875ab17f7db
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
2026-02-05 10:32:57 +01:00
Sharlatan Hellseher
f128559596 teams: Katherine Cox-Buday: Remove from the go team.
Katherine Cox-Buday was not active for more than 2 years already.

* etc/teams.scm ("Katherine Cox-Buday"): Withdraw from from go team.

Change-Id: I059d2c1c0959bc3b84c307b17c668ac5df896ac6
2026-02-04 19:40:55 +00:00
Arthur Rodrigues
78b685f258 teams: go: Add Arthur Rodrigues.
* etc/teams.scm ("Arthur Rodrigues"): Add to go team.

Change-Id: Ib6c969fc1058233de1c820cd8779a8c7b42484f4
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-04 19:40:54 +00:00
Mathieu Lirzin
d0ac3f79a4 teams: java: Adopt Clojure modules.
* etc/teams.scm (java): Add clojure files to scope.
* CODEOWNERS: Regenerate file.

Change-Id: Ia8adfc3519e95a5137b00ef6fbf285f4d8577d4b
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2026-02-04 11:10:10 +01:00
Mathieu Lirzin
692b505ccb teams: Add Mathieu Lirzin.
* etc/teams.scm ("Mathieu Lirzin"): Add to java team.

Change-Id: I4d00c12740c81f9d0a30c124de7a261e8849fffb
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2026-02-04 11:09:01 +01:00
Collin J. Doering
ae8e468e54 teams: Add rekahsoft to teams.
* etc/teams.scm: Add Collin Doering to various teams.

Change-Id: Ic18627f12c00f2f5440d9fef83126eb75011f243
Signed-off-by: Gabriel Wicki <gabriel@erlikon.ch>
2026-02-04 09:43:42 +01:00
Yunqi Shao
008f2b7e98 teams: Add Yunqi Shao to sysadmin team.
* etc/teams.scm: Add yqshao to sysadmin team.

Change-Id: I4cd47213308cd495fb4e6f2f4e6d29076dfcfc1f
Signed-off-by: Gabriel Wicki <gabriel@erlikon.ch>
2026-02-04 09:43:42 +01:00