mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-04 09:16:31 +01:00
gnu: Add sxmo-st.
* gnu/packages/suckless.scm (sxmo-st): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
e8cd9e3d12
commit
6ffb3ef4d6
1 changed files with 19 additions and 0 deletions
|
@ -462,6 +462,25 @@ (define-public lukesmithxyz-st
|
||||||
Vim bindings and Xresource compatibility.")
|
Vim bindings and Xresource compatibility.")
|
||||||
(license license:expat))))
|
(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
|
(define-public surf
|
||||||
(package
|
(package
|
||||||
(name "surf")
|
(name "surf")
|
||||||
|
|
Loading…
Reference in a new issue