summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-25gnu: Add python-anyqt.Vinicius Monego
* gnu/packages/python-xyz.scm (python-anyqt): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-04-25gnu: direnv: Install the documentation.Dion Mendel
* gnu/packages/shellutils.scm (direnv)[arguments]: Add a new 'install-manpages' phase. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-04-25doc: Document translation process.Julien Lepiller
doc/contributing.texi (Translating Guix): New section. doc/guix.texi (Top): Add a reference to the new section.
2021-04-25gnu: openrct2: Update to 0.3.3.Pierre Neidhardt
* gnu/packages/games.scm (openrct2): Update to 0.3.3.
2021-04-25gnu: guile-next: Use a source file-name.Efraim Flashner
* gnu/packages/guile.scm (guile-next)[source]: Add file-name field.
2021-04-25gnu: crypto++: Use a source file-name.Efraim Flashner
* gnu/packages/crypto.scm (crypto++)[source]: Add file-name field.
2021-04-25gnu: python-traitlets: Add missing input.Efraim Flashner
Reported by phodina <phodina@protonmail.com>. * gnu/packages/python-xyz.scm (python-traitlets)[propagated-inputs]: Add python-six.
2021-04-24gnu: swayidle: Fix home page.Alexandr Vityazev
* gnu/packages/wm.scm (swayidle)[home-page]: Use the correct home-page. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-04-24gnu: emacs-cider: Update to 1.1.0.Jelle Licht
* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 1.1.0.
2021-04-24.gitignore: Adjust the glob pattern for the "doc/stamp" files.B. Wilson
* .gitignore: Ignore 'doc/stamp-N' files with numbers greater than 9. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-04-24gnu: fet: Update to 6.0.2.Nicolas Goaziou
* gnu/packages/education.scm (fet): Update to 6.0.2.
2021-04-24http-client: Remove exception mishandling in 'http-multiple-get'.Ludovic Courtès
Partly fixes <https://bugs.gnu.org/47867>. Reported by Florian Pelz <pelzflorian@pelzflorian.de>. The non-tail recursive call to 'connect' could cause requests to be processed twice, with 'p' possibly closed the second time. Regression introduced in 205833b72c5517915a47a50dbe28e7024dc74e57 and carried over in 45fce38fb0b6c6796906149ade145b8d3594c1c6. * guix/http-client.scm (http-multiple-get): Remove call to 'close-port' and recursive call to 'connect' when the 'write-request' block returns #f.
2021-04-24http-client, substitute: Gracefully handle GnuTLS EAGAIN/EINTR.Ludovic Courtès
Partly fixes <https://bugs.gnu.org/47867>. Reported by Florian Pelz <pelzflorian@pelzflorian.de>. In GnuTLS up to 3.7.1 included, GNUTLS_E_AGAIN and GNUTLS_E_INTERRUPTED are not handled by 'write_to_session_record_port' and could be thrown at the caller. This patch works around that by dropping connections altogether and restarting when this happens. * guix/http-client.scm (false-if-networking-error): Swallow ERROR/AGAIN and ERROR/INTERRUPTED. * guix/scripts/substitute.scm (call-with-cached-connection): Likewise.
2021-04-24gnu: emacs-posframe: Update to 1.0.2.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 1.0.2.
2021-04-24services: Add a service for rasdaemon.B. Wilson
* gnu/services/linux.scm (rasdaemon-configuration, rasdaemon-configuration?, rasdaemon-configuration-record?, rasdaemon-service-type): New variables. * doc/guix.texi (Linux Services): Document it. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-04-24gnu: Add rasdaemon.B. Wilson
* gnu/packages/linux.scm (rasdaemon): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-04-24gnu: fennel: Update to 0.9.1.Jack Hill
* gnu/packages/lua.scm (fennel): Update to 0.9.1. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-04-24doc: Fix cross-reference URL to translated manual.Julien Lepiller
* doc/htmlxref.cnf: Fix translated manual URL.
2021-04-24gnu: xfce4-settings: Update to 4.16.1.Michael Rohleder
* gnu/packages/xfce.scm (xfce4-settings): Update to 4.16.1. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-04-24gnu: qt5ct: Update to 1.2.Tobias Geerinckx-Rice
* gnu/packages/qt.scm (qt5ct): Update to 1.2.
2021-04-24gnu: Add emacs-wisp-mode.Ricardo Wurmus
* gnu/packages/emacs-xyz.scm (emacs-wisp-mode): New variable.
2021-04-24gnu: guile-wisp: Update to 1.0.4.Ricardo Wurmus
* gnu/packages/guile-xyz.scm (guile-wisp): Update to 1.0.4.
2021-04-24gnu: nvme-cli: Update to 1.14.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (nvme-cli): Update to 1.14.
2021-04-24gnu: strawberry: Update to 0.9.3.Tobias Geerinckx-Rice
* gnu/packages/music.scm (strawberry): Update to 0.9.3.
2021-04-24gnu: libtimidity: Update to 0.2.7.Tobias Geerinckx-Rice
* gnu/packages/audio.scm (libtimidity): Update to 0.2.7.
2021-04-23gnu: nnn: Use PKG-CONFIG-FOR-TARGET.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (nnn)[arguments]: Substitute PKG-CONFIG-FOR-TARGET for the equivalent STRING-APPEND.
2021-04-23gnu: nnn: Update to 4.0.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (nnn): Update to 4.0.
2021-04-23gnu: parallel: Update to 20210422.Tobias Geerinckx-Rice
* gnu/packages/parallel.scm (parallel): Update to 20210422.
2021-04-23gnu: xmenu: Update to 4.5.5.Tobias Geerinckx-Rice
* gnu/packages/wm.scm (xmenu): Update to 4.5.5.
2021-04-23gnu: sdparm: Update to 1.12.Tobias Geerinckx-Rice
* gnu/packages/disk.scm (sdparm): Update to 1.12.
2021-04-23gnu: thermald: Update to 2.4.4.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (thermald): Update to 2.4.4.
2021-04-23gnu: xmlsec: Update to 1.2.32.Tobias Geerinckx-Rice
* gnu/packages/xml.scm (xmlsec): Update to 1.2.32.
2021-04-23gnu: cobol: Add missing inputs.Efraim Flashner
Reported by Simon Sobisch <simonsobisch@gnu.org>. * gnu/packages/cobol.scm (gnucobol)[inputs]: Add json-c, libxml2. Move newcob ... [native-inputs]: ... to here. [arguments]: Add configure-flag to set json-c cflags.
2021-04-23gnu: gnucobol: Update home-page.Efraim Flashner
Reported by Simon Sobisch <simonsobisch@gnu.org>. * gnu/packages/cobol.scm (gnucobol)[home-page]: Use official home-page.
2021-04-23gnu: nanodbc: Build shared libraries.Ricardo Wurmus
* gnu/packages/databases.scm (nanodbc)[arguments]: Build shared libraries.
2021-04-23gnu: guix-build-coordinator: Update to 0-27.1305724.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-27.1305724.
2021-04-23services: guix-build-coordinator: Fix queue builds default config.Christopher Baines
Use the default client port rather than the default agent communication port for the queue builds script. * gnu/services/guix.scm (<guix-build-coordinator-queue-builds-configuration>): Change coordinator default.
2021-04-23gnu: Add shorah.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (shorah): New variable.
2021-04-23gnu: Add r-revgeo.Ricardo Wurmus
* gnu/packages/cran.scm (r-revgeo): New variable.
2021-04-23gnu: Add r-rjsonio.Ricardo Wurmus
* gnu/packages/cran.scm (r-rjsonio): New variable.
2021-04-23gnu: Add r-shinycell.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-shinycell): New variable.
2021-04-23services: guix-build-coordinator: Remove incorrect pid file.Christopher Baines
The queue builds script doesn't create a pid file, so don't have the shepherd expect to find one. * gnu/services/guix.scm (guix-build-coordinator-queue-builds-shepherd-services): Remove #:pid-file.
2021-04-23services: guix-build-coordinator: Fix service activation parts.Christopher Baines
Don't hardcode usernames, as these are in the config. Also fix the %user being missing from the queue-builds service activation. * gnu/services/guix.scm (guix-build-coordinator-activation, guix-build-coordinator-agent-activation): Use config for the user name. (guix-build-coordinator-queue-builds-activation): Define %user.
2021-04-23gnu: guix-build-coordinator: Update to 0-26.f836f07.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-26.f836f07.
2021-04-23services: guix-build-coordinator: Add max-1min-load-average option.Christopher Baines
To the agent configuration. * gnu/services/guix.scm (<guix-build-coordinator-agent-configuration>): New field, max-1min-load-average. (guix-build-coordinator-agent-configuration-max-1min-load-average): New procedure. (guix-build-coordinator-agent-shepherd-services): If set, include the max-1min-load-average in the agent arguments.
2021-04-23gnu: guix-build-coordinator: Add missing guile-sqlite3 to wrapper.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator)[arguments]: List guile-sqlite3 as a guile input for wrapping.
2021-04-23gnu: emacs-transient: Update to 0.3.2.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-transient): Update to 0.3.2.
2021-04-23gnu: emacs-modus-themes: Update to 1.3.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 1.3.0.
2021-04-23gnu: emacs-debbugs: Update to 0.28.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.28.
2021-04-23gnu: emacs-auctex: Update to 13.0.8.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.0.8.