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
A quick look through the syncthing service module does indeed indicate it
should be using 8384. You might want to make a bug report.
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
Thank you, that worked.
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.
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
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
Thank you, the reply for the linked email suggesting a GC worked perfectly!
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
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
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
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.
12 matches
Mail list logo