Just did a `guix pull` and rebuilt the system with `guix system
reconfigure` (which took a few days, seems there was a lot of changes), and
now the transmission web UI is working. So probably I was just before that
change.
Can probably close this bug.
On Thu, Nov 30, 2023 at 12:51 AM Clément Las
Hello,
Chased down the subject line while troubleshooting why my locate db
wasn't updating. Would it be better to alter file-database-mcron-jobs
to check both locations or the plocate package to move its updatedb to
the usual spot?
Actually, its updatedb isn't even a shell script. It doesn't need
Hi,
I have the same issue since I started using Guix home. Therefore I
did this:
--8<---cut here---start->8---
(service home-bash-service-type
(home-bash-configuration
(guix-defaults? #f)
;; Needs to be done since aliases are put o
Hello,
I have an issue with guix home alias declarations. The aliases I declare in my
home configuration always end up on top of the .bashrc file, while the
documentation for the home-bash-service-type says "The aliases will be defined
after the contents of the bashrc field has been put in the
For example the meld package is using wrap-program and the name of the
actual meld executable will be .meld-real. The idea is that the -a
option to exec in the wrapper script should change the name of argv[0],
but for Python scripts this doesn't work. This means that when doing
"meld --version" it
Came to report the same thing. Looks like every system seems to be
missing from glibc-locales@2.37
OpenPGP_signature
Description: OpenPGP digital signature
I've been experiencing this occasionally ever since I started using guix. It
happens on all of my machines and across different setups.
I don't use syncthing so it's probably not that.
The set of services I have has changed so much I'd have trouble identifying a
singular service that was in all
Hi,
I tried first to install Guix on my computer as is, but it refused due
to Intel chip for WiFi. Okay, I get that, so I bought one Atheros USB
stick, and tried with that.
This works, and GUIX graphic installer can find it, and the
installation proceeds without any hickups or error messages. Whe
I'm running an XWayland environment and have discovered that using the
redshift-wayland package with it fails.
It was suggested to me that the requirement for X11 was likely part of the
problem so I tried removing (requirement '(x11-display))
fromredshift-shepherd-service but that resulted in an
Hello Guix team. I was trying to build platformio for Guix but I am
struggling with one of its dependencies:
platformio depends on python-ajsonrpc, which depends on
python-pytest-sanic.
guix shell python-ajsonrpc
14.4 MB will be downloaded
guile-3.0.9-debug 6.8MiB
Normally, when a field is missing Guix provides a helpful error message
explaining the precise problem:
(define-record-type t make-t t? this-t
(mandatory-field t-mandatory-field))
(t) => t: missing field initializers (mandatory-field) in form (t)
However, if the field is innate, a value is
Hi,
Simon Tournier skribis:
> Running ’make check’ without network leads to errors, for instance.
[...]
> $ cat tests/derivations.log
> substitute: guix substitute: warning: ACL for archive imports seems to be
> uninitialized, substitutes may be unavailable
> substitute: guix substitute: warn
Hi,
Rikard Nordgren writes:
> For example the meld package is using wrap-program and the name of the
> actual meld executable will be .meld-real. The idea is that the -a
> option to exec in the wrapper script should change the name of argv[0],
> but for Python scripts this doesn't work. This mea
13 matches
Mail list logo