I wanna fill the world with silly typos..
This commit is contained in:
parent
d21b2c9347
commit
f6615ad30d
1 changed files with 25 additions and 24 deletions
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
(define-public guile-termenv
|
(define-public guile-termenv
|
||||||
(package
|
(package
|
||||||
(name "s")
|
(name "guile-termenv")
|
||||||
(version "0.1")
|
(version "0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -90,26 +90,27 @@
|
||||||
|
|
||||||
|
|
||||||
(define-public guile-reflow
|
(define-public guile-reflow
|
||||||
(name "guile-reflow")
|
(package
|
||||||
(version "0.1")
|
(name "guile-reflow")
|
||||||
(source
|
(version "0.1")
|
||||||
(origin
|
(source
|
||||||
(method git-fetch)
|
(origin
|
||||||
(uri (git-reference
|
(method git-fetch)
|
||||||
(url "https://git.solarpunk.moe/solarpunk-guile/guile-reflow.git")
|
(uri (git-reference
|
||||||
(commit "v0.1-edbe785fd0")))
|
(url "https://git.solarpunk.moe/solarpunk-guile/guile-reflow.git")
|
||||||
(sha256
|
(commit "v0.1-edbe785fd0")))
|
||||||
(base32
|
(sha256
|
||||||
"08yyhm618bfcakkr83y757gz32vqha4h0rg02w4lgjrdwqbg71vc"))))
|
(base32
|
||||||
(build-system gnu-build-system)
|
"08yyhm618bfcakkr83y757gz32vqha4h0rg02w4lgjrdwqbg71vc"))))
|
||||||
(arguments `())
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(arguments `())
|
||||||
(list autoconf automake pkg-config texinfo))
|
(native-inputs
|
||||||
(inputs (list guile-3.0))
|
(list autoconf automake pkg-config texinfo))
|
||||||
(propagated-inputs (list guile-uniseg))
|
(inputs (list guile-3.0))
|
||||||
(synopsis "Guile port of reflow")
|
(propagated-inputs (list guile-uniseg))
|
||||||
(description
|
(synopsis "Guile port of reflow")
|
||||||
"A library to provide easy text wrapping in consoles that preserves control-code formatting.")
|
(description
|
||||||
(home-page
|
"A library to provide easy text wrapping in consoles that preserves control-code formatting.")
|
||||||
"https://git.solarpunk.moe/vv/guile-reflow")
|
(home-page
|
||||||
(license license:gpl3+))
|
"https://git.solarpunk.moe/vv/guile-reflow")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
Loading…
Reference in a new issue