* Re: Help-Guix Digest, Vol 85, Issue 50
[not found] <mailman.16844.1672287760.1249.help-guix@gnu.org>
@ 2022-12-29 4:51 ` jgart
2022-12-29 5:02 ` PinePhone Pro & Guix jgart
2022-12-29 5:04 ` Fwd: " jgart
2 siblings, 0 replies; 4+ messages in thread
From: jgart @ 2022-12-29 4:51 UTC (permalink / raw)
To: help-guix; +Cc: phodina, GNUtoo, forevercomputerr, fahree
>> Hi all, I'm trying to write a guix code that will generate images
>> for pinephone pro. Can anyone share the config .scm file if anyone
>> has done it? Thanks.
Hi Guixers,
I would ask fare, I've cc'ed fare, who's using Pinephone Pro with Guix System.
https://github.com/fare/guixcfg/blob/313e6d5e619b7ed551154eda29957b60d0221b7e/deepness.scm#L1
I started packaging sxmo stuff for Guix a while back.
We have a few things here:
https://packages.guix.gnu.org/packages/sxmo-st/0.8.4.1/
There's some sxmo stuff in guixrus. I'll upstream them this week:
https://git.sr.ht/~whereiseveryone/guixrus/tree/master/item/guixrus/packages/suckless.scm#L214
https://git.sr.ht/~whereiseveryone/guixrus/tree/master/item/guixrus/packages/suckless.scm#L233
https://git.sr.ht/~whereiseveryone/guixrus/tree/master/item/guixrus/packages/suckless.scm#L255
all best,
jgart
https://whereis.みんな/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: PinePhone Pro & Guix
[not found] <mailman.16844.1672287760.1249.help-guix@gnu.org>
2022-12-29 4:51 ` Help-Guix Digest, Vol 85, Issue 50 jgart
@ 2022-12-29 5:02 ` jgart
2022-12-29 5:04 ` Fwd: " jgart
2 siblings, 0 replies; 4+ messages in thread
From: jgart @ 2022-12-29 5:02 UTC (permalink / raw)
To: help-guix; +Cc: phodina, GNUtoo, forevercomputerr, fahree
Hi,
I sent all three sxmo packages from guixrus for review:
https://issues.guix.gnu.org/60394
https://issues.guix.gnu.org/60395
https://issues.guix.gnu.org/60396
best,
jgart
https://whereis.みんな
^ permalink raw reply [flat|nested] 4+ messages in thread
* Fwd: PinePhone Pro & Guix
[not found] <mailman.16844.1672287760.1249.help-guix@gnu.org>
2022-12-29 4:51 ` Help-Guix Digest, Vol 85, Issue 50 jgart
2022-12-29 5:02 ` PinePhone Pro & Guix jgart
@ 2022-12-29 5:04 ` jgart
2022-12-30 3:37 ` Kyle Andrews
2 siblings, 1 reply; 4+ messages in thread
From: jgart @ 2022-12-29 5:04 UTC (permalink / raw)
To: help-guix; +Cc: phodina, GNUtoo, forevercomputerr, fahree
Sorry! I forgot to change the Subject for the digest. I hope this works...
-------- Forwarded message -------
From: "jgart" <jgart@dismail.de>
To: help-guix@gnu.org
CC: phodina@protonmail.com, GNUtoo@cyberdimension.org, forevercomputerr@gmail.com, fahree@gmail.com
Sent: December 28, 2022 10:51 PM
Subject: Re: Help-Guix Digest, Vol 85, Issue 50
>> Hi all, I'm trying to write a guix code that will generate images
>> for pinephone pro. Can anyone share the config .scm file if anyone
>> has done it? Thanks.
Hi Guixers,
I would ask fare, I've cc'ed fare, who's using Pinephone Pro with Guix System.
https://github.com/fare/guixcfg/blob/313e6d5e619b7ed551154eda29957b60d0221b7e/deepness.scm#L1
I started packaging sxmo stuff for Guix a while back.
We have a few things here:
https://packages.guix.gnu.org/packages/sxmo-st/0.8.4.1
There's some sxmo stuff in guixrus. I'll upstream them this week:
https://git.sr.ht/~whereiseveryone/guixrus/tree/master/item/guixrus/packages/suckless.scm#L214
https://git.sr.ht/~whereiseveryone/guixrus/tree/master/item/guixrus/packages/suckless.scm#L233
https://git.sr.ht/~whereiseveryone/guixrus/tree/master/item/guixrus/packages/suckless.scm#L255
all best,
jgart
https://whereis.みんな
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Fwd: PinePhone Pro & Guix
2022-12-29 5:04 ` Fwd: " jgart
@ 2022-12-30 3:37 ` Kyle Andrews
0 siblings, 0 replies; 4+ messages in thread
From: Kyle Andrews @ 2022-12-30 3:37 UTC (permalink / raw)
To: help-guix
I'm very excited about this! Thank you so much for your efforts! Having
a modified SXMO using Emacs wherever possible running on a Guix powered
PinePhone would be my dream come true.
"jgart" <jgart@dismail.de> writes:
> Sorry! I forgot to change the Subject for the digest. I hope this works...
>
> -------- Forwarded message -------
> From: "jgart" <jgart@dismail.de>
> To: help-guix@gnu.org
> CC: phodina@protonmail.com, GNUtoo@cyberdimension.org, forevercomputerr@gmail.com, fahree@gmail.com
> Sent: December 28, 2022 10:51 PM
> Subject: Re: Help-Guix Digest, Vol 85, Issue 50
>
>>> Hi all, I'm trying to write a guix code that will generate images
>>> for pinephone pro. Can anyone share the config .scm file if anyone
>>> has done it? Thanks.
>
> Hi Guixers,
>
> I would ask fare, I've cc'ed fare, who's using Pinephone Pro with Guix System.
>
> https://github.com/fare/guixcfg/blob/313e6d5e619b7ed551154eda29957b60d0221b7e/deepness.scm#L1
>
> I started packaging sxmo stuff for Guix a while back.
>
> We have a few things here:
>
> https://packages.guix.gnu.org/packages/sxmo-st/0.8.4.1
>
> There's some sxmo stuff in guixrus. I'll upstream them this week:
>
> https://git.sr.ht/~whereiseveryone/guixrus/tree/master/item/guixrus/packages/suckless.scm#L214
> https://git.sr.ht/~whereiseveryone/guixrus/tree/master/item/guixrus/packages/suckless.scm#L233
> https://git.sr.ht/~whereiseveryone/guixrus/tree/master/item/guixrus/packages/suckless.scm#L255
>
> all best,
>
> jgart
>
> https://whereis.みんな
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-12-30 4:12 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <mailman.16844.1672287760.1249.help-guix@gnu.org>
2022-12-29 4:51 ` Help-Guix Digest, Vol 85, Issue 50 jgart
2022-12-29 5:02 ` PinePhone Pro & Guix jgart
2022-12-29 5:04 ` Fwd: " jgart
2022-12-30 3:37 ` Kyle Andrews
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.