all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: Adam Kandur <rndd@tuta.io>
Cc: 50254-done@debbugs.gnu.org
Subject: bug#50254: [PATCH] gnu: Add go-github-com-DHowett-go-plist.
Date: Fri, 24 Sep 2021 14:10:59 +0200	[thread overview]
Message-ID: <87mto2npgs.fsf@gnu.org> (raw)
In-Reply-To: <MiHpdgb--3-2@tuta.io> (Adam Kandur's message of "Sun, 29 Aug 2021 18:55:43 +0200 (CEST)")

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

Hi,

Adam Kandur <rndd@tuta.io> skribis:

>>From 71fa733ace1ebf2186c15b0e17798fb7f72e385e Mon Sep 17 00:00:00 2001
> From: Adam Kandur <rndd@tuta.io>
> Date: Sun, 29 Aug 2021 19:52:55 +0300
> Subject: [PATCH] gnu: Add go-github-com-DHowett-go-plist.
>
> * gnu/packages/golang.scm (go-github-com-DHowett-go-plist): New variable.

Applied (finally!) with the cosmetic changes below.

Thanks,
Ludo’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 1873 bytes --]

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 55a78c1a8b..a96f743f68 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1191,11 +1191,11 @@ standardized in RFC 7539.")
     (description "Set is the set collection for the Go language.")
     (license license:expat)))
 
-(define-public go-github-com-DHowett-go-plist
+(define-public go-github-com-dhowett-go-plist
   (let ((commit "1454fab16a0642638feb0ae98c41f79eccb2a20a")
         (revision "1"))
     (package
-      (name "go-github-com-DHowett-go-plist")
+      (name "go-github-com-dhowett-go-plist")
       (version (git-version "0.0.0" revision commit))
       (source (origin
                 (method git-fetch)
@@ -1207,16 +1207,17 @@ standardized in RFC 7539.")
                  (base32
                   "01c9wmhny2rxywcjipq1xa0xw4qm7yd001239grwxcja3b4n45v8"))))
       (build-system go-build-system)
-      (arguments
-       `(#:import-path "howett.net/plist"))
+      (arguments `(#:import-path "howett.net/plist"))
       (inputs
        `(("go-github.com-jessevdk-go-flags" ,go-github.com-jessevdk-go-flags)
          ("go-github-com-kr-pretty" ,go-github-com-kr-pretty)
          ("go-gopkg-in-check-v1" ,go-gopkg-in-check-v1)
          ("go-gopkg-in-yaml-v2" ,go-gopkg-in-yaml-v2)))
       (home-page "https://github.com/DHowett/go-plist")
-      (synopsis "A pure Go Apple Property List transcoder")
-      (description "This list transcoder supports encoding/decoding property lists (Apple XML, Apple Binary, OpenStep and GNUStep) from/to arbitrary Go types.")
+      (synopsis "Apple property list transcoder")
+      (description "This list transcoder supports encoding/decoding property
+lists (Apple XML, Apple Binary, OpenStep, and GNUStep) from/to arbitrary Go
+types.")
       (license license:giftware))))
 
 (define-public go-github-com-blanu-dust

      reply	other threads:[~2021-09-24 12:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-29 16:55 [bug#50254] [PATCH] gnu: Add go-github-com-DHowett-go-plist Adam Kandur via Guix-patches via
2021-09-24 12:10 ` Ludovic Courtès [this message]

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=87mto2npgs.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=50254-done@debbugs.gnu.org \
    --cc=rndd@tuta.io \
    /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.