summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNoƩ Lopez <noelopez@free.fr>2025-10-24 08:27:32 +0200
committerAndreas Enge <andreas@enge.fr>2025-12-10 13:01:00 +0100
commit21f0be1aa341dd2cb6722a069375030e714fc046 (patch)
tree4db139dfc8fbe93c3b260193b1962a062323f096 /Makefile.am
parente7671c02a472ea4f8815b1638403e8697dd6d633 (diff)
etc: manifests: Add important packages manifest for release.
For now, the packages are from the online form sent in <https://lists.gnu.org/archive/html/guix-devel/2025-10/msg00091.html>. Going forwards, more packages can be added manually or if there are more answers to the form. * etc/manifests/release-user-packages.scm: New file. * Makefile.am: Add it. Change-Id: I2d619ab9d307a6ea216310d1c86a1dc71feb1523 Signed-off-by: Rutherther <rutherther@ditigal.xyz> Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index cc888785b8..106849e89f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -781,6 +781,7 @@ EXTRA_DIST += \
etc/manifests/kernels.scm \
etc/manifests/release-minimal.scm \
etc/manifests/release-desktop.scm \
+ etc/manifests/release-user-packages.scm \
etc/manifests/source.scm \
etc/manifests/system-tests.scm \
etc/manifests/time-travel.scm \