doc: Define mumble-server-service-type as a variable. Using defvar for service types causes them to be part of the index, which is useful for discoverability. * doc/guix.texi (Telephony Services) <mumble-server-service-type>: Define with defvar. Change-Id: I01bed0c86ff12425a81294cb12f1b2a8bd14cd6f
doc: Define jami-service-type as a variable. Using defvar for service types causes them to be part of the index, which is useful for discoverability. * doc/guix.texi (Telephony Services) <jami-service-type>: Define with defvar. Change-Id: I7cbb3b7c84c34a91db689b8698a19ed49ef607b4
doc: Define postgresql-service-type as a variable. Using defvar for service types causes them to be part of the index, which is useful for discoverability. * doc/guix.texi (Database Services) <postgresql-service-type>: Define with defvar. Change-Id: If1c920ad275a9386ec7bb9e48e9a132df98dee97
gnu: emacs-citar: Fix autoloads and restore tests. The default build-system emacs doesn't properly expand cl-lib macros when compiling autoloads. This patch changes the `#:emacs` build argument, fixing a present bug (reproducible by requiring citar-autoloads in a minimal environment). This change also allows the validation of compiled autoloads to succeed, hence the test phase is restored. * gnu/packages/emacs-xyz.scm (emacs-citar): Change build-system emacs and restore tests Change-Id: Id56de922e5220383f8c5015a01e39b4aa2ea8cfb Signed-off-by: Andrew Tropin <andrew@trop.in>
gnu: ccwl: Update to 0.3.0. * gnu/packages/bioinformatics.scm (ccwl): Update to 0.3.0. [arguments]: Add patch-more-source-shebangs phase. Change-Id: Ic7926d04c28eeafd799deba5e817574663431db8
gnu: arb: Deprecate package. * gnu/packages/algebra.scm (arb): Deprecate in favor of flint, of which it is now a part. Change-Id: I02ee2110e77c582b8daf70502f7092eba7c44547
gnu: python-flint: Update to 0.5.0 and build with flint@3. * gnu/packages/patches/python-flint-includes.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Unregister file. * gnu/packages/algebra.scm (python-flint): Update to 0.5.0. [source]: Drop patch. [inputs]: Drop arb. [native-inputs]: Use python-cython-3. Change-Id: I5fa9b201efff76e16f957aee0ebcd453ea823e69
gnu: s7: Compile with flint@3. * gnu/packages/patches/s7-flint-3.patch: New file. * gnu/local.mk (dist_patch_DATA): Register file. * gnu/packages/lisp.scm (s7-bootstrap)[source]: Add patch. [inputs]: Remove arb. Change-Id: I06bac9d850977b8ee769e629f1b64411a8dc3247
gnu: pynac: Remove package. The package was integrated into the Sagemath source code in 2021. * gnu/packages/sagemath.scm (pynac): Remove variable. Change-Id: I5c6a90ed1747852d0dc4e73b79ce9daa34d876c7
gnu: flint: Update to 3.0.1. * gnu/packages/algebra.scm (flint): Update to 3.0.1. [arguments]: Remove obsolete phase additions. Change-Id: Iebac9d3a0b1e19147df9402d522c55cb168148d7
gnu: torbrowser: Update to 13.0.9. * gnu/packages/gnuzilla.scm: Stop exporting ‘all-mozilla-locales’. * gnu/packages/tor.scm (mozilla-locale): New procedure copied from gnuzilla.scm. (mozilla-locales): New macro adapted from gnuzilla.scm. (%torbrowser-locales): Add sha256 and changeset for each locale and update them all. (%moz-build-date): Update to 20240123154553. (%torbrowser-version): Update to 13.0.9. (%torbrowser-firefox-version): Update to 115.7.0esr-13.0-1-build1. (translation-base-browser): Update to cbd9b6c. (translation-tor-browser): Update to 767ab51. (torbrowser)[arguments]: Adapt to new ‘%torbrowser-locales’ format. Change-Id: I774db714f3df53adc5be37109126bde5fab1a9a6
gnu: Sort inputs in (gnu packages books) alphabetically. * gnu/packages/books.scm: Sort #:use-modules and inputs alphabetically to ease maintenance. Change-Id: Ifdd94277a51fb34e740398bd962b03098a775572
gnu: book-sparc: Update to 2.0.0. * gnu/packages/books.scm (book-sparc): Update to 2.0.0. [inputs]: Add texlive-chngcntr. Change-Id: Ief8c8c697e30fbe6f483fdc49969714ca64480fe Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: python-pyscss: Update to 1.4.0. * gnu/packages/python-web.scm (python-pyscss): Update to 1.4.0. [source]: Remove snippet. [arguments]: Remove; enable tests. Change-Id: I954baf228e6e343b616b6a0eb15742920873f31d
gnu: Add python-huggingface-hub. * gnu/packages/python-web.scm (python-huggingface-hub): New variable. Change-Id: I87f668a1ad170fa229902aae5be94e8d4751f38d
gnu: libcgroup: Update to 3.1.0. * gnu/packages/linux.scm (libcgroup): Update to 3.1.0. [arguments]<#:configure-flags>: Disable systemd. Change-Id: Iabd8577243b741380fa0d69811fcbf8ad551ddb2
gnu: libcgroup: Adjust package style. * gnu/packages/linux.scm (libcgroup)[source]<uri>: Remove use of ‘home-page’. Change-Id: I93f22223a01b253b8b1cd7deea90e7f05736862f
gnu: Add aflplusplus. * gnu/packages/debug.scm (aflplusplus): New variable. Change-Id: Ibda36187e839d5f533d461444db25a7ba5567f0f Modified-by: Hilton Chain <hako@ultrarare.space> Signed-off-by: Hilton Chain <hako@ultrarare.space>
gnu: Add python-gh-md-to-html. * gnu/packages/python-xyz.scm (python-gh-md-to-html): New variable. Change-Id: I8a7f62000eec0636d2c1114c53c852fa136576b1
gnu: python-pyro-ppl: Skip one more test. * gnu/packages/machine-learning.scm (python-pyro-ppl)[build-system]: Use pyproject-build-system. [arguments]: Remove custom 'check phase and replace with #:test-flags; disable test_sample tests. Change-Id: I058892451b9e5c96b077fae426a6649ce16f54c5