Re: guix pack and flatpak

2021-05-03 Thread jbranso
At the moment, I do not believe that it can. But it would be cool if it could... Thanks, Joshua P.S. I really probably shouldn't be responding to guix emails right now. I'm still working on my night audit shift, and I'm so sleepy I can barely write a sentence. :) May 2, 2021 7:14 PM, "Andy T

Re: Anyone running Guix on the pinephone?

2021-05-03 Thread Efraim Flashner
On Sat, May 01, 2021 at 10:01:39PM -0400, Christopher Lemmer Webber wrote: > I see the cookbook now mentions the possibility of running Guix on a > pinephone... is anyone actually doing it? Mind posting your experiences > and setup? > > (Doesn't have to be as a phone necessarily... I'm more inter

Re: guix pack and flatpak

2021-05-03 Thread Efraim Flashner
On Mon, May 03, 2021 at 09:14:47AM +, jbra...@dismail.de wrote: > At the moment, I do not believe that it can. > > But it would be cool if it could... > > Thanks, > > Joshua > > P.S. I really probably shouldn't be responding to guix emails right now. > I'm still working on my night audit s

Re: Guix' SWH code hates me

2021-05-03 Thread Jonathan McHugh
I generated a private package for guile-oauth over the weekend: Using this in native-inputs: ("guile" ,guile-3.0) I included this in inputs list: ("guile-json" ,guile-json-4) Im too sophomore with regards to packaging. I felt that searcing the aggregate package repositories useful

Re: Any way to boot Guix with root partition elsewhere?

2021-05-03 Thread Jonathan McHugh
A shot in the dark - but I know that there have been some activity with regards to using Lua in the kernel: => https://github.com/luainkernel => lwn.net/Articles/830154/ If thats not helpful hopefully it can give you some ideas. Has Guile done much activity interacting with the kernel? Jonathan

How to run a Docker image as a Guix System service?

2021-05-03 Thread Mekeor Melire
Hello Guix! Is it possible to run a Docker image as a Guix System service? For example, consider Gitlab. Unfortunately, there is no package declaration of Gitlab for Guix yet. But let's assume you are impatient and you want to run Gitlab on Guix System as soon as possible. Is it possible for you