From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id QMRMDiy0AmU+lwAAauVa8A:P1 (envelope-from ) for ; Thu, 14 Sep 2023 09:20:12 +0200 Received: from aspmx1.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id QMRMDiy0AmU+lwAAauVa8A (envelope-from ) for ; Thu, 14 Sep 2023 09:20:12 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id D739956E52 for ; Thu, 14 Sep 2023 09:20:11 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=beaver-labs.com header.s=zoho header.b=Rqt7jfjz; arc=reject ("signature check failed: fail, {[1] = sig:zohomail.eu:reject}"); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=none ARC-Seal: i=2; s=key1; d=yhetil.org; t=1694676012; a=rsa-sha256; cv=fail; b=abnlMAUhesva53CuR0noVun7njM4wQ21sbH/m0GR0lBJbkotejbG0gT0PV/ToCDuBPh4la FBIsxEBhTBvxv/B8tqSRm2X/4syOSNdZMZNSkTxekNM6tTWtMuQoF66WPkQ9jWpzNhnHwX qop4pvU4yLg+yisgPFBTRPjv3u/Bda0z7AMVvFHb0iXRtbOl7+/PYIo/BqVVdu0u6+YoeU q5ge19HDB4u21d9bsGlJVNU0AOWZUwf088Lv9rDbhggeIbIuiqo7hSppIODrWavU61g5uw Hu0j1IAKNBISDkX9OXklAK0b5gGDQBsTGetiJHeRifSL5yJ95cnVFn15Jc4A6w== ARC-Message-Signature: i=2; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1694676012; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=MmDHt6fMuu7NBwyevYYtN5cVaHkQB2uicer/oi0JgAM=; b=lDMc6is1QG9uOebxOtaRFkHOTTe0BF9nx8/6Y1MqbGrjf85lSC/OoMKvebc8h4nuMlZrt7 kjJipATqbA3QGXY81y70r7PUJnxzKPicysPkNIDhmuei77jU2YmAGUlqfJMg2WwkIBrap7 w9BNpwNIN3DS9zphH6X86xh5XpmpaOirPCm+usulJ3HxOB2mM19A/SMBhc6a8VqruoCzgx mlFiBw3QlJBYhwHB8ybDq6uix2XRPPHT8AmNlinvrRfZqKEU5HmYg7HkHWLCj27wLGSc4k zcT4eOfhEzThqOtPBuXx0QD5q0cyuU0RJlHqPWkvpfgDNSNe5g/wPxsZrYximg== ARC-Authentication-Results: i=2; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=beaver-labs.com header.s=zoho header.b=Rqt7jfjz; arc=reject ("signature check failed: fail, {[1] = sig:zohomail.eu:reject}"); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=none Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qggds-0000TQ-3Z; Thu, 14 Sep 2023 03:20:00 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qggdq-0000Sg-7b for guix-patches@gnu.org; Thu, 14 Sep 2023 03:19:58 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qggdp-000052-G1 for guix-patches@gnu.org; Thu, 14 Sep 2023 03:19:57 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qggdu-0006xp-T7; Thu, 14 Sep 2023 03:20:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#65939] [PATCH 01/33] gnu: Add go-github-com-sourcegraph-go-lsp. Resent-From: Edouard Klein Original-Sender: "Debbugs-submit" Resent-CC: cox.katherine.e+guix@gmail.com, guix-patches@gnu.org Resent-Date: Thu, 14 Sep 2023 07:20:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 65939 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 65939@debbugs.gnu.org Cc: Edouard Klein , Katherine Cox-Buday X-Debbugs-Original-To: guix-patches@gnu.org X-Debbugs-Original-Xcc: Katherine Cox-Buday Received: via spool by submit@debbugs.gnu.org id=B.169467595726308 (code B ref -1); Thu, 14 Sep 2023 07:20:02 +0000 Received: (at submit) by debbugs.gnu.org; 14 Sep 2023 07:19:17 +0000 Received: from localhost ([127.0.0.1]:36670 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qggdA-0006pz-Je for submit@debbugs.gnu.org; Thu, 14 Sep 2023 03:19:17 -0400 Received: from lists.gnu.org ([2001:470:142::17]:40364) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qggd4-0006ox-RO for submit@debbugs.gnu.org; Thu, 14 Sep 2023 03:19:14 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qggcf-0008Tj-TE for guix-patches@gnu.org; Thu, 14 Sep 2023 03:18:45 -0400 Received: from sender11-op-o11.zoho.eu ([31.186.226.225]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qggcZ-0008D8-Ld for guix-patches@gnu.org; Thu, 14 Sep 2023 03:18:43 -0400 ARC-Seal: i=1; a=rsa-sha256; t=1694675913; cv=none; d=zohomail.eu; s=zohoarc; b=Zuc5okGXMhMbLHBbB38VgkG4tqXlZTKTSkmPf7WpHo2FmW6mEcUJ4gWdUefbGcun8vPPo8Y7lmfXCtkcqGshy7w+O0hH9rMUUv7WneKQ+jW2JYNELT1FACTzSP80rTXqr+wG5BF+X2sNlvUVIW/BAFqQCg5ZzrrZ2LMUWan15sw= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.eu; s=zohoarc; t=1694675913; h=Content-Type:Content-Transfer-Encoding:Cc:Cc:Date:Date:From:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:Subject:To:To:Message-Id:Reply-To; bh=MmDHt6fMuu7NBwyevYYtN5cVaHkQB2uicer/oi0JgAM=; b=UgBz/MNwvoXpgoL6Q21wJcYXDirY9txtwlLr/znIAU9GdEgGekcSmWwpFtdQ8Jldlkobt6rBiBuJ/mV9pl0l1gKKYvKaincLk0CBsBZgSi/PzC4S5a/GC+BoaxqwbOKMaTHZaoHm1W2E/GfXYj/SQHCWnMyZ88FK/abEiAtayHs= ARC-Authentication-Results: i=1; mx.zohomail.eu; dkim=pass header.i=beaver-labs.com; spf=pass smtp.mailfrom=edk@beaver-labs.com; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1694675913; s=zoho; d=beaver-labs.com; i=edk@beaver-labs.com; h=From:From:To:To:Cc:Cc:Message-ID:Subject:Subject:Date:Date:In-Reply-To:References:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-Id:Reply-To; bh=MmDHt6fMuu7NBwyevYYtN5cVaHkQB2uicer/oi0JgAM=; b=Rqt7jfjzjQLw+JMSrwhma3ByPUQ6oVwtMwMoonDVMu6T8/SLFeEV++BNYsJs+CU+ PNsoWLKqvLUAh3yD8D3mkBAcs9hXsD5OhzjH1d06dp4akdMaV1ukOVEvW6UKbolscdI SpGY7R5X1Z4rm1Jq9WkkHemP+2sz2IMCKaPAX8efsF0jWeybMQk4MHRPIEXjQsAHpWB zkO+MW3Bj4lSs67QRK8/ErrmcsqdT8qXh985M1dpK5jBfpWGCR/oYludotQxJa8hlBn y+QiB8ee80gDKK1JsGgdBIZm09ncUJGpF1lGN+o3HY1BX1X/HaNgrb1Q4K7cA/0WnqV XtIwGhQjGA== Received: from schwarzy.home (lfbn-idf3-1-667-244.w86-252.abo.wanadoo.fr [86.252.237.244]) by mx.zoho.eu with SMTPS id 1694675911066346.3226002094592; Thu, 14 Sep 2023 09:18:31 +0200 (CEST) From: Edouard Klein Message-ID: Date: Thu, 14 Sep 2023 09:09:08 +0200 X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External Received-SPF: pass client-ip=31.186.226.225; envelope-from=edk@beaver-labs.com; helo=sender11-op-o11.zoho.eu X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -1.21 X-Spam-Score: -1.21 X-Migadu-Queue-Id: D739956E52 X-Migadu-Scanner: mx2.migadu.com X-TUID: 396AUFlD9OgR * 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 =C2=A9 2022 Christopher Howard ;;; Copyright =C2=A9 2023 Hilton Chain ;;; Copyright =C2=A9 2023 Timo Wilken +;;; Copyright =C2=A9 2023 Edouard Klein ;;; ;;; 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))) =20 +(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") --=20 2.40.1