Age | Commit message (Expand) | Author |
---|---|---|
2022-10-31 | * gnu/packages/golang.scm (notmuch-fixtures): New variable here...•••(go-github-com-zenhack-go-notmuch): ...and here. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name> | (unmatched-parenthesis |
2022-10-23 | gnu: jo: Update to 1.7.•••* gnu/packages/web.scm (jo): Update to 1.7. | Tobias Geerinckx-Rice |
2022-10-23 | gnu: hamlib: Fix inputs.•••* gnu/packages/radio.scm (hamlib)[native-inputs]: Move lua and tcl… [inputs]: …here. Add python. | Tobias Geerinckx-Rice |
2022-10-23 | gnu: hamlib: Rebuild broken configure script.•••* gnu/packages/radio.scm (hamlib)[native-inputs]: Add autoconf, automake, and libtool. [arguments]: Add a new 'force-bootstrap phase. | Tobias Geerinckx-Rice |
2022-10-23 | gnu: sdrangel: Don't detect CPU extensions at build time.•••* gnu/packages/radio.scm (sdrangel)[arguments]: Add a new 'fix-CPU-extension-detection phase. | Tobias Geerinckx-Rice |
2022-10-30 | gnu: tar: Add chained renames and Directory to hurd skipped tests.•••* gnu/packages/base.scm (tar)[arguments]: Include chained renames and Directory in the tests skipped for when building for the hurd. | Christopher Baines |
2022-10-30 | gnu: diffutils: Add large-subopt to XFAIL_TESTS for the hurd.•••* gnu/packages/base.scm (diffutils)[arguments]: Add large-subopt to XFAIL_TESTS for the hurd. | Christopher Baines |
2022-10-30 | gnu: coreutils: Remove test-tls from XFAIL_TESTS for the hurd.•••As this test passes. * gnu/packages/base.scm (coreutils)[arguments]: Remove test-tls from XFAIL_TESTS for the hurd. | Christopher Baines |
2022-10-30 | gnu: linux-libre 4.9: Update to 4.9.331.•••* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.331. (linux-libre-4.9-pristine-source): Update hash. | Leo Famulari |
2022-10-30 | gnu: linux-libre 4.14: Update to 4.14.296.•••* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.296. (linux-libre-4.14-pristine-source): Update hash. | Leo Famulari |
2022-10-30 | gnu: linux-libre 4.19: Update to 4.19.262.•••* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.262. (linux-libre-4.19-pristine-source): Update hash. | Leo Famulari |
2022-10-30 | gnu: linux-libre 5.4: Update to 5.4.221.•••* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.221. (linux-libre-5.4-pristine-source): Update hash. | Leo Famulari |
2022-10-30 | gnu: linux-libre 5.10: Update to 5.10.152.•••* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.152. (linux-libre-5.10-pristine-source): Update hash. | Leo Famulari |
2022-10-30 | gnu: linux-libre 5.15: Update to 5.15.76.•••* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.76. (linux-libre-5.15-pristine-source): Update hash. | Leo Famulari |
2022-10-30 | gnu: Add emacs-flymake-collection.•••* gnu/packages/emacs-xyz.scm (emacs-flymake-collection): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> | jgart |
2022-10-30 | gnu: emacs-plz: Remove unnecessary call to MAKE-FILE-WRITABLE.•••* gnu/packages/emacs-xyz.scm (emacs-plz)[arguments]: Remove unnecessary MAKE-FILE-WRITABLE call. | Nicolas Goaziou |
2022-10-30 | gnu: emacs-plz: Patch path to curl.•••* gnu/packages/emacs-xyz.scm (emacs-plz)[arguments]: Add phase substitute-curl-path. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> | Michael Rohleder |
2022-10-30 | gnu: emacs-mentor: Update to 0.5.•••* gnu/packages/emacs-xyz.scm (emacs-mentor): Update to 0.5. | Nicolas Goaziou |
2022-10-30 | gnu: wireshark: Update to 4.0.1.•••* gnu/packages/networking.scm (wireshark): Update to 4.0.1. | Nicolas Goaziou |
2022-10-30 | gnu: keepassxc: Update to 2.7.4.•••* gnu/packages/password-utils.scm (keepassxc): Update to 2.7.4. | Nicolas Goaziou |
2022-10-30 | gnu: vim: Update to 9.0.0820.•••* gnu/packages/vim.scm (vim): Update to 9.0.0820. | Efraim Flashner |
2022-10-30 | gnu: vim: Patch another '/bin/sh' shebang.•••* gnu/packages/vim.scm (vim)[arguments]: Adjust custom phase 'patch-absolute-paths to use absolute value when checking for custom cscope command. | Efraim Flashner |
2022-10-23 | gnu: nginx-documentation: Update to 1.23.1-2898-0b7e004b5061.•••* gnu/packages/web.scm (nginx-documentation): Update to 1.23.1-2898-0b7e004b5061. | Tobias Geerinckx-Rice |
2022-10-23 | gnu: nginx: Update to 1.23.2.•••* gnu/packages/web.scm (nginx): Update to 1.23.2. | Tobias Geerinckx-Rice |
2022-10-23 | gnu: pgloader: Update to 3.6.9.•••* gnu/packages/databases.scm (pgloader): Update to 3.6.9. | Tobias Geerinckx-Rice |
2022-10-23 | etc: systemd services shouldn't ‘RemainAfterExit’.•••* etc/guix-daemon.service.in (RemainAfterExit): Don't. * etc/guix-publish.service.in (RemainAfterExit): Likewise don't. | Tobias Geerinckx-Rice |
2022-10-23 | etc: Add ‘Restart=always’ to both systemd services.•••* etc/guix-daemon.service.in (Restart): ‘Always’ do. * etc/guix-publish.service.in (Restart): Likewise. | Tobias Geerinckx-Rice |
2022-10-23 | etc: Add ‘OOMPolicy=continue’ to guix-daemon.service.•••* etc/guix-daemon.service.in (OOMPolicy): Continue. | Tobias Geerinckx-Rice |
2022-10-23 | gnu: libgphoto2: Update to 2.5.30.•••* gnu/packages/photo.scm (libgphoto2): Update to 2.5.30. | Tobias Geerinckx-Rice |
2022-10-23 | gnu: rsync: Update to 3.2.7.•••* gnu/packages/rsync.scm (rsync): Update to 3.2.7. | Tobias Geerinckx-Rice |
2022-10-29 | gnu: helm: Improve package style.•••* gnu/packages/music.scm (helm)[arguments]: Use G-expressions. Remove trailing #T from phases. [inputs]: Remove labels. Sort alphabetically. [native-inputs]: Sort alphabetically. | Nicolas Goaziou |
2022-10-29 | gnu: helm: fix not finding Factory Presets•••* gnu/packages/music.scm (helm): Fix not finding Factory Presets. This change fixes hardcoded paths so that Factory Presets can be found. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> | Sughosha via Guix-patches via |
2022-10-29 | gnu: emacs-tmr: Update arguments and license.•••* gnu/packages/emacs-xyz.scm (emacs-trm): [arguments]: Rename PATCH-FFPLAY phase to PATCH-PATHS and substitute TMR-SOUND-FILE variable. Add MAKEINFO phase; [inputs]: Add SOUND-THEME-FREEDESKTOP; [license]: Add fdl1.3+; [use-modules]: Add (gnu packages libcanberra). Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> | Aleksandr Vityazev |
2022-10-29 | gnu: wesnoth: Update to 1.16.6.•••* gnu/packages/games.scm (wesnoth): Update to 1.16.6. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> | ( |
2022-10-23 | gnu: rapidjson: Fix powerpc64le-linux build.•••…by avoiding ‘-march=native’, which is an unnecessary risk even if the result is not installed. * gnu/packages/web.scm (rapidjson)[arguments]: Replace the outdated 'patch-aarch-march-detection phase with an unconditional 'fix-march=native one. | Tobias Geerinckx-Rice |
2022-10-23 | gnu: dehydrated: ‘Build’ reproducibly.•••* gnu/packages/tls.scm (dehydrated)[arguments]: Invoke gzip with ‘-n’. | Tobias Geerinckx-Rice |
2022-10-23 | gnu: dehydrated: Use G-expressions.•••* gnu/packages/tls.scm (dehydrated)[arguments]: Rewrite as G-expressions. | Tobias Geerinckx-Rice |
2022-10-23 | gnu: dehydrated: Update to 0.7.0-0.6fb8eba.•••* gnu/packages/tls.scm (dehydrated): Update to 0.7.0-0.6fb8eba. [source]: Use GIT-FETCH & GIT-FILE-NAME. [arguments]: Adjust accordingly. Don't explicitly return #t from phases. [native-inputs]: Remove tar. | Tobias Geerinckx-Rice |
2022-10-23 | gnu: pinentry-tty: Update to 1.2.1.•••* gnu/packages/gnupg.scm (pinentry-tty): Update to 1.2.1. | Tobias Geerinckx-Rice |
2022-10-23 | gnu: goffice: Update to 0.10.53.•••* gnu/packages/gnome.scm (goffice): Update to 0.10.53. | Tobias Geerinckx-Rice |
2022-10-23 | gnu: memtest86+: Build reproducibly.•••* gnu/packages/hardware.scm (memtest86+)[source]: Add patch. * gnu/packages/patches/memtest86+-build-reproducibly.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. | Tobias Geerinckx-Rice |
2022-10-29 | gnu: Add ndppd.•••* gnu/packages/admin.scm (ndppd): New variable. | Guillaume Le Vaillant |
2022-10-29 | gnu: emacs-nano-modeline: Update to 0.7.2.•••* gnu/packages/emacs-xyz.scm (emacs-nano-modeline): Update to 0.7.2. | Nicolas Goaziou |
2022-10-29 | gnu: guix-build-coordinator: Update to 0-68.3768aec.•••* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-68.3768aec. | Christopher Baines |
2022-10-29 | gnu: bzip2: Fix script interpreters when cross-compiling.•••Add bash-minimal as an input fixes the interpreters for various scripts (like bzdiff and bzgrep) when cross-compiling. * gnu/packages/compression.scm (bzip2)[inputs]: Add bash-minimal when cross compiling. | Christopher Baines |
2022-10-29 | gnu: xz: Fix script interpreters when cross-compiling.•••Add bash-minimal as an input fixes the interpreters for various scripts (like xzgrep and xzless) when cross-compiling. * gnu/packages/compression.scm (xz)[inputs]: Add bash-minimal when cross compiling. | Christopher Baines |
2022-10-29 | gnu: gzip: Fix script interpreters when cross-compiling.•••Add bash-minimal as an input fixes the interpreters for various scripts (like zcat and zless) when cross-compiling. * gnu/packages/compression.scm (gzip)[inputs]: Add bash-minimal when cross compiling. | Christopher Baines |
2022-10-29 | gnu: gnome-control-center: Update to 42.4.•••* gnu/packages/gnome.scm (gnome-control-center): Update to 42.4. | Christopher Baines |
2022-10-28 | gnu: Add seer-gdb.•••* gnu/packages/debug.scm (seer-gdb): New variable. | Danny Milosavljevic |
2022-10-28 | gnu: texlive-latex-atveryend: Fix typo.•••* gnu/packages/tex.scm (texlive-latex-atveryend)[description]: Fix incorrectly pluralized use of "package". | Vagrant Cascadian |