GNU bug report logs - #65974
[PATCH 00/33] thirty something go packages

Previous Next

Package: guix-patches;

Reported by: Edouard Klein <edk <at> beaver-labs.com>

Date: Thu, 14 Sep 2023 07:59:01 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #26 received at 65974 <at> debbugs.gnu.org (full text, mbox):

From: Edouard Klein <edk <at> beaver-labs.com>
To: 65974 <at> debbugs.gnu.org
Cc: Edouard Klein <edk <at> beaver-labs.com>
Subject: [PATCH 01/33] gnu: Add go-github-com-sourcegraph-go-lsp.
Date: Thu, 14 Sep 2023 10:02:46 +0200
* gnu/packages/golang.scm (go-github-com-sourcegraph-go-lsp): New variable.
---
 gnu/packages/golang.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index cbd4bafd20..d9914463ff 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -41,6 +41,7 @@
 ;;; Copyright © 2022 Christopher Howard <christopher <at> librehacker.com>
 ;;; Copyright © 2023 Hilton Chain <hako <at> ultrarare.space>
 ;;; Copyright © 2023 Timo Wilken <guix <at> twilken.net>
+;;; Copyright © 2023 Edouard Klein <edk <at> beaver-labs.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -13200,6 +13201,29 @@ (define-public go-github-com-google-shlex
 using shell-style rules for quoting and commenting.")
     (license license:asl2.0)))
 
+(define-public go-github-com-sourcegraph-go-lsp
+  (package
+    (name "go-github-com-sourcegraph-go-lsp")
+    (version "0.0.0-20200429204803-219e11d77f5d")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/sourcegraph/go-lsp")
+                    (commit (go-version->git-ref version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1192qrdlm698z7dsl5i88rk9p31dgx4xq7ljzhn17dl2mynbc2l2"))))
+    (build-system go-build-system)
+    (arguments
+     '(#:import-path "github.com/sourcegraph/go-lsp"))
+    (home-page "https://github.com/sourcegraph/go-lsp")
+    (synopsis "go-lsp")
+    (description
+     "Package lsp contains Go types for the messages used in the Language Server
+Protocol.")
+    (license license:expat)))
+
 (define-public go-github-com-gorilla-websocket
   (package
     (name "go-github-com-gorilla-websocket")
-- 
2.40.1






This bug report was last modified 87 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.