summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Revert "services: Add a service for Jami."Maxim Cournoyer2021-08-02
| | | | | This reverts commit 69dcc24c9f0cdfea674eb690e7755d26a25ced2b. It broke 'guix pull'.
* services: Add a service for Jami.Maxim Cournoyer2021-08-02
| | | | | | | | | | | | | | | | | | | | | | * gnu/services/telephony.scm (string-or-computed-file?) (string-list?, account-fingerprint-list?): New procedures. (maybe-string-list, maybe-account-fingerprint-list) (maybe-boolean, maybe-string, jami-account-list): New configuration field types. (serialize-string-list, serialize-boolean, serialize-string) (jami-account, jami-account->alist, jami-configuration) (jami-account-list?, jami-account-list-maybe): New procedures. (%jami-accounts): New variable. (jami-configuration->command-line-arguments): New procedure. (jami-dbus-session-activation, jami-shepherd-services): New procedures. (jami-service-type): New variable. * gnu/build/jami-service.scm: New file. * gnu/tests/data/jami-dummy-account.dat: Likewise. * gnu/tests/telephony.scm: Likewise. * gnu/local.mk (GNU_SYSTEM_MODULES): Register them. * Makefile.am (SCM_TESTS): Register the test file. (dist_patch_DATA): Register the new data file. * doc/guix.texi (Telephony Services): Document it.
* services: configuration: Derive the default value from the package variable.Xinglu Chen2021-08-02
| | | | | | | | | | | | If the type of a configuration field is a package, show the name of its package *variable* as the default value. * gnu/services/configuration.scm (generate-documentation){show-default} {package->symbol}: New nested procedures. Use them to format the field entries. Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* services: configuration: Uniformize the generated documentation.Xinglu Chen2021-08-02
| | | | | | | | | | | Make the formatting of the generated docs more consistent with the rest of the docs in the “Services” section of the manual. * gnu/services/configuration (generate-documentation): Represent the data type documentation of a field using a DEFTP table rather than DEFTYPEVR elements. Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* build: shepherd: Use autoload to lazily bind Shepherd modules.Maxim Cournoyer2021-08-02
| | | | | | | Instead of imperative module-autoload! directives. * gnu/build/shepherd.scm: Replace module-autoload! directives by autoload arguments for define-module.
* .dir-locals.el: Specify indentation rule for with-shepherd-action.Maxim Cournoyer2021-08-02
| | | | * .dir-locals.el (scheme-mode) <with-shepherd-action>: New indentation rule.
* gnu: qutebrowser: Update to 2.3.1.Morgan Smith2021-08-02
| | | | | | * gnu/packages/web-browsers.scm (qutebrowser): Update to 2.3.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add onnx-optimizer.Ludovic Courtès2021-08-02
| | | | | | * gnu/packages/machine-learning.scm (onnx-optimizer): New variable. * gnu/packages/patches/onnx-optimizer-system-library.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* licenses: Remove 'cc-sampling-plus-1.0' export.Ludovic Courtès2021-08-02
| | | | | | This is a followup to 65e1d39f9fca8e560f3dedf01fa33cd251655eef. * guix/licenses.scm (cc-sampling-plus-1.0): Remove export.
* gnu: zfs: Update source URI.Efraim Flashner2021-08-02
| | | | * gnu/packages/file-systems.scm (zfs)[source]: Update to new upstream URI.
* gnu: zfs: Update 2.1.0.raid5atemyhomework via Bug reports for GNU Guix2021-08-02
| | | | | | | | * gnu/packages/file-systems.scm (zfs): Update to 2.1.0. [arguments]: Adjust 'patch-source phase to add support for new compatibility feature. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: u-boot: Update to 2021.07.Pierre Langlois2021-08-02
| | | | | | | | | | | | | * gnu/packages/patches/u-boot-sifive-prevent-reloc-initrd-fdt.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/bootloaders.scm (%u-boot-sifive-prevent-relocating-initrd-fdt): New variable. (u-boot): Update to 2021.07. [native-inputs]: Add python-pycryptodomex. (u-boot-2021.07): Delete variable. (u-boot-tools)[arguments]: Adapt 'patch phase, disable failing test_spl test. (u-boot-sifive-unmatched): Use default u-boot package. (u-boot-pinebook-pro-rk3328): Use default u-boot package.
* gnu: zathura: Update to 0.4.8.Marius Bakke2021-08-01
| | | | * gnu/packages/pdf.scm (zathura): Update to 0.4.8.
* gnu: girara: Update to 0.3.6.Marius Bakke2021-08-01
| | | | * gnu/packages/gtk.scm (girara): Update to 0.3.6.
* gnu: sbcl-cl-libxml2: Remove duplicate input.Marius Bakke2021-08-01
| | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-libxml2)[native-inputs]: Remove SBCL-LIFT.
* gnu: python-django: Update to 3.2.5 [fixes CVE-2021-35042].Marius Bakke2021-08-01
| | | | * gnu/packages/django.scm (python-django): Update to 3.2.5.
* gnu: mg: Update to 20210609.Marius Bakke2021-08-01
| | | | | * gnu/packages/text-editors.scm (mg): Update to 20210609. [source](snippet): Remove trailing #t.
* gnu: emacs-ts: Update to 0.2.2.Nicolas Goaziou2021-08-01
| | | | * gnu/packages/emacs-xyz.scm (emacs-ts): Update to 0.2.2.
* gnu: emacs-magit: Update to 3.2.0.Nicolas Goaziou2021-08-01
| | | | * gnu/packages/emacs-xyz.scm (emacs-magit): Update to 3.2.0.
* gnu: emacs-eacl: Update to 2.1.0.Nicolas Goaziou2021-08-01
| | | | * gnu/packages/emacs-xyz.scm (emacs-eacl): Update to 2.1.0.
* gnu: Add go-github-com-klauspost-compress.Arun Isaac2021-08-01
| | | | * gnu/packages/golang.scm (go-github-com-klauspost-compress): New variable.
* gnu: Add go-github-com-flynn-noise.Arun Isaac2021-08-01
| | | | * gnu/packages/golang.scm (go-github-com-flynn-noise): New variable.
* gnu: Add go-golang-org-x-term.Arun Isaac2021-08-01
| | | | * gnu/packages/golang.scm (go-golang-org-x-term): New variable.
* gnu: Add go-lukechampine-com-blake3.Arun Isaac2021-08-01
| | | | * gnu/packages/golang.scm (go-lukechampine-com-blake3): New variable.
* gnu: Add go-github-com-dustin-go-humanize.Arun Isaac2021-08-01
| | | | * gnu/packages/golang.scm (go-github-com-dustin-go-humanize): New variable.
* gnu: Add go-github-com-davecgh-go-xdr.Arun Isaac2021-08-01
| | | | * gnu/packages/golang.scm (go-github-com-davecgh-go-xdr): New variable.
* gnu: Add emacs-autocrypt.Morgan Smith2021-08-01
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-autocrypt): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: Add libpst.Ricardo Wurmus2021-08-01
| | | | * gnu/packages/mail.scm (libpst): New variable.
* gnu: scintilla: Update to 5.1.1.Nicolas Goaziou2021-08-01
| | | | * gnu/packages/text-editors.scm (scintilla): Update to 5.1.1.
* gnu: emacs-evil-nerd-commenter: Update to 3.5.5.Nicolas Goaziou2021-08-01
| | | | * gnu/packages/emacs-xyz.scm (emacs-evil-nerd-commenter): Update to 3.5.5.
* gnu: emacs-evil-matchit: Update to 2.3.13.Nicolas Goaziou2021-08-01
| | | | * gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Update to 2.3.13.
* gnu: emacs-evil-collection: Update to 0.0.6.Nicolas Goaziou2021-08-01
| | | | * gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 0.0.6.
* gnu: emacs-perspective: Update to 2.16.Nicolas Goaziou2021-08-01
| | | | * gnu/packages/emacs-xyz.scm (emacs-perspective): Update to 2.16.
* gnu: giac: Update to 1.7.0-23.Nicolas Goaziou2021-08-01
| | | | * gnu/packages/algebra.scm (giac): Update to 1.7.0-23.
* gnu: sameboy: Update to 0.14.4.Felix Gruber2021-08-01
| | | | | | * gnu/packages/emulators.scm (sameboy): Update to 0.14.4. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: linux-libre 4.19: Update to 4.19.200.Leo Famulari2021-07-27
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.200. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.137.Leo Famulari2021-07-27
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.137. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre 5.10: Update to 5.10.55.Leo Famulari2021-07-27
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.55. (linux-libre-5.10-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.13.7.Leo Famulari2021-07-27
| | | | | * gnu/packages/linux.scm (linux-libre-5.13-version): Update to 5.13.7. (linux-libre-5.13-pristine-source): Update hash.
* gnu: coq: Update to 8.13.2.Julien Lepiller2021-07-31
| | | | | | | | | * gnu/packages/coq.scm (coq): Update to 8.13.2. (coq-ide-server, coq-ide): New packages. (coq-gappa): Update to 1.4.6. (coq-bignums): Update to 8.13.0. (coq-interval): Update to 1.3.0. (coq-equations): Update to 1.2.4.
* gnu: coq-stdpp: Update to 1.5.0.Julien Lepiller2021-07-31
| | | | * gnu/packages/coq.scm (coq-stdpp): Update to 1.5.0.
* gnu: lablgtk3: Install with version information.Julien Lepiller2021-07-31
| | | | | | | | This is required so recent versions of coq can check version requirements. * gnu/packages/ocaml.scm (lablgtk3)[arguments]: Ensure version is added to the META file.
* gnu: ocaml-zarith: Update to 1.12.Julien Lepiller2021-07-31
| | | | * gnu/packages/ocaml.scm (ocaml-zarith): Update to 1.12.
* Revert "gnu: sbcl: Update to 2.1.7."Pierre Neidhardt2021-07-31
| | | | | | This SBCL version seems to have a bug that breaks many packages. This reverts commit b07581d6e24bf5fa4676bcebaba75315bbbb01e6.
* gnu: Add sfizz.Ricardo Wurmus2021-07-31
| | | | * gnu/packages/music.scm (sfizz): New variable.
* gnu: isync: Update to 1.4.3.Xinglu Chen2021-07-31
| | | | | | * gnu/packages/mail.scm (isync): Update to 1.4.3. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-vertico: Update to 0.13.Alexandr Vityazev2021-07-31
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.13. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: u-boot-rockpro64-rk3399: Enable 'set-environment phase.Pierre Langlois2021-07-31
| | | | | | | | Fixes <https://bugs.gnu.org/49550>. * gnu/packages/bootloaders.scm (u-boot-rockpro64-rk3399)[arguments]: Run 'set-environment phase after 'unpack instead of non-existent 'patch-rockpro64-config phase.
* gnu: sbcl: Update to 2.1.7.Pierre Neidhardt2021-07-31
| | | | * gnu/packages/lisp.scm (sbcl): Update to 2.1.7.
* gnu: sbcl-alexandria: Update to 1.4.Pierre Neidhardt2021-07-31
| | | | * gnu/packages/lisp-xyz.scm (sbcl-alexandria): Update to 1.4.