summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-07guix-install.sh: Improve prompt_yes_no procedure.•••* 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. Maxim Cournoyer
2022-10-07gnu: extractpdfmark: Improve package style.•••* gnu/packages/pdf.scm (extractpdfmark)[arguments]: Use G-expressions. Fix phase name. [native-inputs]: Remove labels. Nicolas Goaziou
2022-10-07gnu: extractpdfmark: Update to 1.1.1.•••* gnu/packages/pdf.scm (extractpdfmark): Update to 1.1.1. Nicolas Goaziou
2022-10-07gnu: emacs-lcr: Update to 1.2.•••* gnu/packages/emacs-xyz.scm (emacs-lcr): Update to 1.2. Nicolas Goaziou
2022-10-07gnu: emacs-org-re-reveal: Update to 3.16.0.•••* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.16.0. Nicolas Goaziou
2022-10-07gnu: emacs-ement: Update to 0.3.1.•••* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.3.1. Nicolas Goaziou
2022-10-07gnu: emacs-emms: Update to 12.•••* gnu/packages/emacs-xyz.scm (emacs-emms): Update to 12. Nicolas Goaziou
2022-10-07gnu: emacs-debbugs: Update to 0.34.•••* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.34. Nicolas Goaziou
2022-10-06gnu: julius: Update to 1.7.0.•••* gnu/packages/games.scm (julius): Update to 1.7.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Timotej Lazar
2022-10-06gnu: squid: Enable TLS features.•••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> Sergey Trofimov
2022-10-06gnu: nyacc: Update to 1.07.4.•••* gnu/packages/mes.scm (nyacc): Update to 1.07.4. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Felix Lechner
2022-10-06gnu: sssd: Update to 2.7.4.•••* 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> Timotej Lazar
2022-10-06gnu: python-textual: Remove input labels.•••* gnu/packages/python-xyz.scm (python-textual)[arguments]: Define the 'tests' origin here. [native-inputs]: Remove "tests" input and remove input labels. Ludovic Courtès
2022-10-06gnu: Add python-textual.•••* gnu/packages/python-xyz.scm (python-textual): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Brian Kubisiak
2022-10-06snippets: Fix move.•••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. Liliana Marie Prikler
2022-10-06snippets: tempel: Reformat.•••This makes it so that ‘indent-region’ and ‘delete-trailing-whitespace’ do not change the file. * etc/snippets/tempel/text-mode: Reformat. Liliana Marie Prikler
2022-10-06snippets: tempel: Fix calls to mapconcat.•••* etc/snippets/tempel/text-mode (update\ ,https\ ): Add "\n" as separator argument to mapconcat. Liliana Marie Prikler
2022-10-06gnu: python-renpy: Update to 8.0.3.•••* gnu/packages/game-development.scm (python-renpy): Update to 8.0.3. Liliana Marie Prikler
2022-10-06gnu: python-pygame-sdl2: Update to 2.1.0-for-renpy-8.0.3.•••* gnu/packages/game-development.scm (python-pygame-sdl2): Update to 2.1.0-for-renpy-8.0.3. Liliana Marie Prikler
2022-10-06gnu: tessen: Update to 2.1.2.•••* 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> Tanguy Le Carrour
2022-10-06gnu: weechat-wee-slack: Update to 2.9.0.•••* gnu/packages/messaging.scm (weechat-wee-slack): Update to 2.9.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> itd
2022-10-06gnu: zfs: Update to 2.1.6.•••* gnu/packages/file-systems.scm (zfs): Update to 2.1.6. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Brian Cully
2022-10-06gnu: komikku: Update to 1.1.0.•••* gnu/packages/gnome.scm (komikku): Update to 1.1.0. Liliana Marie Prikler
2022-10-06doc: Fix missing package name.•••* doc/guix.texi (Invoking guix import): Fix missing package name for gem importer. Signed-off-by: Christopher Baines <mail@cbaines.net> Taiju HIGASHI
2022-10-06gnu: Add waybar-cpu-histogram.•••* gnu/packages/wm.scm (waybar-cpu-histogram): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> Fredrik Salomonsson
2022-10-06gnu: libdaemon: Fix targeting riscv64.•••* gnu/packages/libdaemon.scm (libdaemon)[native-inputs,arguments]: Treat targeting riscv64 like aarch64 is handled. Signed-off-by: Christopher Baines <mail@cbaines.net> Lu Hui
2022-10-06gnu: Add discregrid.•••* gnu/packages/graphics.scm (discregrid): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> Paul A. Patience
2022-10-06gnu: Add r-gldex.•••* gnu/packages/cran.scm (r-gldex): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> Wiktor Żelazny
2022-10-06gnu: Add r-spacefillr.•••* gnu/packages/cran.scm (r-spacefillr): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> Wiktor Żelazny
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.•••pngu.mgh.harvard.edu seems to time out. * gnu/packages/bioinformatics.scm (plink)[origin]. Change URL. Christopher Baines
2022-10-06gnu: celluloid: Do not install icon cache.•••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> Michael Rohleder
2022-10-06gnu: quaternion: Update to 0.0.95.1.•••* gnu/packages/messaging.scm (quaternion): Update to 0.0.95.1. [inputs]: Add qtgraphicaleffects. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Michael Rohleder
2022-10-06gnu: libqmatrixclient: Update to 0.6.11.•••* gnu/packages/messaging.scm (libqmatrixclient): Update to 0.6.11. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Michael Rohleder
2022-10-06gnu: gitolite: Switch to G-expressions.•••* gnu/packages/version-control.scm (gitolite)[arguments]: Use G-expressions. [inputs]: Add grep and sed. David Thompson
2022-10-06gnu: Add r-dada2.•••* gnu/packages/bioconductor.scm (r-dada2): New variable. Ricardo Wurmus
2022-10-06doc: Add terms to concept index for "guix style".•••* doc/guix.texi (Invoking guix style): Add terms to concept index. Ricardo Wurmus
2022-10-06doc: Add concept index terms for "guix archive".•••* doc/guix.texi (Invoking guix archive): Add terms to concept index. Ricardo Wurmus
2022-10-06doc: Add every command name to concept index.•••* doc/guix.texi: Add an entry for each Guix command to the concept index. Ricardo Wurmus
2022-10-06doc: Use @command instead of @code.•••* doc/guix.texi: Use @command to refer to Guix commands. Ricardo Wurmus
2022-10-06gnu: linux-libre: Support zram on all kernels.•••* gnu/packages/linux.scm (%default-extra-linux-options): Add config options to add zram support. Efraim Flashner
2022-10-06nls: Update translations.Julien Lepiller
2022-10-06gnu: linux-libre 4.19: Update to 4.19.261.•••* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.261. (linux-libre-4.19-pristine-source): Update hash. Leo Famulari
2022-10-06gnu: linux-libre 5.4: Update to 5.4.216.•••* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.216. (linux-libre-5.4-pristine-source, deblob-scripts-5.4): Update hashes. Leo Famulari
2022-10-06gnu: linux-libre 5.10: Update to 5.10.147.•••* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.147. (linux-libre-5.10-pristine-source): Update hash. Leo Famulari
2022-10-06gnu: linux-libre 5.15: Update to 5.15.72.•••* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.72. (linux-libre-5.15-pristine-source): Update hash. Leo Famulari
2022-10-06gnu: linux-libre 5.19: Update to 5.19.14.•••* gnu/packages/linux.scm (linux-libre-5.19-version): Update to 5.19.14. (linux-libre-5.19-pristine-source): Update hash. Leo Famulari