all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sharlatan Hellseher <sharlatanus@gmail.com>
To: 52444@debbugs.gnu.org
Subject: [bug#52444]
Date: Sun, 12 Dec 2021 01:19:02 +0000	[thread overview]
Message-ID: <CAO+9K5qo56FoXxbAL8cApATKUJRsznr7J84uESVHZwjEnBSg2g@mail.gmail.com> (raw)
In-Reply-To: <CAO+9K5qDKHC6Oi3E8uw2HOf9J2dccmgg+F4xCRbJHE01eudMEA@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 356 bytes --]

-- 
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.

[-- Attachment #2: 0004-gnu-Add-go-cty.patch --]
[-- Type: text/x-patch, Size: 2286 bytes --]

From 21a7043fd4830c76086e282384771c6758265f66 Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Sun, 12 Dec 2021 00:57:37 +0000
Subject: [PATCH 4/6] gnu: Add go-cty

* gnu/packages/golang.scm: (go-github-com-zclconf-go-cty): New variable.
---
 gnu/packages/golang.scm | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 566be61eec..2e5a766c7e 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -9012,3 +9012,37 @@ (define-public go-github-com-apparentlymart-go-textseg-autoversion
     (arguments
      '(#:unpack-path "github.com/apparentlymart/go-textseg/autoversion"
        #:import-path "github.com/apparentlymart/go-textseg/autoversion/textseg"))))
+
+(define-public go-github-com-zclconf-go-cty
+  (package
+    (name "go-github-com-zclconf-go-cty")
+    (version "1.10.0")
+    (source
+      (origin
+        (method git-fetch)
+        (uri (git-reference
+               (url "https://github.com/zclconf/go-cty")
+               (commit (string-append "v" version))))
+        (file-name (git-file-name name version))
+        (sha256
+          (base32 "0f9a6vy45gcx5pg5bnfs63manaqw80h7xzvmj3b80af38304zr71"))))
+    (build-system go-build-system)
+    (arguments
+     '(#:unpack-path "github.com/zclconf/go-cty"
+       #:import-path "github.com/zclconf/go-cty/cty"))
+    (native-inputs
+     `(("go-github-com-google-go-cmp-cmp" ,go-github-com-google-go-cmp-cmp)))
+    (propagated-inputs
+      `(("go-golang-org-x-text" ,go-golang-org-x-text)
+        ("go-github-com-vmihailenco-msgpack-v4"
+         ,go-github-com-vmihailenco-msgpack-v4)
+        ("go-github-com-apparentlymart-go-textseg-v13"
+         ,go-github-com-apparentlymart-go-textseg-v13)))
+    (home-page "https://github.com/zclconf/go-cty")
+    (synopsis "Type system for dynamic values in Go applications")
+    (description
+      "@code{cty} (pronounced \"see-tie\") is a dynamic type system for
+applications written in Go that need to represent user-supplied values without
+losing type information.  The primary intended use is for implementing
+configuration languages, but other uses may be possible too.")
+    (license license:expat)))
-- 
2.34.0


  parent reply	other threads:[~2021-12-12  1:21 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-12  1:12 [bug#52444] [PATCH 0/0]: gnu: Add HCL v2 Sharlatan Hellseher
2021-12-12  1:18 ` [bug#52444] Sharlatan Hellseher
2021-12-12  1:18 ` [bug#52444] Sharlatan Hellseher
2021-12-12  1:19 ` Sharlatan Hellseher [this message]
2021-12-12  1:19 ` [bug#52444] Sharlatan Hellseher
2021-12-12  1:19 ` [bug#52444] Sharlatan Hellseher
2021-12-18 16:16 ` [bug#52444] Sharlatan Hellseher
2022-01-28  9:39 ` bug#52444: [PATCH 0/0]: gnu: Add HCL v2 Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAO+9K5qo56FoXxbAL8cApATKUJRsznr7J84uESVHZwjEnBSg2g@mail.gmail.com \
    --to=sharlatanus@gmail.com \
    --cc=52444@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.