Re: Guix pull times out on non-default channels

2025-07-18 Thread Gabor Gero via
On Fri, 18 Jul 2025 15:33:04 +0200 Cayetano Santos wrote --- >mer. 16 juil. 2025 at 08:03, Gabor Gero via < mailto:help-guix@gnu.org > >wrote: > Hello, > > > > I have Guix installed on top of Debian, and whenever I try to guix pull with > any cha

Re: Syncthing uses port 8080 for web interface instead of 8384

2025-07-15 Thread Gabor Gero via
A quick look through the syncthing service module does indeed indicate it should be using 8384. You might want to make a bug report.

Guix pull times out on non-default channels

2025-07-15 Thread Gabor Gero via
Hello, I have Guix installed on top of Debian, and whenever I try to guix pull with any channel specified in ~/.config/guix/channels.scm, I get the error message "guix pull: error: Git error: failed to connect to codeberg.org: Operation timed out". The default guix channel works perfectly fin

Re: Guix pull does not work on foreign distribution

2025-07-10 Thread Gabor Gero via
Thank you, that worked.

Re: Guix pull does not work on foreign distribution

2025-07-10 Thread Gabor Gero via
Sorry, I should have mentioned that guix upgrade reports that there is nothing to upgrade, guix search still shows old versions of packages (Emacs 28.2 for example), and additional channels in my channels.scm don't get pulled.

Guix pull does not work on foreign distribution

2025-07-10 Thread Gabor Gero via
Hello, I'm running Guix on top of Debian, from Debian's repos. Running guix pull both with and without sudo -i, will not actually update the repository, every package stays the same version. Restarting the guix-daemon systemd service or rebooting does not help, and guix pull itself displays n

How can I start another shell process inside of a guix shell container?

2025-03-12 Thread Gabor Gero via
Hello, I'm using guix shell --container --emulate-fhs --network for development. I need to run 2 processes, neither of which can be a background process. What's a good way to spawn a new terminal/shell. Do I need to include the entirety of xorg in the container? Thanks for the help Gabor

Re: Reconfiguring fails with parsing error

2025-02-24 Thread Gabor Gero via
Thank you, the reply for the linked email suggesting a GC worked perfectly!

Reconfiguring fails with parsing error

2025-02-24 Thread Gabor Gero via
Hello, Whenever I try to run sudo guix system reconfigure, after checking the substitute servers, it fails with guix system: error: error parsing derivation `/gnu/store/73d9nck9zdas8yvdj5k94l1x0yw8802d-guix-1.4.0-32.5f6fdad.drv': expected string `Derive([' I'm on commit c4fcf8fb627c9e

Re: Cargo attemps to download packages already specified as cargo-inputs

2024-12-24 Thread Gabor Gero via
Thanks for the help, it seems you were correct on both counts. On Mon, 23 Dec 2024 16:00:35 +0100 Efraim Flashner wrote --- On Sun, Dec 22, 2024 at 12:06:23PM +0100, Gabor Gero via wrote: > Hello, > > > The problem is that if I try to build it via guix build, w

Cargo attemps to download packages already specified as cargo-inputs

2024-12-22 Thread Gabor Gero via
Hello, I'm trying to package a Rust program, the package definition being (define pointersearcher-x   (let ((v "0.7.4-dylib")) (package (name "pointersearcher-x") (version v) (source (origin   (uri (git-reference (url "https://github.com/kekeimiku/PointerSearcher-X";) (commit v)))   (m

Lem does not launch with the sdl2 interface

2024-11-19 Thread Gabor Gero via
Hello all, I have installed lem with a simple guix install lem but trying to launch it via it's sdl2 frontend fails and launches the terminal version instead. Is this expected behaviour? Lem itself doesn't display any errors.