Age | Commit message (Expand) | Author |
---|---|---|
2022-05-22 | gnu: python-aiounittest: Update to 1.4.1....* gnu/packages/check.scm (python-aiounittest): Update to 1.4.1. | Tobias Geerinckx-Rice |
2022-05-22 | gnu: python-jplephem: Update to 2.17....* gnu/packages/astronomy.scm (python-jplephem): Update to 2.17. | Tobias Geerinckx-Rice |
2022-05-22 | gnu: python-fitsio: Update to 1.1.7....* gnu/packages/astronomy.scm (python-fitsio): Update to 1.1.7. [arguments]: Don't explicitly return #t from phases. | Tobias Geerinckx-Rice |
2022-05-22 | gnu: python-astroquery: Update to 0.4.6....* gnu/packages/astronomy.scm (python-astroquery): Update to 0.4.6. | Tobias Geerinckx-Rice |
2022-05-22 | gnu: emacs-list-utils: Update to 0.4.6-1.0dec8c0....* gnu/packages/emacs-xyz.scm (emacs-list-utils): Update to 0.4.6-1.0dec8c0. [arguments]: Remove the upstreamed 'patch-require-cl phase. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> | Erik Šabič |
2022-05-22 | gnu: jc: Update to 1.19.0....* gnu/packages/admin.scm (jc): Update to 1.19.0. [arguments]: Add a new 'hack-time-zone phase. | Tobias Geerinckx-Rice |
2022-05-26 | services: openssh: Remove authorized_keys.d before copying the new one....Fixes <https://issues.guix.gnu.org/55661>. * gnu/services/ssh.scm (openssh-activation): Fix typo in 'delete-file-recursively' call. | Ludovic Courtès |
2022-05-26 | services: openssh: Fix computation of the authorized-key directory....Fixes a bug introduced in 1f29ed4a812f86c45e2d9c37fd9f80f6d0418293, whereby 'authorized-key-directory' would end up creating empty files for authorized keys passed as an extension. See <https://issues.guix.gnu.org/55359>. * gnu/services/ssh.scm (extend-openssh-authorized-keys): Call 'alist->vhash' on the alist resulting from the 'append' call. | Ludovic Courtès |
2022-05-26 | gnu: qutebrowser: Find and wrap scripts....* gnu/packages/web-browsers.scm (qutebrowser)[inputs]: Add python-pynacl. [arguments]: Add custom phase to tell qutebrowser where to find installed userscripts. Add custom phase to wrap scripts with python libraries. | Efraim Flashner |
2022-05-26 | gnu: qutebrowser: Install more scripts....* gnu/packages/web-browsers.scm (qutebrowser)[arguments]: Rewrite cutsom 'install-more phase to use included makefile. | Efraim Flashner |
2022-05-26 | gnu: qutebrowser: Update to 2.5.1....* gnu/packages/web-browsers.scm (qutebrowser): Update to 2.5.1. [inputs]: Remove python-cssutils and python-pypeg2. | Efraim Flashner |
2022-05-26 | gnu: ungoogled-chromium: Update to 102.0.5005.61-1....* gnu/packages/chromium.scm (%preserved-third-party-files): Adjust for M102. (%chromium-version): Set to 102.0.5005.61. (%debian-revision): Set to debian/102.0.5005.61. (%ungoogled-origin): Update hash. (%debian-origin): New variable. (debian-patch): Rewrite to take from %DEBIAN-ORIGIN. (%debian-patches): Add three more patches. (%ungoogled-chromium-unroll-ffmpeg.patch): New variable. (ungoogled-chromium-snippet): Apply the above patch. (ungoogled-chromium)[source]: Update hash. [arguments]: Disable building Dawn tests; remove obsolete configure flag. Disable compiler flags that are not supported by Clang 14. | Marius Bakke |
2022-05-26 | gnu: vlc: Update to 3.0.17.3....* gnu/packages/video.scm (vlc): Update to 3.0.17.3. | Marius Bakke |
2022-05-26 | gnu: guile-emacs: Remove input labels....* gnu/packages/emacs.scm (guile-emacs)[native-inputs]: Remove labels. | Ludovic Courtès |
2022-05-26 | gnu: guile-emacs: Use gexps....This is a followup to 64557bc695f074af3fcf1eeed8f6696921ef18c5. * gnu/packages/emacs.scm (guile-emacs)[arguments]: Use gexps. | Ludovic Courtès |
2022-05-26 | gnu: linux-libre: Do not call 'configuration-file' on non-Linux targets....Starting from commit b55310603f0df7d5ae02d47cb8d4be58bf1d41ca, a command like: guix build linux-libre -s i586-gnu -n would crash on a wrong-type-arg error in 'kernel-config' because it was getting #f as the 'arch' argument. This commit fixes it. * gnu/packages/linux.scm (make-linux-libre*)[inputs]: Check whether 'platform-linux-architecture' returns #f, as is the case for example on i586-gnu, before calling CONFIGURATION-FILE. | Ludovic Courtès |
2022-05-26 | cuirass: Create just as many threads as needed....* build-aux/cuirass/evaluate.scm (command-line): Change second argument to 'n-par-for-each'. | Ludovic Courtès |
2022-05-26 | cuirass: Fork inferior processes before creating threads....Works around <https://issues.guix.gnu.org/55441#12>. Start from commit bd86bbd300474204878e927f6cd3f0defa1662a5, 'open-inferior' uses 'primitive-fork' instead of 'open-pipe*'. As a result, child process could potentially hang before calling 'execl' due to undefined behavior when forking a multi-threaded process. * build-aux/cuirass/evaluate.scm <top level>: Call 'open-inferior' before 'n-par-for-each'. | Ludovic Courtès |
2022-05-26 | gnu: cuirass: Depend on an older Guix snapshot....Works around <https://issues.guix.gnu.org/55441#12>. * gnu/packages/package-management.scm (guix-for-cuirass): New variable. * gnu/packages/ci.scm (cuirass)[inputs]: Use it. | Ludovic Courtès |
2022-05-26 | guix package: Sort search results by package version....Fixes <https://issues.guix.gnu.org/55480>. Reported by Greg Hogan <code@greghogan.com>. * guix/scripts/package.scm (find-packages-by-description): When PACKAGE1 and PACKAGE2 have the same name, sort by version. | Ludovic Courtès |
2022-05-26 | gnu: robotfindskitten: Fix typo in description....* gnu/packages/games.scm (robotfindskitten)[description]: Use correct spelling of “humorously”. | Roman Riabenko |
2022-05-26 | services: ssh: Fix extend-openssh-authorized-keys....Fixes #55359. * gnu/services/ssh.scm (extend-openssh-authorized-keys): Use KEYS argument. | Oleg Pykhalov |
2022-05-22 | gnu: Fix all this damn packages....* gnu/packages/bioinformatics.scm (r-icellnet)[description]: Fix ‘this packages’ typo. * gnu/packages/cran.scm (r-add2ggplot)[description]: Likewise. * gnu/packages/crates-io.scm (rust-const-oid-0.6, rust-pem-rfc7468-0.2) (rust-scrypt-0.8)[description]: Likewise. | Tobias Geerinckx-Rice |
2022-05-22 | doc: Fix typos....* doc/guix.texi (Guix Services): Fix ‘coresponding’ typo. (Using cross-compilation): Fix ‘mecanism’ typo. (Desktop Services): Fix ‘superceeded’ typo. * doc/contributing.texi (Translating Guix): Fix ‘everytime’ typo. | Tobias Geerinckx-Rice |
2022-05-22 | gnu: texlive-inputenx: Edit description....* gnu/packages/tex.scm (texlive-inputenx)[descripton]: Edit & fix spelling. | Tobias Geerinckx-Rice |
2022-05-22 | gnu: chez-scheme-bootstrap-bootfiles: Fix typo in description....* gnu/packages/chez.scm (chez-scheme-bootstrap-bootfiles)[description]: Fix ‘upsream’ typo. | Tobias Geerinckx-Rice |
2022-05-22 | gnu: r-lmds: Fix typo in description....* gnu/packages/cran.scm (r-lmds)[description]: Fix ‘scaleable’ typo. | Tobias Geerinckx-Rice |
2022-05-22 | gnu: libobjc2: Fix typo in description....* gnu/packages/gnustep.scm (libobjc2)[description]: Fix ‘replacment’ typo. | Tobias Geerinckx-Rice |
2022-05-22 | gnu: racket-vm-cs: Fix typo in description....* gnu/packages/racket.scm (racket-vm-cs)[description]: Fix ‘implemetation’ typo. | Tobias Geerinckx-Rice |
2022-05-22 | gnu: julia-ellipsisnotation: Fix typo in synopsis....* gnu/packages/julia-xyz.scm (julia-ellipsisnotation)[synopsis]: Fix ‘elipsis’ typo. | Tobias Geerinckx-Rice |
2022-05-22 | gnu: stex-bootstrap: Fix typo in synopsis....* gnu/packages/chez.scm (stex-bootstrap)[synopsis]: Fix ‘embeded’ typo. | Tobias Geerinckx-Rice |
2022-05-22 | gnu: node-inherits: Fix typo in description....* gnu/packages/node-xyz.scm (node-inherits)[description]: Fix ‘constructer’ typo. | Tobias Geerinckx-Rice |
2022-05-22 | gnu: fortune-mod: Update to 3.14.0....* gnu/packages/games.scm (fortune-mod): Update to 3.14.0. | Tobias Geerinckx-Rice |
2022-05-22 | gnu: rinutils: Update to 0.10.1....* gnu/packages/games.scm (rinutils): Update to 0.10.1. | Tobias Geerinckx-Rice |
2022-05-22 | gnu: openttd: Update to 12.2....* gnu/packages/games.scm (openttd): Update to 12.2. | Tobias Geerinckx-Rice |
2022-05-22 | gnu: libngspice: Update to 37....* gnu/packages/engineering.scm (libngspice): Update to 37. [arguments]: Remove old "--with-readline=no" work-around from #:configure-flags. | Tobias Geerinckx-Rice |
2022-05-22 | gnu: emacs-org-roam-bibtex: Update hash....The ‘v0.6.2’ tag advanced by one commit (070a7a7) to fix ‘breaking bibtex-completion’. * gnu/packages/emacs-xyz.scm (emacs-org-roam-bibtex)[source]: Update hash. | Tobias Geerinckx-Rice |
2022-05-22 | gnu: emacs-djvu: Update to 1.1.2....* gnu/packages/emacs-xyz.scm (emacs-djvu): Update to 1.1.2. | Tobias Geerinckx-Rice |
2022-05-22 | gnu: emacs-org: Update to 9.5.3....* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.5.3. | Tobias Geerinckx-Rice |
2022-05-22 | gnu: emacs-beginend: Update to 2.3.0....* gnu/packages/emacs-xyz.scm (emacs-beginend): Update to 2.3.0. | Tobias Geerinckx-Rice |
2022-05-22 | gnu: emacs-rec-mode: Remove input labels....* gnu/packages/databases.scm (emacs-rec-mode)[native-inputs]: Remove input labels. | Tobias Geerinckx-Rice |
2022-05-22 | gnu: emacs-rec-mode: Update to 1.8.3....* gnu/packages/databases.scm (emacs-rec-mode): Update to 1.8.3. | Tobias Geerinckx-Rice |
2022-05-25 | gnu: python-funcparserlib: Update to 1.0.0....* gnu/packages/python-xyz.scm (python-funcparserlib): Update to 1.0.0. | Vinicius Monego |
2022-05-22 | gnu: dpkg: Remove input labels....* gnu/packages/debian.scm (dpkg)[native-inputs]: Remove input labels. | Tobias Geerinckx-Rice |
2022-05-22 | gnu: dpkg: Run OpenPGP tests....* gnu/packages/debian.scm (dpkg)[native-inputs]: Add gnupg. | Tobias Geerinckx-Rice |
2022-05-22 | gnu: dpkg: Update to 1.21.8 [fixes CVE-2022-1664]....* gnu/packages/debian.scm (dpkg): Update to 1.21.8. | Tobias Geerinckx-Rice |
2022-05-22 | gnu: parallel: Update to 20220522....* gnu/packages/parallel.scm (parallel): Update to 20220522. | Tobias Geerinckx-Rice |
2022-05-22 | gnu: lynis: Work....Work around <https://issues.guix.gnu.org/55287>. * gnu/packages/admin.scm (lynis)[arguments]: Add a custom 'unpack phase that doesn't MAKE-FILE-WRITABLE. | Tobias Geerinckx-Rice |
2022-05-22 | gnu: lynis: Update to 3.0.8....* gnu/packages/admin.scm (lynis): Update to 3.0.8. | Tobias Geerinckx-Rice |
2022-05-22 | gnu: pelican: Update to 4.7.2....* gnu/packages/python-xyz.scm (pelican): Update to 4.7.2. | Tobias Geerinckx-Rice |