summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-07tests: Attempt to build 'desktop.tmpl' on all major architectures.Ludovic Courtès
Partly fixes <https://issues.guix.gnu.org/58352>. * tests/guix-system.sh: Try to build 'desktop.tmpl' for x86_64, i686, and aarch64.
2022-10-07gnu: libnma: Depend on GTK 4.x only on supported platforms.Ludovic Courtès
Partly fixes <https://issues.guix.gnu.org/58352>. * gnu/packages/gnome.scm (libnma)[arguments]: Set "-Dlibnma_gtk4=false" when (supported-package? gtk) returns #f. [inputs]: Adjust accordingly.
2022-10-07gnu: rest@0.9.1: Remove dependency on gtksourceview and libadwaita.Ludovic Courtès
Partly fixes <https://issues.guix.gnu.org/58352>. This also reduces the closure size of rest@0.9.1 from 2.1GiB to 498MiB (on x86_64-linux). * gnu/packages/gnome.scm (rest-next)[arguments]: Pass the "-Dexamples=false" config flag. * gnu/packages/gnome.scm (rest-next)[inputs]: Remove GTKSOURCEVIEW and LIBADWAITA.
2022-10-07doc: Add git send-email tip in 'Submitting Patches' section.Maxim Cournoyer
* doc/contributing.texi (Submitting Patches): Add a tip detailing how to prefix the subject line with the branch name the change should be installed to.
2022-10-07guix-install.sh: Add Bash prompt customization option.Maxim Cournoyer
Fixes <https://issues.guix.gnu.org/55484>. * etc/guix-install.sh (sys_customize_bashrc): New function. (main): Use it.
2022-10-07guix-install.sh: Introduce 'die' utility function.Maxim Cournoyer
* etc/guix-install.sh (die): New function. (chk_sys_arch): Use it. (guix_get_bin_list, guix_get_bin, sys_create_store): Likewise.
2022-10-07guix-install.sh: Improve prompt_yes_no procedure.Maxim Cournoyer
* etc/guix-install.sh (_flush): New function. (prompt_yes_no): Clear input, then only read the first character, silently. Add the [Yes/no] string to the message. When a newline is entered by the user, treat it as the default value, which is "yes". (chk_gpg_keyring): Remove "(yes/no)" from the prompt message. (configure_substitute_discovery): Likewise. (sys_authorize_build_farms): Likewise.
2022-10-07gnu: extractpdfmark: Improve package style.Nicolas Goaziou
* gnu/packages/pdf.scm (extractpdfmark)[arguments]: Use G-expressions. Fix phase name. [native-inputs]: Remove labels.
2022-10-07gnu: extractpdfmark: Update to 1.1.1.Nicolas Goaziou
* gnu/packages/pdf.scm (extractpdfmark): Update to 1.1.1.
2022-10-07gnu: emacs-lcr: Update to 1.2.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-lcr): Update to 1.2.
2022-10-07gnu: emacs-org-re-reveal: Update to 3.16.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.16.0.
2022-10-07gnu: emacs-ement: Update to 0.3.1.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.3.1.
2022-10-07gnu: emacs-emms: Update to 12.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-emms): Update to 12.
2022-10-07gnu: emacs-debbugs: Update to 0.34.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.34.
2022-10-06gnu: julius: Update to 1.7.0.Timotej Lazar
* gnu/packages/games.scm (julius): Update to 1.7.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-06gnu: squid: Enable TLS features.Sergey Trofimov
Despite openssl being listed as an input, it was not actually enabled by default. Fixing that using a configure flag. * gnu/packages/networking.scm (squid)[arguments]: Add "--with-openssl" to #:configure-flags. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-06gnu: nyacc: Update to 1.07.4.Felix Lechner
* gnu/packages/mes.scm (nyacc): Update to 1.07.4. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-06gnu: sssd: Update to 2.7.4.Timotej Lazar
* gnu/packages/sssd.scm (sssd): Update to 2.7.4. * gnu/packages/patches/sssd-optional-systemd.patch: Update patch. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-06gnu: python-textual: Remove input labels.Ludovic Courtès
* gnu/packages/python-xyz.scm (python-textual)[arguments]: Define the 'tests' origin here. [native-inputs]: Remove "tests" input and remove input labels.
2022-10-06gnu: Add python-textual.Brian Kubisiak
* gnu/packages/python-xyz.scm (python-textual): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-06snippets: Fix move.Liliana Marie Prikler
The current move is never correct. It flip-flops between car and cadr for the destination. Since the position of the destination is not actually a fixed point in the list of changes, use a more robust method of inferring it. * etc/snippets/tempel/text-mode (move\ ): Infer source and destination from washed diffs. Process new module before destination.
2022-10-06snippets: tempel: Reformat.Liliana Marie Prikler
This makes it so that ‘indent-region’ and ‘delete-trailing-whitespace’ do not change the file. * etc/snippets/tempel/text-mode: Reformat.
2022-10-06snippets: tempel: Fix calls to mapconcat.Liliana Marie Prikler
* etc/snippets/tempel/text-mode (update\ ,https\ ): Add "\n" as separator argument to mapconcat.
2022-10-06gnu: python-renpy: Update to 8.0.3.Liliana Marie Prikler
* gnu/packages/game-development.scm (python-renpy): Update to 8.0.3.
2022-10-06gnu: python-pygame-sdl2: Update to 2.1.0-for-renpy-8.0.3.Liliana Marie Prikler
* gnu/packages/game-development.scm (python-pygame-sdl2): Update to 2.1.0-for-renpy-8.0.3.
2022-10-06gnu: tessen: Update to 2.1.2.Tanguy Le Carrour
* gnu/packages/password-utils.scm (tessen): Update to 2.1.2. [arguments]: Substitute notify-send, wl-copy and xdg-open. [inputs] Add libnotify, wl-clipboard and xdg-utils. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-06gnu: weechat-wee-slack: Update to 2.9.0.itd
* gnu/packages/messaging.scm (weechat-wee-slack): Update to 2.9.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-06gnu: zfs: Update to 2.1.6.Brian Cully
* gnu/packages/file-systems.scm (zfs): Update to 2.1.6. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-06gnu: komikku: Update to 1.1.0.Liliana Marie Prikler
* gnu/packages/gnome.scm (komikku): Update to 1.1.0.
2022-10-06doc: Fix missing package name.Taiju HIGASHI
* doc/guix.texi (Invoking guix import): Fix missing package name for gem importer. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-06gnu: Add waybar-cpu-histogram.Fredrik Salomonsson
* gnu/packages/wm.scm (waybar-cpu-histogram): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-06gnu: libdaemon: Fix targeting riscv64.Lu Hui
* gnu/packages/libdaemon.scm (libdaemon)[native-inputs,arguments]: Treat targeting riscv64 like aarch64 is handled. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-06gnu: Add discregrid.Paul A. Patience
* gnu/packages/graphics.scm (discregrid): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-06gnu: Add r-gldex.Wiktor Żelazny
* gnu/packages/cran.scm (r-gldex): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-06gnu: Add r-spacefillr.Wiktor Żelazny
* gnu/packages/cran.scm (r-spacefillr): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-06gnu: Add cpass.(
* gnu/packages/password-utils.scm (cpass): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-06gnu: Add wlgreet.(
* gnu/packages/admin.scm (wlgreet): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-06gnu: Add rust-os-pipe-0.8.(
* gnu/packages/crates-io.scm (rust-os-pipe-0.8): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-06gnu: Add rust-greetd-ipc-0.8.(
* gnu/packages/crates-io.scm (rust-greetd-ipc-0.8): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-06gnu: plink: Change origin URL.Christopher Baines
pngu.mgh.harvard.edu seems to time out. * gnu/packages/bioinformatics.scm (plink)[origin]. Change URL.
2022-10-06gnu: celluloid: Do not install icon cache.Michael Rohleder
Fixes <https://issues.guix.gnu.org/58207>. * gnu/packages/video.scm (celluloid)[arguments]: Add phase disable-postinstall-script so postinstall-script does nothing. Build with glib-or-gtk meson option. [native-inputs]: Remove desktop-file-utils, gtk:bin. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-06gnu: quaternion: Update to 0.0.95.1.Michael Rohleder
* gnu/packages/messaging.scm (quaternion): Update to 0.0.95.1. [inputs]: Add qtgraphicaleffects. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-06gnu: libqmatrixclient: Update to 0.6.11.Michael Rohleder
* gnu/packages/messaging.scm (libqmatrixclient): Update to 0.6.11. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-06gnu: gitolite: Switch to G-expressions.David Thompson
* gnu/packages/version-control.scm (gitolite)[arguments]: Use G-expressions. [inputs]: Add grep and sed.
2022-10-06gnu: Add r-dada2.Ricardo Wurmus
* gnu/packages/bioconductor.scm (r-dada2): New variable.
2022-10-06doc: Add terms to concept index for "guix style".Ricardo Wurmus
* doc/guix.texi (Invoking guix style): Add terms to concept index.
2022-10-06doc: Add concept index terms for "guix archive".Ricardo Wurmus
* doc/guix.texi (Invoking guix archive): Add terms to concept index.
2022-10-06doc: Add every command name to concept index.Ricardo Wurmus
* doc/guix.texi: Add an entry for each Guix command to the concept index.
2022-10-06doc: Use @command instead of @code.Ricardo Wurmus
* doc/guix.texi: Use @command to refer to Guix commands.
2022-10-06gnu: linux-libre: Support zram on all kernels.Efraim Flashner
* gnu/packages/linux.scm (%default-extra-linux-options): Add config options to add zram support.