mbox

[bug#43937,0/4] Add golibsass

Message ID 20201012031606.14643-1-rprior@protonmail.com
Headers show

Message

Ryan Prior Oct. 12, 2020, 3:16 a.m. UTC
While golibsass is considered a tricky package to build, requiring C++ and go
toolchains, this package should make it trivial for Guix hackers.

Also included are two new packages that golibsass depends on, and a required
update to go-cmp.

Ryan Prior (4):
  gnu: Add go-golang-org-x-xerrors.
  gnu: go-github-com-google-go-cmp-cmp: Update to 0.5.2.
  gnu: Add go-github-com-frankban-quicktest.
  gnu: Add go-github-com-bep-golibsass.

 gnu/packages/golang.scm | 117 +++++++++++++++++++++++++++++++++++++++-
 1 file changed, 115 insertions(+), 2 deletions(-)

Comments

Ludovic Courtès Oct. 27, 2020, 5:01 p.m. UTC | #1
Hi,

Ryan Prior <rprior@protonmail.com> skribis:

> Ryan Prior (4):
>   gnu: Add go-golang-org-x-xerrors.
>   gnu: go-github-com-google-go-cmp-cmp: Update to 0.5.2.
>   gnu: Add go-github-com-frankban-quicktest.
>   gnu: Add go-github-com-bep-golibsass.

Pushed, thanks!

Ludo’.