~ruther/guix-local

ref: 1ee2d117d8fa9e2e0d4ec46cc5555497bb5e6337 guix-local/gnu d---------
1ee2d117 — Ricardo Wurmus 3 years ago
gnu: blast+: Build reproducibly.

Fixes <https://issues.guix.gnu.org/42141>.

* gnu/packages/bioinformatics.scm (blast+)[source]: Do not record kernel
version and use fix set of random numbers.
1bf18818 — Mája Tomášek 3 years ago
services: certbot: Create "live" directory during activation.

When trying to run certbot, the mcron command fails, as
/etc/letsencrypt/live is missing.  This patch adds it into the certbot
activation service.

* gnu/services/certbot.scm (certbot-activation): Make /etc/letsencrypt/live.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6943f22e — zamfofex 3 years ago
gnu: Add lite-xl.

* gnu/packages/text-editors.scm (lite-xl): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
168a7933 — Ludovic Courtès 3 years ago
services: shepherd: Leave the finalization thread in peace.

This gets rid of that (in)famous at boot time:

  error in finalization thread: Success

This was caused by the file-descriptor closing loop, which would clause
the finalization pipe, leading the finalization thread to (erroneously)
error out.

Thanks to Josselin Poiret for locating the problem!

* gnu/services/shepherd.scm (shepherd-boot-gexp): In 'loop', replace
'close-fdes' with a pair of 'fcntl' calls to add FD_CLOEXEC.
e6777cfa — jgart 3 years ago
gnu: Add emacs-cov.

* gnu/packages/emacs-xyz.scm (emacs-cov): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
c9f02fb4 — jgart 3 years ago
gnu: Add emacs-elquery.

* gnu/packages/emacs-xyz.scm (emacs-elquery): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
97a2f8e4 — Nicolas Goaziou 3 years ago
gnu: emacs-popup: Update to 0.5.9.

* gnu/packages/emacs-xyz.scm (emacs-popup): Update to 0.5.9.
38f2cbda — Nicolas Goaziou 3 years ago
gnu: emacs-async: Update to 1.9.7.

* gnu/packages/emacs-xyz.scm (emacs-async): Update to 1.9.7.
45eac6cd — Brice Waegeneire 6 years ago
services: Add file system utilities to profile.

* gnu/services/base.scm (file-system-type->utilities)
(file-system-utilities): New procedures.
(file-system-service-type): Extend 'profile-service-type' with
'file-system-utilities'.
* gnu/system.scm (boot-file-system-service): New procedure.
(operating-system-default-essential-services): Use it.
(%base-packages): Remove 'e2fsprogs'.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
bb762ac5 — Jonathan Brielmaier 3 years ago
gnu: icecat: Remove leftovers from version 91.

* gnu/packages/gnuzilla.scm (all-mozilla-91-locales, %icecat-91-version,
icecat-91-source): Remove variables.
16447da5 — Jonathan Brielmaier 3 years ago
gnu: icedove: Update to 102.3.0.

* gnu/packages/gnuzilla.scm (icedove): Update to 102.3.0.
[source]: Use icecat-source again.
[arguments]: Remove `--frozen` flag from cargo invokation.
Remove `--with-user-appdir` flag (no longer honoured since TB91). Disable
WASM sandbox for now (needs more dependencies).
[inputs]: Add alsa-lib. Use icu4c-71.
[native-inputs]: Update hg-reference link. Use rust@1.59 and
rust-cbindgen@0.23.
0e367799 — Trevor Richards 3 years ago
gnu: Add gnome-shell-extension-unite-shell.

* gnu/packages/gnome-xyz.scm (gnome-shell-extension-unite-shell): New
variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
48c938fb — Wiktor Żelazny 3 years ago
gnu: Add texlive-babel-czech.

* gnu/packages/tex.scm (texlive-babel-czech): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
f3373378 — Andreas Rammhold 3 years ago
gnu: wpa-supplicant: Enable OWE support.

With OWE support users are enable to connect to "Opportunistic Wireless
Encryption" networks. This means users are able to have an encrypted
data channel in an otherwise open wireless network.

* gnu/packages/admin.scm (wpa-supplicant)[arguments]: Rename
'configure-for-dbus' phase to 'set-config-options'.  Set CONFIG_OWE=y.
Remove trailing #t.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
352e02a7 — Ricardo Wurmus 3 years ago
gnu: Add r-ggghost.

* gnu/packages/cran.scm (r-ggghost): New variable.
190c48c6 — Ricardo Wurmus 3 years ago
gnu: Add r-animation.

* gnu/packages/cran.scm (r-animation): New variable.
29958657 — Ricardo Wurmus 3 years ago
gnu: Add js-scianimator.

* gnu/packages/javascript.scm (js-scianimator): New variable.
1e7696a9 — Ricardo Wurmus 3 years ago
gnu: Add r-ggthemeassist.

* gnu/packages/cran.scm (r-ggthemeassist): New variable.
211031ca — Ricardo Wurmus 3 years ago
gnu: Add r-bundesligr.

* gnu/packages/cran.scm (r-bundesligr): New variable.
c592eb69 — Ricardo Wurmus 3 years ago
gnu: Add r-pbdmpi.

* gnu/packages/cran.scm (r-pbdmpi): New variable.
Next