GNU bug report logs -
#53312
[PATCH] gnu: Add sxmo-st.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Mon, 17 Jan 2022 04:32:02 UTC
Severity: normal
Tags: moreinfo, patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 11 Jul 2022 12:00:39 -0400
with message-id <87sfn7d4go.fsf <at> gmail.com>
and subject line Re: bug#53312: [PATCH] gnu: Add sxmo-st.
has caused the debbugs.gnu.org bug report #53312,
regarding [PATCH] gnu: Add sxmo-st.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
53312: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=53312
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/suckless.scm (sxmo-st): New variable.
---
Hi Guixers,
This is the st for sxmo:
https://sxmo.org/
Sxmo is a minimalist environment for Linux mobile devices, such as the pinephone.
I'm upstreaming this from guixrus channel:
https://git.sr.ht/~whereiseveryone/guixrus/tree/master/item/guixrus/packages/suckless.scm#L219
all best,
jgart
https://whereiseveryone.srht.site/
gemini://whereiseveryone.srht.site/
gnu/packages/suckless.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index cfeb17e533..09e17c5831 100644
--- a/gnu/packages/suckless.scm
+++ b/gnu/packages/suckless.scm
@@ -459,6 +459,25 @@ (define-public lukesmithxyz-st
Vim bindings and Xresource compatibility.")
(license license:expat))))
+(define-public sxmo-st
+ (package
+ (inherit st)
+ (name "sxmo-st")
+ (version "0.8.4.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri
+ (git-reference
+ (url "https://git.sr.ht/~mil/sxmo-st")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1nl40q1pxf46hpbibz9m9d0giiy1p3lrhr9agw0fkyba2vzbbafa"))))
+ (home-page "https://git.sr.ht/~mil/sxmo-st")
+ (synopsis "St terminal emulator for the Simple X Mobile PinePhone environment")
+ (license license:expat)))
+
(define-public surf
(package
(name "surf")
--
2.34.1
[Message part 3 (message/rfc822, inline)]
Hi jgart,
jgart <jgart <at> dismail.de> writes:
[...]
>> I imagine it should work but maybe someone can test this?
>>
>> The pinephone is too slow to run guix (im my experience) but the
>> pinephone pro might be a good candidate with it's CPU specs.
>>
>> all best,
>>
>> jgart
>
> I had installed Guix on mobian. This is probably the easiest way to
> install Guix on the pinephone since it is just a `sudo apt install
> guix` away.
Thanks for the precisions. I better understand the use case now.
Pushed with 6ffb3ef4d61e47c39b9ee4d1dceeaeb9360094c0.
Thanks!
Maxim
This bug report was last modified 3 years and 9 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.