~ruther/guix-local

ab98cdc1 — Ricardo Wurmus 2 years ago
gnu: r-paws-application-integration: Update to 0.6.0.

* gnu/packages/cran.scm (r-paws-application-integration): Update to 0.6.0.

Change-Id: Ia11603af5ca15f71f52e8527da104e932f22c5ad
74cd61d5 — Ricardo Wurmus 2 years ago
gnu: r-paws-end-user-computing: Update to 0.6.0.

* gnu/packages/cran.scm (r-paws-end-user-computing): Update to 0.6.0.

Change-Id: Iee934acf9078935edc19cdd64055949663e5f6ec
4f135eed — Ricardo Wurmus 2 years ago
gnu: r-paws-developer-tools: Update to 0.6.0.

* gnu/packages/cran.scm (r-paws-developer-tools): Update to 0.6.0.

Change-Id: I76076854850e76162bb212a1298f3a9ef4b97bfc
d5c974f8 — Ricardo Wurmus 2 years ago
gnu: r-paws-customer-engagement: Update to 0.6.0.

* gnu/packages/cran.scm (r-paws-customer-engagement): Update to 0.6.0.

Change-Id: Ib40afc8078d9771f602318d522be358e8b4d6bf9
63e9dc40 — Ricardo Wurmus 2 years ago
gnu: r-seurat: Update to 5.1.0.

* gnu/packages/cran.scm (r-seurat): Update to 5.1.0.

Change-Id: I070c848853e26c3b8c031e92ef24f39b08962348
336e3ad9 — Ricardo Wurmus 2 years ago
gnu: r-imager: Update to 1.0.2.

* gnu/packages/cran.scm (r-imager): Update to 1.0.2.

Change-Id: I678a384037c4c265d2a2b06f2b3b8013abb6d017
6d7d9513 — Ricardo Wurmus 2 years ago
gnu: r-farver: Update to 2.1.2.

* gnu/packages/cran.scm (r-farver): Update to 2.1.2.

Change-Id: Ic73015b3cd86c9cbaceedf6a721db8d6fe825c6c
ec148254 — Ricardo Wurmus 2 years ago
gnu: r-options: Update to 0.2.0.

* gnu/packages/cran.scm (r-options): Update to 0.2.0.

Change-Id: Ia011d3fb5295a58ea49396b090186beae2bab575
c590b6f1 — Ricardo Wurmus 2 years ago
gnu: r-polspline: Update to 1.1.25.

* gnu/packages/cran.scm (r-polspline): Update to 1.1.25.

Change-Id: I0fb7c7912036cff5fd56d577cf29a464e34a2775
f8bf75b1 — Ricardo Wurmus 2 years ago
gnu: r-qlcmatrix: Update to 0.9.8.

* gnu/packages/cran.scm (r-qlcmatrix): Update to 0.9.8.
[native-inputs]: Add r-knitr and r-rmarkdown.

Change-Id: I08e55b72ffacf17b41c895801d6cbdad52658e6b
adf2088c — Ricardo Wurmus 2 years ago
gnu: r-effectsize: Update to 0.8.8.

* gnu/packages/cran.scm (r-effectsize): Update to 0.8.8.

Change-Id: I51270018adaf62fdbcb3e5ad73b99f618b346b9a
7744aaf2 — Ricardo Wurmus 2 years ago
gnu: r-insight: Update to 0.19.11.

* gnu/packages/cran.scm (r-insight): Update to 0.19.11.

Change-Id: I3cb8ef7e28309d542cb30d993264cc79811b8d59
b8c0bdea — Tomas Volf 2 years ago
gnu: cgit: Update to 1.2.3-3.dbadd85.

* gnu/packages/version-control.scm (cgit): Update to 1.2.3-3.dbadd85.

Change-Id: I41827d1d97f28be71af5532b554d6b7a5e1123cc
Signed-off-by: Christopher Baines <mail@cbaines.net>
a5455ed6 — Zheng Junjie 2 years ago
gnu: fcitx5-configtool: Remove inputs label.

* gnu/packages/fcitx5.scm (fcitx5-configtool)
[inputs]: Remove label.

Change-Id: Ib45fbf71d5f2ffbac3285e388629b6cf0ca004fe
Signed-off-by: Christopher Baines <mail@cbaines.net>
86c1f385 — Zheng Junjie 2 years ago
gnu: fcitx5-configtool: Enable kcm support.

* gnu/packages/fcitx5.scm (fcitx5-configtool)
[arguments]: Remove it.
[inputs]: Add qtdeclarative, qtquickcontrols2, ki18n, kpackage, kdeclarative,
kiconthemes, kcoreaddons, plasma-framework, kwindowsystem, kirigami, libxkbcommon.

Change-Id: I43a43458232a5ad3c1d156c779359e356cbf98b8
Signed-off-by: Christopher Baines <mail@cbaines.net>
7d6d5420 — Alexey Abramov 2 years ago
gnu: isc-dhcp: Add debianutils as an input.

dhclient provides a hook mechanism for users.  In order to run these hooks,
dhclient-script uses run-parts to run all the executable files found in
requested directory. run-parts is part of debianutils packages.

* gnu/packages/admin.scm (isc-dhcp)[inputs]: Add "debianutils" to provide
access to run-parts.

Signed-off-by: Christopher Baines <mail@cbaines.net>
Change-Id: I2057881da57a6065d65d1de95e51ed1c8b19e15f
b1de6481 — Fabio Natali 2 years ago
gnu: notmuch: Add sfsexp input.

sfsexp is a C/C++ library for the manipulation (read, parse, modify, and
create) of symbolic expressions.  In an environment where sfsexp is available,
Notmuch will compile with support for a S-expression-based query format.  This
commit is to add sfsexp as a Notmuch dependency and therefore to add S-exp
support.

* gnu/packages/mail.scm (notmuch)[native-inputs]: Add git-minimal/pinned.
[inputs]: Add sfsexp.

Change-Id: Ic3b4a30b2672ad690d66b283e9bdc8e2197f97a7
Signed-off-by: Christopher Baines <mail@cbaines.net>
99181ad9 — Fabio Natali 2 years ago
gnu: Add sfsexp.

* gnu/packages/c.scm (sfsexp): New variable.

Change-Id: Iabfbe10b4ad6134ae886a3d26487f881107b559c
Signed-off-by: Christopher Baines <mail@cbaines.net>
3db1a834 — Christopher Baines 2 years ago
store: Add with-store/non-blocking.

For some applications, it's important to establish a non-blocking connection
rather than just making the socket non-blocking after the connection is
established. This is because there is I/O on the socket that will block during
the handshake.

I've noticed this blocking during the handshake causing issues in the build
coordinator for example.

This commit adds a new with-store variant to avoid changing the behaviour of
with-store/open-connection to ensure that this change can't break anything
that depends on the blocking nature of the socket.

* guix/store.scm (open-unix-domain-socket, open-inet-socket): Take
 #:non-blocking? and use SOCK_NONBLOCK when calling socket if appropriate.
(connect-to-daemon, open-connection, call-with-store): Take #:non-blocking?
and pass it on.
(with-store/non-blocking): New syntax rule.
* .dir-locals.el (scheme-mode): Add entry for with-store/non-blocking.

Change-Id: I8225762b78448bc1f7b698c8de5d736e13f577bf
1632fd0f — Efraim Flashner 2 years ago
gnu: evdi: Update to 1.14.4.

* gnu/packages/linux.scm (evdi): Update to 1.14.4.
(libevdi)[native-inputs]: Add pkg-config.

Change-Id: I5e25a2a4a10608af927b2315dbd56b568ef56a1a
Next