Ludovic Courtès skribis:
> ludo@guix-hpc7 ~$ sudo herd status tor
> Statut de tor :
> It is running since sam. 01 juin 2024 15:58:57 (9 days ago).
> Valeur d’exécution 453.
> Activé.
> Fournit (tor).
> Requiert (user-processes loopback syslogd).
> Sera relancé.
> ludo@guix-hpc7 ~$ sud
LibreSSL 3.7.3 features a “time trap”: tests/tlstest.sh fails after a
while:
--8<---cut here---start->8---
==
libressl 3.7.3: tests/test-suite.log
==
# TOTAL: 112
# PASS: 111
#
The page at:
https://data.guix.gnu.org/statistics
appears broken, it is displaying placeholder text relating to the
count-guix-revisions procedure instead of the results themselves.
Hi Guix!
In Guile, -L is a equivalent shorthand for adding to the %load-path
variable. No actual files are evaluated. In Guix, -L actually evaluates
files (at least in some capacity) to look for package definitions,
allowing for uses like $ guix -L . .
This has a performance impact as channels gr
Hi Juliana,
Juliana Sims skribis:
> * gnu/packages/engineering.scm (cutter): Update to 2.3.4.
> (radare2-for-cutter): Delete.
Applied with the cosmetic changes below. Thanks!
Ludo’.
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 2dbbaaa040f..e518d24fa2f 100644
Ludovic Courtès skribis:
> tlstest: client handshake failed: certificate verification failed:
> certificate has expired
> == TLS tests ==
> FAIL tlstest.sh (exit status: 1)
Fixed in a24e8de6cea9cc413eb1de5c0cc9584299a96355.
Ludo’.