Re: Questions about guix handling emacs packages

2020-06-11 Thread Alexey Abramov
Hi, Fredrik Salomonsson writes: > Hi Zimoun, > > zimoun writes: > >> Yes and no. :-) >> You can see for example this blog entry [1]. >> >> [1] https://guix.gnu.org/blog/2017/creating-bundles-with-guix-pack/ > > Thanks for the link. Will give guix pack a try when I'm back at my > machine at work

Re: Screen sharing ungoogled-chromium

2022-05-02 Thread Alexey Abramov
Hi, Would you consider to use a custom flaptak Teams package? Check it out, screen sharing does work for me. -- Alexey On May 1, 2022 06:25:13 phodina via wrote: Jitsi works in chromium and I'm able to share screen. But I'm trying to switch to Guix as my work laptop but in order to do th

Dovecot + pigeonhole packaging

2019-08-28 Thread Alexey Abramov
Hi guix, My system requires me to have dovecot and pigeonhole. So I packaged it. I created two none public packages and merged them into one big package. But wouldn't it be better to do it the same way as debian does?Every component lives in a separate package, and if I need some library I

Re: Dovecot + pigeonhole packaging

2019-08-30 Thread Alexey Abramov
Gábor Boskovits writes: > Hello Alexey, > > Alexey Abramov ezt írta (időpont: 2019. aug. 28., Sze, > 22:30): > >> Hi guix, >> >> >> My system requires me to have dovecot and pigeonhole. So I packaged it. I >> created two none public packages and mer