summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-25gnu: guile-next: Use a source file-name.•••* gnu/packages/guile.scm (guile-next)[source]: Add file-name field. Efraim Flashner
2021-04-25gnu: crypto++: Use a source file-name.•••* gnu/packages/crypto.scm (crypto++)[source]: Add file-name field. Efraim Flashner
2021-04-25gnu: python-traitlets: Add missing input.•••Reported by phodina <phodina@protonmail.com>. * gnu/packages/python-xyz.scm (python-traitlets)[propagated-inputs]: Add python-six. Efraim Flashner
2021-04-24gnu: swayidle: Fix home page.•••* gnu/packages/wm.scm (swayidle)[home-page]: Use the correct home-page. Signed-off-by: Leo Famulari <leo@famulari.name> Alexandr Vityazev
2021-04-24gnu: emacs-cider: Update to 1.1.0.•••* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 1.1.0. Jelle Licht
2021-04-24.gitignore: Adjust the glob pattern for the "doc/stamp" files.•••* .gitignore: Ignore 'doc/stamp-N' files with numbers greater than 9. Signed-off-by: Leo Famulari <leo@famulari.name> B. Wilson
2021-04-24gnu: fet: Update to 6.0.2.•••* gnu/packages/education.scm (fet): Update to 6.0.2. Nicolas Goaziou
2021-04-24http-client: Remove exception mishandling in 'http-multiple-get'.•••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. Ludovic Courtès
2021-04-24http-client, substitute: Gracefully handle GnuTLS EAGAIN/EINTR.•••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. Ludovic Courtès
2021-04-24gnu: emacs-posframe: Update to 1.0.2.•••* gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 1.0.2. Nicolas Goaziou
2021-04-24services: Add a service for rasdaemon.•••* 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> B. Wilson
2021-04-24gnu: Add rasdaemon.•••* gnu/packages/linux.scm (rasdaemon): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> B. Wilson
2021-04-24gnu: fennel: Update to 0.9.1.•••* gnu/packages/lua.scm (fennel): Update to 0.9.1. Signed-off-by: Leo Famulari <leo@famulari.name> Jack Hill
2021-04-24doc: Fix cross-reference URL to translated manual.•••* doc/htmlxref.cnf: Fix translated manual URL. Julien Lepiller
2021-04-24gnu: xfce4-settings: Update to 4.16.1.•••* gnu/packages/xfce.scm (xfce4-settings): Update to 4.16.1. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Michael Rohleder
2021-04-24gnu: qt5ct: Update to 1.2.•••* gnu/packages/qt.scm (qt5ct): Update to 1.2. Tobias Geerinckx-Rice
2021-04-24gnu: Add emacs-wisp-mode.•••* gnu/packages/emacs-xyz.scm (emacs-wisp-mode): New variable. Ricardo Wurmus
2021-04-24gnu: guile-wisp: Update to 1.0.4.•••* gnu/packages/guile-xyz.scm (guile-wisp): Update to 1.0.4. Ricardo Wurmus
2021-04-24gnu: nvme-cli: Update to 1.14.•••* gnu/packages/linux.scm (nvme-cli): Update to 1.14. Tobias Geerinckx-Rice
2021-04-24gnu: strawberry: Update to 0.9.3.•••* gnu/packages/music.scm (strawberry): Update to 0.9.3. Tobias Geerinckx-Rice
2021-04-24gnu: libtimidity: Update to 0.2.7.•••* gnu/packages/audio.scm (libtimidity): Update to 0.2.7. Tobias Geerinckx-Rice
2021-04-23gnu: nnn: Use PKG-CONFIG-FOR-TARGET.•••* gnu/packages/admin.scm (nnn)[arguments]: Substitute PKG-CONFIG-FOR-TARGET for the equivalent STRING-APPEND. Tobias Geerinckx-Rice
2021-04-23gnu: nnn: Update to 4.0.•••* gnu/packages/admin.scm (nnn): Update to 4.0. Tobias Geerinckx-Rice
2021-04-23gnu: parallel: Update to 20210422.•••* gnu/packages/parallel.scm (parallel): Update to 20210422. Tobias Geerinckx-Rice
2021-04-23gnu: xmenu: Update to 4.5.5.•••* gnu/packages/wm.scm (xmenu): Update to 4.5.5. Tobias Geerinckx-Rice
2021-04-23gnu: sdparm: Update to 1.12.•••* gnu/packages/disk.scm (sdparm): Update to 1.12. Tobias Geerinckx-Rice
2021-04-23gnu: thermald: Update to 2.4.4.•••* gnu/packages/admin.scm (thermald): Update to 2.4.4. Tobias Geerinckx-Rice
2021-04-23gnu: xmlsec: Update to 1.2.32.•••* gnu/packages/xml.scm (xmlsec): Update to 1.2.32. Tobias Geerinckx-Rice
2021-04-23gnu: cobol: Add missing inputs.•••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. Efraim Flashner
2021-04-23gnu: gnucobol: Update home-page.•••Reported by Simon Sobisch <simonsobisch@gnu.org>. * gnu/packages/cobol.scm (gnucobol)[home-page]: Use official home-page. Efraim Flashner
2021-04-23gnu: nanodbc: Build shared libraries.•••* gnu/packages/databases.scm (nanodbc)[arguments]: Build shared libraries. Ricardo Wurmus
2021-04-23gnu: guix-build-coordinator: Update to 0-27.1305724.•••* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-27.1305724. Christopher Baines
2021-04-23services: guix-build-coordinator: Fix queue builds default config.•••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. Christopher Baines
2021-04-23gnu: Add shorah.•••* gnu/packages/bioinformatics.scm (shorah): New variable. Ricardo Wurmus
2021-04-23gnu: Add r-revgeo.•••* gnu/packages/cran.scm (r-revgeo): New variable. Ricardo Wurmus
2021-04-23gnu: Add r-rjsonio.•••* gnu/packages/cran.scm (r-rjsonio): New variable. Ricardo Wurmus
2021-04-23gnu: Add r-shinycell.•••* gnu/packages/bioinformatics.scm (r-shinycell): New variable. Ricardo Wurmus
2021-04-23services: guix-build-coordinator: Remove incorrect pid file.•••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. Christopher Baines
2021-04-23services: guix-build-coordinator: Fix service activation parts.•••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. Christopher Baines
2021-04-23gnu: guix-build-coordinator: Update to 0-26.f836f07.•••* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-26.f836f07. Christopher Baines
2021-04-23services: guix-build-coordinator: Add max-1min-load-average option.•••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. Christopher Baines
2021-04-23gnu: guix-build-coordinator: Add missing guile-sqlite3 to wrapper.•••* gnu/packages/package-management.scm (guix-build-coordinator)[arguments]: List guile-sqlite3 as a guile input for wrapping. Christopher Baines
2021-04-23gnu: emacs-transient: Update to 0.3.2.•••* gnu/packages/emacs-xyz.scm (emacs-transient): Update to 0.3.2. Nicolas Goaziou
2021-04-23gnu: emacs-modus-themes: Update to 1.3.0.•••* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 1.3.0. Nicolas Goaziou
2021-04-23gnu: emacs-debbugs: Update to 0.28.•••* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.28. Nicolas Goaziou
2021-04-23gnu: emacs-auctex: Update to 13.0.8.•••* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.0.8. Nicolas Goaziou
2021-04-23gnu: Add emacs-nameless.•••* gnu/packages/emacs-xyz.scm (emacs-nameless): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Alexandr Vityazev
2021-04-23gnu: Add emacs-vc-hgcmd.•••* gnu/packages/emacs-xyz.scm (emacs-vc-hgcmd): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Xinglu Chen
2021-04-23gnu: Add emacs-shell-command+.•••* gnu/packages/emacs-xyz.scm (emacs-shell-command+): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Xinglu Chen
2021-04-23gnu: Add emacs-ibuffer-vc.•••* gnu/packages/emacs-xyz.scm (emacs-ibuffer-vc): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Alexandr Vityazev