From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id EF2/MvQSs2Jj9AAAbAwnHQ (envelope-from ) for ; Wed, 22 Jun 2022 15:02:44 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id 6BebMvQSs2LoqgAAauVa8A (envelope-from ) for ; Wed, 22 Jun 2022 15:02:44 +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 B38742F690 for ; Wed, 22 Jun 2022 15:02:44 +0200 (CEST) Received: from localhost ([::1]:38948 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o400J-0006cp-Im for larch@yhetil.org; Wed, 22 Jun 2022 09:02:43 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37922) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o3zyi-0005Ly-Ct for guix-patches@gnu.org; Wed, 22 Jun 2022 09:01:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:40445) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o3zyi-0007QC-3S for guix-patches@gnu.org; Wed, 22 Jun 2022 09:01:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1o3zyi-0008VV-31 for guix-patches@gnu.org; Wed, 22 Jun 2022 09:01:04 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#54882] [PATCH v3 4/6] gnu: Add go-github-com-juju-ansiterm. Resent-From: Dhruvin Gandhi Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 22 Jun 2022 13:01:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 54882 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 54882@debbugs.gnu.org Cc: Dhruvin Gandhi Received: via spool by 54882-submit@debbugs.gnu.org id=B54882.165590281632590 (code B ref 54882); Wed, 22 Jun 2022 13:01:04 +0000 Received: (at 54882) by debbugs.gnu.org; 22 Jun 2022 13:00:16 +0000 Received: from localhost ([127.0.0.1]:34334 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o3zxq-0008SG-SA for submit@debbugs.gnu.org; Wed, 22 Jun 2022 09:00:15 -0400 Received: from out2.migadu.com ([188.165.223.204]:64653) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o3zxi-0008QB-NZ for 54882@debbugs.gnu.org; Wed, 22 Jun 2022 09:00:04 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dhruvin.dev; s=key1; t=1655902802; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=PibuCkk4L+KdH1LvFe3Wb8tEX8/AJ6U+roZCcSVOCms=; b=FcKQjKZFV+2OW+w74BEM8ACd0QGC74mJy0JemqGVF8JQYkeHJFsFpCNTlP51LDGtec0PvH 80V9qqLMZK2LhJAQHHll1gvTvU1i3PZElxgaQNpGeAmAuhefJeb1IUfFjj9TSSpJw0LvEj GcFAbY5a3/8KeV0+zeNjdMsYXPbfZLQ= Date: Wed, 22 Jun 2022 18:29:13 +0530 Message-Id: <20220622125915.2891-5-contact@dhruvin.dev> In-Reply-To: <20220622125915.2891-1-contact@dhruvin.dev> References: <20220622125915.2891-1-contact@dhruvin.dev> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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" Reply-to: Dhruvin Gandhi X-ACL-Warn: , Dhruvin Gandhi via Guix-patches From: Dhruvin Gandhi via Guix-patches via Authentication-Results: aspmx1.migadu.com; none X-Migadu-Scanner: scn0.migadu.com X-TUID: xey2lfDT5YJc * gnu/packages/golang.scm (go-github-com-juju-ansiterm): New variable. --- gnu/packages/golang.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index e9d0f8a688..c393e91fbe 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -9910,3 +9910,30 @@ (define-public go-git-sr-ht--emersion-gqlclient (description "This package provides a GraphQL client and code generator for Go.") (license license:expat))) + +(define-public go-github-com-juju-ansiterm + (package + (name "go-github-com-juju-ansiterm") + (version "0.0.0-20210929141451-8b71cc96ebdc") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/juju/ansiterm") + (commit (go-version->git-ref version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "05mk7mlvg11dd6b0j0wlq547ghbmx2ywwrlbcb4kddpg7qaqp1va")))) + (build-system go-build-system) + (arguments (list #:import-path "github.com/juju/ansiterm")) + (propagated-inputs + (list go-gopkg-in-check-v1 + go-github-com-mattn-go-isatty + go-github-com-mattn-go-colorable + go-github-com-lunixbochs-vtclean)) + (home-page "https://github.com/juju/ansiterm") + (synopsis "Writer to output ANSI escape codes for color and styles") + (description + "Package ansiterm provides a Writer that writes out the ANSI escape codes for +color and styles.") + (license license:lgpl3))) -- 2.36.1