diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index 5be431b..ab639ee 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -1948,3 +1948,24 @@ be used in open source or commercial projects.") "Package term provides support functions for dealing with terminals, as commonly found on UNIX systems.") (license license:bsd-3))) +(define-public go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68 + (package + (name "go-golang-org-x-sys") + (version "0.0.0-20201119102817-f84b799fce68") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://go.googlesource.com/sys") + (commit (go-version->git-ref version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1dvhqian5byzkcg1bnqzygqa6ccc6krc2q7j12pp1vhl3y7znnsg")))) + (build-system go-build-system) + (arguments '(#:import-path "golang.org/x/sys")) + (home-page "https://golang.org/x/sys") + (synopsis "sys") + (description + "This repository holds supplemental Go packages for low-level interactions with +the operating system.") + (license license:bsd-3)))