diff options
| author | Noé Lopez <noelopez@free.fr> | 2025-10-24 08:27:32 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-12-10 13:01:00 +0100 |
| commit | 21f0be1aa341dd2cb6722a069375030e714fc046 (patch) | |
| tree | 4db139dfc8fbe93c3b260193b1962a062323f096 | |
| parent | e7671c02a472ea4f8815b1638403e8697dd6d633 (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>
| -rw-r--r-- | Makefile.am | 1 | ||||
| -rw-r--r-- | etc/manifests/release-user-packages.scm | 165 |
2 files changed, 166 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index cc888785b81..106849e89f0 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -781,6 +781,7 @@ EXTRA_DIST += \ | |||
| 781 | etc/manifests/kernels.scm \ | 781 | etc/manifests/kernels.scm \ |
| 782 | etc/manifests/release-minimal.scm \ | 782 | etc/manifests/release-minimal.scm \ |
| 783 | etc/manifests/release-desktop.scm \ | 783 | etc/manifests/release-desktop.scm \ |
| 784 | etc/manifests/release-user-packages.scm \ | ||
| 784 | etc/manifests/source.scm \ | 785 | etc/manifests/source.scm \ |
| 785 | etc/manifests/system-tests.scm \ | 786 | etc/manifests/system-tests.scm \ |
| 786 | etc/manifests/time-travel.scm \ | 787 | etc/manifests/time-travel.scm \ |
diff --git a/etc/manifests/release-user-packages.scm b/etc/manifests/release-user-packages.scm new file mode 100644 index 00000000000..92c3e2e9cb1 --- /dev/null +++ b/etc/manifests/release-user-packages.scm | |||
| @@ -0,0 +1,165 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | ||
| 2 | ;;; Copyright © 2025 Noé Lopez <noelopez@free.fr> | ||
| 3 | ;;; | ||
| 4 | ;;; This file is part of GNU Guix. | ||
| 5 | ;;; | ||
| 6 | ;;; GNU Guix is free software; you can redistribute it and/or modify it | ||
| 7 | ;;; under the terms of the GNU General Public License as published by | ||
| 8 | ;;; the Free Software Foundation; either version 3 of the License, or (at | ||
| 9 | ;;; your option) any later version. | ||
| 10 | ;;; | ||
| 11 | ;;; GNU Guix is distributed in the hope that it will be useful, but | ||
| 12 | ;;; WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 13 | ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 14 | ;;; GNU General Public License for more details. | ||
| 15 | ;;; | ||
| 16 | ;;; You should have received a copy of the GNU General Public License | ||
| 17 | ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | ||
| 18 | |||
| 19 | ;;; This manifest is a list of packages that user care about (collected via an | ||
| 20 | ;;; online form). It corresponds to the “Important packages” of GCD 005. | ||
| 21 | |||
| 22 | (specifications->manifest | ||
| 23 | (list | ||
| 24 | "0ad" | ||
| 25 | "agda" | ||
| 26 | "alacritty" | ||
| 27 | "ardour" | ||
| 28 | "autoconf" | ||
| 29 | "automake" | ||
| 30 | "blender" | ||
| 31 | "borg" | ||
| 32 | "btrfs-progs" | ||
| 33 | "certbot" | ||
| 34 | "chez-scheme" | ||
| 35 | "clang-toolchain" | ||
| 36 | "cryptsetup" | ||
| 37 | "dillo" | ||
| 38 | "direnv" | ||
| 39 | "docker-cli" | ||
| 40 | "dovecot" | ||
| 41 | "emacs" | ||
| 42 | "emacs-exwm" | ||
| 43 | "emacs-pgtk" | ||
| 44 | "evince" | ||
| 45 | "fcitx5" | ||
| 46 | "file" | ||
| 47 | "fish" | ||
| 48 | "foot" | ||
| 49 | "fzf" | ||
| 50 | "gajim" | ||
| 51 | "gallery-dl" | ||
| 52 | "gcc-toolchain" | ||
| 53 | "getmail6" | ||
| 54 | "gettext" | ||
| 55 | "ghc-xmonad-contrib" | ||
| 56 | "gimp" | ||
| 57 | "git" | ||
| 58 | "gmp" | ||
| 59 | "gnome" | ||
| 60 | "gnupg" | ||
| 61 | "godot" | ||
| 62 | "gpaste" | ||
| 63 | "guile" | ||
| 64 | "guile-json" | ||
| 65 | "hatch" | ||
| 66 | "help2man" | ||
| 67 | "helvum" | ||
| 68 | "hexchat" | ||
| 69 | "hyprland" | ||
| 70 | "icecat" | ||
| 71 | "idris" | ||
| 72 | "imagemagick" | ||
| 73 | "imapfilter" | ||
| 74 | "jami" | ||
| 75 | "k3b" | ||
| 76 | "kakoune" | ||
| 77 | "keepassxc" | ||
| 78 | "krita" | ||
| 79 | "ksoloti-patcher" | ||
| 80 | "libreoffice" | ||
| 81 | "librewolf" | ||
| 82 | "libsecret" | ||
| 83 | "libtool" | ||
| 84 | "libvirt" | ||
| 85 | "llama-cpp" | ||
| 86 | "mariadb" | ||
| 87 | "luanti" | ||
| 88 | "mpc" | ||
| 89 | "mpfr" | ||
| 90 | "mplayer" | ||
| 91 | "mpv" | ||
| 92 | "mullvadbrowser" | ||
| 93 | "neovim" | ||
| 94 | "nginx" | ||
| 95 | "niri" | ||
| 96 | "nix" | ||
| 97 | "node" | ||
| 98 | "notmuch" | ||
| 99 | "obs" | ||
| 100 | "offlineimap3" | ||
| 101 | "opencv" | ||
| 102 | "openmpi" | ||
| 103 | "opensmtpd" | ||
| 104 | "openssh" | ||
| 105 | "openttd" | ||
| 106 | "pandoc" | ||
| 107 | "password-store" | ||
| 108 | "pavucontrol" | ||
| 109 | "php" | ||
| 110 | "picard" | ||
| 111 | "pipewire" | ||
| 112 | "pkg-config" | ||
| 113 | "plasma" | ||
| 114 | "plasma-desktop" | ||
| 115 | "po4a" | ||
| 116 | "podman" | ||
| 117 | "postgresql" | ||
| 118 | "python" | ||
| 119 | "python-lxml" | ||
| 120 | "python-pycryptodome" | ||
| 121 | "qemu" | ||
| 122 | "ranger" | ||
| 123 | "retroarch" | ||
| 124 | ;;"rocm" | ||
| 125 | "rofi" | ||
| 126 | "rspamd" | ||
| 127 | "rsync" | ||
| 128 | "screen" | ||
| 129 | "slurm" | ||
| 130 | "sqlite" | ||
| 131 | "sqlitebrowser" | ||
| 132 | "strace" | ||
| 133 | "strawberry" | ||
| 134 | "syncthing" | ||
| 135 | "taisei" | ||
| 136 | "telegram-desktop" | ||
| 137 | "texlive-babel" | ||
| 138 | "texlive-babel-english" | ||
| 139 | "texlive-babel-french" | ||
| 140 | "texlive-babel-german" | ||
| 141 | "texlive-collection-latex" | ||
| 142 | "texlive-collection-latexrecommended" | ||
| 143 | "texlive-collection-xetex" | ||
| 144 | "texlive-pdfjam" | ||
| 145 | "tmux" | ||
| 146 | "tuba" | ||
| 147 | "ungoogled-chromium" | ||
| 148 | "unison" | ||
| 149 | "unzip" | ||
| 150 | "uv" | ||
| 151 | "viewnior" | ||
| 152 | "virt-manager" | ||
| 153 | "waybar" | ||
| 154 | "wine" | ||
| 155 | "wine64" | ||
| 156 | "wireguard-tools" | ||
| 157 | "xmobar" | ||
| 158 | "xmonad" | ||
| 159 | "xournal" | ||
| 160 | "xournalpp" | ||
| 161 | "xpdf" | ||
| 162 | "yt-dlp" | ||
| 163 | "zig" | ||
| 164 | "zip" | ||
| 165 | "zsh")) | ||
