Re: emacs-next periodic updates

2025-03-19 Thread Kjartan Oli Agustsson
On 19/03/2025 02:18, Gabriel Santos wrote: > So, could anyone please try to build this package definition for me? > Thanks in advance. > >> (define-public webkitgtk-for-gtk3 >> (package >>(inherit webkitgtk) >>(name "webkitgtk-for-gtk3") >>(version "2.41.91") >>(source (origin >>

SSH bad owner when running rootless guix-daemon

2025-04-27 Thread Kjartan Oli Agustsson
I have been trying out the new option to run the guix daemon as non-root. Everything had been going just fine untill I tried to SSH into another machine. My SSH configuration is managed by guix home so ~/.ssh/config is of course a symlink to a file in the store. In the rootless daemon setup that

Re: SSH bad owner when running rootless guix-daemon

2025-05-09 Thread Kjartan Oli Agustsson
On 09/05/2025 09:45, Ludovic Courtès wrote: > Hi Kjartan, > > Kjartan Oli Agustsson writes: > >> I have been trying out the new option to run the guix daemon as >> non-root. Everything had been going just fine untill I tried to SSH >> into another machine. My S

pkg-config not finding opendht

2025-05-18 Thread Kjartan Oli Agustsson
I have been attempting to update Jami and its dependencies (libjami, opendht, dhtnet, etc.). Currently I am facing a build failure of dhtnet where pkg-config does not seem to find opendht. I can see /gnu/store/hw71kmr819yn7zwb9ysx7k8qwrmndxgs-opendht-3.3.1-0.c3669cf/lib/pkgconfig in PKG_CONFIG_PA

Re: Submitting PRs to Codeberg

2025-06-03 Thread Kjartan Oli Agustsson
On 04/06/2025 06:04, Rutherther wrote: > Hi, the agit workflow is described here > > There is also some discussion here: https://codeberg.org/guix/guix/issues/40 about useful git aliases etc. to make it easier to work with the AGit workflow. -