I wanna fill the world with silly typos..

This commit is contained in:
Vivianne 2024-03-06 11:43:03 -05:00
parent d21b2c9347
commit f6615ad30d
Signed by: vv
GPG Key ID: F3E249EDFAC7BE26
1 changed files with 25 additions and 24 deletions

View File

@ -14,7 +14,7 @@
(define-public guile-termenv
(package
(name "s")
(name "guile-termenv")
(version "0.1")
(source
(origin
@ -90,26 +90,27 @@
(define-public guile-reflow
(name "guile-reflow")
(version "0.1")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://git.solarpunk.moe/solarpunk-guile/guile-reflow.git")
(commit "v0.1-edbe785fd0")))
(sha256
(base32
"08yyhm618bfcakkr83y757gz32vqha4h0rg02w4lgjrdwqbg71vc"))))
(build-system gnu-build-system)
(arguments `())
(native-inputs
(list autoconf automake pkg-config texinfo))
(inputs (list guile-3.0))
(propagated-inputs (list guile-uniseg))
(synopsis "Guile port of reflow")
(description
"A library to provide easy text wrapping in consoles that preserves control-code formatting.")
(home-page
"https://git.solarpunk.moe/vv/guile-reflow")
(license license:gpl3+))
(package
(name "guile-reflow")
(version "0.1")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://git.solarpunk.moe/solarpunk-guile/guile-reflow.git")
(commit "v0.1-edbe785fd0")))
(sha256
(base32
"08yyhm618bfcakkr83y757gz32vqha4h0rg02w4lgjrdwqbg71vc"))))
(build-system gnu-build-system)
(arguments `())
(native-inputs
(list autoconf automake pkg-config texinfo))
(inputs (list guile-3.0))
(propagated-inputs (list guile-uniseg))
(synopsis "Guile port of reflow")
(description
"A library to provide easy text wrapping in consoles that preserves control-code formatting.")
(home-page
"https://git.solarpunk.moe/vv/guile-reflow")
(license license:gpl3+)))