diff --git a/rekahsoft-gnu/packages/golang.scm b/rekahsoft-gnu/packages/golang.scm index 9d05ecf..f06a8a5 100644 --- a/rekahsoft-gnu/packages/golang.scm +++ b/rekahsoft-gnu/packages/golang.scm @@ -169,6 +169,29 @@ processes from your @code{Procfile} in a single terminal.") (@@url{https://github.com/bkeepers/dotenv,https://github.com/bkeepers/dotenv})") (license license:expat))) +(define-public go-github-com-matoous-go-nanoid + (package + (name "go-github-com-matoous-go-nanoid") + (version "1.5.0") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/matoous/go-nanoid") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0srq4qa9my72ry8d27khjr9326cmahxil0n25v9g4dcn3ib0jf45")))) + (build-system go-build-system) + (arguments + '(#:import-path "github.com/matoous/go-nanoid")) + (home-page "https://github.com/matoous/go-nanoid") + (synopsis "Go Nanoid") + (description + "This package is Go implementation of @@url{https://github.com/ai,ai's} +@@url{https://github.com/ai/nanoid,nanoid}!") + (license license:expat))) + ;; TODO: this package is not yet complete, but was accidentally ;; committed. Commenting it out until it is completed. ;;