Age | Commit message (Expand) | Author |
2021-11-16 | gnu: flatpak: Use libsoup 2....* gnu/packages/package-management.scm (flatpak)[inputs]: Use libsoup 2.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| John Kehayias |
2021-11-16 | gnu: deja-dup: Use libsoup 2....* gnu/packages/gnome.scm (deja-dup)[inputs]: Use libsoup 2.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Vivien Kraus |
2021-11-16 | services: cups: Update default timeouts....Upstream raised these back in 2019 with CUPS 2.3.0.
* gnu/services/cups.scm (<cups-configuration>): Raise default
‘multiple-operation-timeout’ and ‘timeout’ from 300 to 900 seconds.
* doc/guix.texi (Printing Services): Adjust accordingly.
| Tobias Geerinckx-Rice |
2021-11-16 | doc: Remove obsolete example module import....This follows up on commit a247f5c7537df7e0c09051ba22d5c95eb08f48b9.
* doc/guix.texi (X Window): Remove unused (srfi srfi-1) from
the modify-services example.
| Tobias Geerinckx-Rice |
2021-11-15 | gnu: guix-build-coordinator: Update to 0-37.200ffe7....* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-37.200ffe7.
| Christopher Baines |
2021-11-15 | gnu: libuv-for-node: Update to 1.42.0....* gnu/packages/libevent.scm (libuv-for-node): Update to 1.42.0.
| Jelle Licht |
2021-11-15 | gnu: node-lts: Update to 14.18.1 [security fixes]....* gnu/packages/node.scm (node-lts): Update to 14.18.1.
[native-inputs]: Replace c-ares with c-ares-for-node.
[inputs]: Replace c-ares with c-ares-for-node.
Includes fixes for CVE-2021-22918, CVE-2021-22930, CVE-2021-22931,
CVE-2021-22939, and CVE-2021-22940.
| Jelle Licht |
2021-11-15 | gnu: llhttp-bootstrap: Update to 2.1.4 [security-fixes]....* gnu/packages/node.scm (llhttp-bootstrap): Update to 2.1.4.
Includes fixes for CVE-2021-22959 and CVE-2021-22960.
| Jelle Licht |
2021-11-15 | gnu: Add c-ares-for-node....* gnu/packages/adns.scm (c-ares-for-node): New variable.
Co-authored-by: Marius Bakke <marius@gnu.org>
| Jelle Licht |
2021-11-15 | gnu: node: Add cpe-name....* gnu/packages/node.scm (node)[properties]: Add cpe-name.
| Jelle Licht |
2021-11-15 | gnu: taskwarrior: Update to 2.6.1....* gnu/packages/task-management.scm (taskwarrior): Update to 2.6.1.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Lenny Händler |
2021-11-15 | gnu: emacs-helm: Update to 3.8.1....* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.8.1.
| Nicolas Goaziou |
2021-11-15 | gnu: pdfarranger: Update to 1.8.0....* gnu/packages/pdf.scm (pdfarranger): Update to 1.8.0.
| Nicolas Goaziou |
2021-11-15 | gnu: julia: Fix llvm-julia version....LLVM bundled in the binary julia distributed by upstream has its
version with a "jl" suffix. The llvm-julia package does not have
this suffix, which causes some packages (e. g. LLVM.jl) to fail to
load.
LLVM.jl does this in order to be sure that it is loading a LLVM as
patched for julia and not LLVM from the distribution which will
lack the correct patches on distribs other than GUIX.
I guess there might be other packages that rely on this, so we
should fix our llvm-julia package.
* gnu/packages/julia.scm (llvm)
[source]: Add missing upstream patch
[arguments]: Add configure-flag to set a "jl" suffix to llvm version
(julia)[arguments]: Symlink llvm to llvm-11jl.so
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Jean-Baptiste Volatier |
2021-11-15 | gnu: emacs-consult: Update to 0.13....* gnu/packages/emacs-xyz.scm (emacs-consult): Update to 0.13.
| Nicolas Goaziou |
2021-11-15 | gnu: emacs-exwm: Update to 0.26....* gnu/packages/emacs-xyz.scm (emacs-exwm): Update to 0.26.
| Nicolas Goaziou |
2021-11-15 | gnu: emacs-rustic: Update to 2.1....* gnu/packages/emacs-xyz.scm (emacs-rustic): Update to 2.1.
| Nicolas Goaziou |
2021-11-15 | gnu: emacs-marginalia: Update to 0.10....* gnu/packages/emacs-xyz.scm (emacs-marginalia): Update to 0.10.
| Nicolas Goaziou |
2021-11-15 | gnu: borgmatic: Fix typo in description....* gnu/packages/backup.scm (borgmatic): Fix typo, "software" being a mass noun.
| Nicolas Goaziou |
2021-11-15 | gnu: hpcguix-web: Update to 0.2.0....* gnu/packages/web.scm (hpcguix-web): Update to 0.2.0.
[arguments]: In 'wrap-program' phase, add guile-zlib to DEPS.
[native-inputs]: Add GUILE.
[inputs]: Add GUILE-ZLIB, GUILE-COMMONMARK, and GUILE-JSON.
[propagated-inputs]: Remove. These were pointless.
* gnu/services/web.scm (<hpcguix-web-configuration>)[address, port]: New
fields.
* doc/guix.texi (Web Services): Document them.
* gnu/tests/web.scm (%hpcguix-web-os): Add 'address'.
| Ludovic Courtès |
2021-11-15 | gnu: python-pytorch: Update to 1.10.0....* gnu/packages/machine-learning.scm (python-pytorch): Update to 1.10.0.
* gnu/packages/patches/python-pytorch-system-libraries.patch: Adjust.
| Ludovic Courtès |
2021-11-15 | gnu: Add python-minikanren....* gnu/packages/python-xyz.scm (python-minikanren): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Ryan Prior |
2021-11-15 | gnu: Add python-etuples....* gnu/packages/python-xyz.scm (python-etuples): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Ryan Prior |
2021-11-15 | gnu: Add python-cons....* gnu/packages/python-xyz.scm (python-cons): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Ryan Prior |
2021-11-15 | gnu: Add python-logical-unification....* gnu/packages/python-xyz.scm (python-logical-unification): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Ryan Prior |
2021-11-15 | gnu: Add python-multipledispatch....* gnu/packages/python-xyz.scm (python-multipledispatch): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Ryan Prior |
2021-11-15 | gnu: clang-toolchain: Add libomp....* gnu/packages/llvm.scm (make-clang-toolchain)[inputs]: Add LIBOMP.
| Ludovic Courtès |
2021-11-15 | gnu: Add python-rtree....* gnu/packages/geo.scm (python-rtree): New variable.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Vinicius Monego |
2021-11-15 | gnu: Add python-ta-lib....* gnu/packages/finance.scm (python-ta-lib): New variable.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Foo Chuan Wei |
2021-11-15 | gnu: Add cl-chemboy....* gnu/packages/lisp-xyz.scm (cl-chemboy, ecl-chemboy, sbcl-chemboy):
New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Foo Chuan Wei |
2021-11-15 | gnu: Add cl-chemical-compounds....* gnu/packages/lisp-xyz.scm (cl-chemical-compounds,
ecl-chemical-compounds, sbcl-chemical-compounds): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Foo Chuan Wei |
2021-11-15 | gnu: Add cl-periodic-table....* gnu/packages/lisp-xyz.scm (cl-periodic-table, ecl-periodic-table,
sbcl-periodic-table): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Foo Chuan Wei |
2021-11-15 | gnu: gnome-calendar: Fix build....* gnu/packages/gnome.scm (gnome-calendar)[arguments]: Use meson 0.59.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Vivien Kraus |
2021-11-15 | gnu: gnome-mines: Fix build....* gnu/packages/gnome.scm (gnome-mines)[arguments]: Use meson 0.59.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Vivien Kraus |
2021-11-15 | gnu: gnome-2048: Fix build....* gnu/packages/games.scm (gnome-2048)[arguments]: Use meson 0.59.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Vivien Kraus |
2021-11-15 | gnu: python-scanpy: Run tests conditionally....* gnu/packages/bioinformatics.scm (python-scanpy)[arguments]: Respect TESTS?
argument.
| Ricardo Wurmus |
2021-11-15 | gnu: guile-netlink: Update to 1.1....* gnu/packages/guile-xyz.scm (guile-netlink): Update to 1.1.
| Julien Lepiller |
2021-11-15 | gnu: python-pingouin: Update to 0.5.0....* gnu/packages/python-science.scm (python-pingouin): Update to 0.5.0.
| Arun Isaac |
2021-11-15 | gnu: python-scipy: Run tests conditionally....* gnu/packages/python-science.scm (python-scipy)[arguments]: Respect TESTS? in
'CHECK phase.
| Ricardo Wurmus |
2021-11-15 | gnu: Add python-hnswlib....* gnu/packages/python-xyz.scm (python-hnswlib): New variable.
| Ricardo Wurmus |
2021-11-15 | gnu: Add texlive-fira....* gnu/packages/tex.scm (texlive-fira): New variable.
| Ricardo Wurmus |
2021-11-15 | gnu: vala-language-server: Upgrade to 0.48.3....* gnu/packages/gnome-xyz.scm (vala-language-server): Upgrade to 0.48.3.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Vivien Kraus |
2021-11-15 | gnu: devhelp: Upgrade to 41.2....* gnu/packages/gnome.scm (devhelp): Upgrade to 41.2 to upgrade the webkit
dependency to 4.1.
[arguments]: Use meson 0.59.
In 'skip-gtk-update-icon-cache' phase, the post install script has been
moved from meson_post_install.py to build-aux/meson/.
In 'fix-devhelp-gir-inputs' phase, the devhelp GIR still mentions webkit
4.0, use 4.1 instead.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Vivien Kraus |
2021-11-15 | news: Notify of Wayland support in GDM...* etc/news.scm: Add a news entry.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Josselin Poiret |
2021-11-15 | gnu: Add rust-adblock-0.4....* gnu/packages/crates-io.scm (rust-adblock-0.4): New variable.
* gnu/packages/patches/rust-adblock-ignore-live-tests.patch: New file.
* gnu/local.mk: Add patch.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| phodina |
2021-11-15 | gnu: Add rust-tokio-1.8....* gnu/packages/crates-io.scm (rust-tokio-1.8): New variable.
(rust-tokio-1): Inherit from above.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| phodina |
2021-11-15 | gnu: Add rust-selectors-0.21....* gnu/packages/crates-io.scm (rust-selectors-0.21): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| phodina |
2021-11-15 | gnu: Add rust-rmp-serde-0.13....* gnu/packages/crates-io.scm (rust-rmp-serde-0.13): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| phodina |
2021-11-15 | gnu: Add rust-twoway-0.2....* gnu/packages/crates-io.scm (rust-twoway-0.2): New variable.
(rust-twoway-0.1): Inherit from above.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| phodina |
2021-11-15 | gnu: rust-rmp-serde: Update to 0.15.5....* gnu/packages/crates-io.scm (rust-rmp-serde): Update to 0.15.5.
(rust-serdeconv-0.4)[arguments]: Update rust-rmp-serde-0.15 in cargo-inputs.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| phodina |