summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2022-11-21gnu: Add cl-one-more-re-nightmare.Paul A. Patience
* gnu/packages/lisp-xyz.scm (sbcl-one-more-re-nightmare, cl-one-more-re-nightmare, ecl-one-more-re-nightmare): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-21gnu: Add cl-stealth-mixin.Paul A. Patience
* gnu/packages/lisp-xyz.scm (sbcl-stealth-mixin, cl-stealth-mixin, ecl-stealth-mixin): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-21gnu: Add emacs-dirvish.Fidel Ramos
* gnu/packages/emacs-xyz.scm (emacs-dirvish): New variable. Signed-off-by: Andrew Tropin <andrew@trop.in>
2022-11-20gnu: nautilus: Fix crash due to loading extensions twice.Ludovic Courtès
Fixes <https://issues.guix.gnu.org/58221>. Reported by Tobias Kortkamp <tobias.kortkamp@gmail.com>. Previously, if NAUTILUS_EXTENSION_PATH contained the same directory several times, Nautilus could end up loading the same extension a second time and crash. This patch ensures that each extension cannot be loaded more than once. * gnu/packages/patches/nautilus-extension-search-path.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnome.scm (nautilus)[source]: Use it. [arguments]: Remove 'make-extensible' phase.
2022-11-20installer: Add comment above the 'packages' field.Ludovic Courtès
* gnu/installer/services.scm (system-services->configuration): Add heading above the 'packages' field. Rename 'heading' to 'service-heading'.
2022-11-20gnu: bchoppr: Update to 1.12.0.Ricardo Wurmus
* gnu/packages/music.scm (bchoppr): Update to 1.12.0.
2022-11-20file-systems: Always do recursive bind mounts.Ricardo Wurmus
Fixes <https://issues.guix.gnu.org/59185>. * guix/build/syscalls.scm (MS_REC): New variable. * gnu/build/file-systems.scm (mount-flags->bit-mask): Set MS_REC bit when bind-mounting.
2022-11-20gnu: xmlsec-openssl: Remove input labels.Marius Bakke
* gnu/packages/xml.scm (xmlsec-openssl)[inputs]: Remove labels.
2022-11-20gnu: xmlsec-nss: Remove input labels.Marius Bakke
* gnu/packages/xml.scm (xmlsec-nss)[native-inputs, inputs]: Remove labels.
2022-11-20gnu: oath-toolkit: Fix test failure with new xmlsec.Marius Bakke
* gnu/packages/patches/oath-toolkit-xmlsec-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/authentication.scm (oath-toolkit)[source](patches): New field.
2022-11-20gnu: xmlsec: Update to 1.2.36.Marius Bakke
* gnu/packages/xml.scm (xmlsec): Update to 1.2.36.
2022-11-20gnu: xmlsec: Add 'upstream-name' property.Marius Bakke
* gnu/packages/xml.scm (xmlsec)[properties]: New field.
2022-11-20services: mysql: Run mariadb-install-db instead of hard coding schemas.Marius Bakke
* gnu/services/databases.scm (mysql-install): Run "mariadb-install-db" instead of a hard coded set of SQL commands. (mysql-upgrade-wrapper): Explicitly run as mysql user.
2022-11-20services: mysql: Remove mysql-install-service in favor of wrapper.Marius Bakke
* gnu/services/databases.scm (mysql-with-install-lock): Remove variable. (mysql-start): Rename to ... (mysqld-wrapper): ... this. Do the preliminary initialization steps and call out to MYSQL-INSTALL when necessary. (mysql-install): Only initialize table schemas. (mysql-install-shepherd-service): Remove. (mysql-service)[requirement]: Remove 'mysql-install. Add 'user-processes. [start]: Don't pass #:user and #:group. (mysql-shepherd-services): Remove MYSQL-INSTALL-SHEPHERD-SERVICE.
2022-11-20services: mysql-upgrade: Add log file.Marius Bakke
* gnu/services/databases.scm (mysql-upgrade-shepherd-service)[start]: Pass #:log-file.
2022-11-20services: mysql-upgrade: Support custom datadir.Marius Bakke
* gnu/services/databases.scm (mysql-upgrade-wrapper): Take service configuration as argument, and pass the config file to mysql_upgrade. (mysql-upgrade-shepherd-service): Pass CONFIG instead of just socket and executable to MYSQL-UPGRADE-WRAPPER.
2022-11-20gnu: mysql: Support custom data dir.Ellen Papsch
* gnu/services/databases.scm (mysql-configuration): Add datadir property. * gnu/services/databases.scm (mysql-configuration-file): Replace hard coded data dir with property from config. * gnu/services/databases.scm (%mysql-activation): Remove activation, it runs before PID 1. The data dir may reside on a file system not mounted at this time. * gnu/services/databases.scm (mysql-install-shepherd-service): Create service which replaces the activation. Provide mysql-install. * gnu/services/databases.scm (mysql-shepherd-service): Move invocation of mysqld to mysql-start program-file, because the invocation gotten more complex. Require mysql-install. * gnu/services/databases.scm (mysql-start): Invoke mysqld only if a lock file appears. * gnu/services/databases.scm (mysql-shepherd-services): Prepend the install service before the normal service. * gnu/services/databases.scm (mysql-upgrade-wrapper): Increase timeout to 20s to let the mysql install procedure finish. Signed-off-by: Marius Bakke <marius@gnu.org>
2022-11-20tests: mysql: Wait for the socket before running queries.Marius Bakke
* gnu/tests/databases.scm (run-mysql-test): Add socket test.
2022-11-20gnu: postgresql@10: Update to 10.23.Marius Bakke
* gnu/packages/databases.scm (postgresql-10): Update to 10.23.
2022-11-20gnu: postgresql@11: Update to 11.18.Marius Bakke
* gnu/packages/databases.scm (postgresql-11): Update to 11.18.
2022-11-20gnu: postgresql@13: Update to 13.9.Marius Bakke
* gnu/packages/databases.scm (postgresql-13): Update to 13.9.
2022-11-20gnu: postgresql: Add 15.1.Marius Bakke
* gnu/packages/databases.scm (postgresql-15): New variable. (postgresql-14): Inherit from it.
2022-11-20gnu: inkbox: Fix build.Marius Bakke
* gnu/packages/ebook.scm (inkbox)[arguments]: Use G-expression.
2022-11-20gnu: inkbox: Update home-page and source URI.Marius Bakke
* gnu/packages/ebook.scm (inkbox)[home-page]: Set to repository, as the previous was NXDOMAIN. [source](uri): Use HOME-PAGE.
2022-11-20gnu: fmit: Remove input labels.Marius Bakke
* gnu/packages/music.scm (fmit)[native-inputs]: Remove labels.
2022-11-20gnu: fmit: Fix build.Marius Bakke
* gnu/packages/music.scm (fmit)[arguments]: Adjust for label changes.
2022-11-20gnu: openal: Add upstream-name property.Marius Bakke
* gnu/packages/audio.scm (openal)[properties]: New field.
2022-11-20gnu: qtcolorwidgets: Update to 2.2.0.Marius Bakke
* gnu/packages/qt.scm (qtcolorwidgets): Update to 2.2.0.
2022-11-20gnu: gzochi: Add missing dependency.Marius Bakke
* gnu/packages/game-development.scm (gzochi)[inputs]: Add GMP. [native-inputs]: Remove label while at it.
2022-11-20gnu: protobuf@2: Fix build.Marius Bakke
* gnu/packages/protobuf.scm (protobuf-2)[build-system]: Set to GNU-BUILD-SYSTEM. [arguments]: Clear. [outputs]: Remove "static".
2022-11-20gnu: Add go-github-com-jaytaylor-html2text.(unmatched-parenthesis
* gnu/packages/golang.scm (go-github-com-jaytaylor-html2text): New variable. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-20gnu: Add go-github-com-gogs-chardet.(unmatched-parenthesis
* gnu/packages/golang.scm (go-github-com-gogs-chardet): New variable. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-20gnu: Add go-github-com-ssor-bom.(unmatched-parenthesis
* gnu/packages/golang.scm (go-github-com-ssor-bom): New variable. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-20gnu: Add go-github-com-rivo-tview.(unmatched-parenthesis
* gnu/packages/golang.scm (go-github-com-rivo-tview): New variable. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-20gnu: cl-virality: Don't install examples.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-virality)[arguments]: Add 'delete-examples' phase.
2022-11-20gnu: Add cl-simplified-types.Paul A. Patience
* gnu/packages/lisp-xyz.scm (sbcl-simplified-types, cl-simplified-types, ecl-simplified-types): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-20gnu: Add cl-pp-toml.Paul A. Patience
* gnu/packages/lisp-xyz.scm (sbcl-pp-toml, cl-pp-toml, ecl-pp-toml): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-20gnu: Add cl-virality.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (cl-virality, sbcl-virality): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-20gnu: Rename go-golang-org-colorful to go-github-com-lucasb-eyer-go-colorful.(unmatched-parenthesis
* gnu/packages/golang.scm (go-golang-org-colorful): Deprecate and rename to... (go-github-com-lucasb-eyer-go-colorful): ...this. (go-github-com-gdamore-tcell)[inputs]: Rename go-golang-org-colorful to go-github-com-lucasb-eyer-go-colorful. (go-github-com-muesli-termenv)[inputs]: Likewise. (go-github-com-charmbracelet-glamour)[inputs]: Likewise. (go-github-com-charmbracelet-bubbletea)[inputs]: Likewise. * gnu/packages/configuration-management.scm (chezmoi)[native-inputs]: Rename go-golang-org-colorful to go-github-com-lucasb-eyer-go-colorful. * gnu/packages/image-viewers.scm (pixterm)[inputs]: Likewise. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-20gnu: Add go-github-com-go-ini-ini.(unmatched-parenthesis
* gnu/packages/golang.scm (go-github-com-go-ini-ini): New variable. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-20gnu: go-github-com-zenhack-go-notmuch: Use ungexp-native.(
* gnu/packages/golang.scm (go-github-com-zenhack-go-notmuch) [arguments]<#:phases>{'unpack-test-fixtures}: Use ungexp-native with notmuch-fixtures. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-20gnu: Fix copyright line.Leo Nikkilä
This is a follow-up to commit 9ad311ec15c05efc78f74252e7eb6cddfb0b5cea. * gnu/packages/virtualization.scm: Remove copyright line. * gnu/services/virtualization.scm: Add copyright line. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-20services: guix-build-coordinator: Remove duplicate log timestamp.Christopher Baines
* gnu/services/guix.scm (guix-build-coordinator-shepherd-services, guix-build-coordinator-agent-shepherd-services, guix-build-coordinator-queue-builds-shepherd-services): Set %current-logfile-date-format to "". Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-20gnu: python-pbkdf2: Don't use python-pycrypto.Marius Bakke
* gnu/packages/python-xyz.scm (python-pbkdf2)[propagated-inputs]: Remove.
2022-11-20gnu: python-flask-restful: Remove unused dependency.Marius Bakke
* gnu/packages/python-web.scm (python-flask-restful)[propagated-inputs]: Remove PYTHON-PYCRYPTO.
2022-11-20gnu: ansible-core: Build with python-pycryptodome.Marius Bakke
* gnu/packages/admin.scm (ansible-core)[native-inputs]: Replace PYTHON-PYCRYPTO with PYTHON-PYCRYPTODOME.
2022-11-20gnu: python-pycryptodome: Update to 3.15.0.Marius Bakke
* gnu/packages/python-crypto.scm (python-pycryptodome): Update to 3.15.0. (python-pycryptodomex): Update hash.
2022-11-20gnu: iwd: Update to 2.0.kiasoc5
* gnu/packages/networking.scm (iwd): Update to 2.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-11-20gnu: ell: Update to 0.54.kiasoc5
* gnu/packages/linux.scm (ell): Update to 0.54. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-11-20gnu: lightning: Update to 2.2.0.Andy Tai
gnu/packages/assembly.scm (lightning): Update to 2.2.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>