Re: Blog: Guix packaging tutorial

2018-10-20 Thread Divan
Pierre Neidhardt writes: > And here is the last version, in Markdown (hopefully the syntax is > right). Off topic, but how did you convert this? Guessing pandoc, but it seems converted better then the standard, =pandoc index.org -t gfm -o /tmp/index.md= would do.

Re: Customize GuixSD: Use Stock SSH Agent Everywhere!

2018-05-28 Thread Divan Santana
~/ ᐅ cat .xsession #!/run/current-system/profile/bin/bash # start ssh-agent system wide. exec ssh-agent "$@" The login crashes from slim. How do I debug it? slim.log contains nothing useful. Also don't see anything in xorg log. Removing the file, I can login again. Bit puzzled. -- Divan

Re: Customize GuixSD: Use Stock SSH Agent Everywhere!

2018-05-31 Thread Divan Santana
Divan Santana writes: >> Chris contributed an article showing a neat hack to get ssh-agent >> running on GNOME in lieu of GNOME Keyring’s custom implementation: >> >> >> https://www.gnu.org/software/guix/blog/2018/customize-guixsd-use-stock-ssh-agent-everywhere/

Re: Blog: Guix packaging tutorial

2018-10-22 Thread Divan Santana
Pierre Neidhardt writes: > Divan writes: >> Off topic, but how did you convert this? Guessing pandoc, but it seems >> converted better then the standard, =pandoc index.org -t gfm -o >> /tmp/index.md= would do. > > This is a very good question. Indeed, Org support

Re: GuixSD on librem phone?

2018-12-09 Thread Divan Santana
swedebu...@riseup.net writes: > I would like to know if there is any interest in this? I'd be interested. I bought the librem 5. Hope it turns out well.

Updating a package

2019-09-23 Thread Divan Santana
Hi Guix, I'm trying to go about updating a package and submitting a patch. A good learning process for me. I managed to update the package, emacs-exwm and to build it successfully via: ./pre-inst-env guix build emacs-exwm Few Qs: Should I do this after updating a package? make check to check

Re: Updating a package

2019-09-24 Thread Divan Santana
>> ./pre-inst-env guix build emacs-exwm > >> Should I do this after updating a package? make check to check all tests >> pass? > > In this case not really--since "make check" tests guix the package manager. > You didn't change the package manager, so it wouldn't help. > >>Or rather the CI does th

Re: Does it make sense to package debops?

2019-09-24 Thread Divan Santana
Hartmut Goebel writes: > I just wonder whether I should package debops, a collection of ansible > roles for managing Debian systems. > > Shall I? I for one would greatly appreciate this since I run guix and am using debops to manage other systems. So if you do, that would be great! On a side