diff --git a/solarpunk/packages/guile.scm b/solarpunk/packages/guile.scm index dc48e33..b7e3184 100644 --- a/solarpunk/packages/guile.scm +++ b/solarpunk/packages/guile.scm @@ -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+)))