all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ng0 <ng0@we.make.ritual.n0.is>
To: Danny Milosavljevic <dannym+a@scratchpost.org>, guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add perl-net-dns.
Date: Thu, 28 Jul 2016 09:00:53 +0000	[thread overview]
Message-ID: <87k2g6p262.fsf@we.make.ritual.n0.is> (raw)
In-Reply-To: <20160726223204.4c36fcd2@scratchpost.org>

Hi,

I wanted to apply and test this on latest master but it fails on line
29. of networking.scm. Can you rebase this?

Danny Milosavljevic <dannym+a@scratchpost.org> writes:

> From: Danny Milosavljevic <dannym@scratchpost.org>
>
> * gnu/packages/networking.scm (perl-net-dns): New variable.

Could you fix this commit message to:

gnu: Add perl-net-dns.

* gnu/packages/networking.scm (perl-net-dns): New variable.
> ---
>  gnu/packages/networking.scm | 24 ++++++++++++++++++++++++
>  1 file changed, 24 insertions(+)
>
> diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
> index 9e4f7bb..a271543 100644
> --- a/gnu/packages/networking.scm
> +++ b/gnu/packages/networking.scm
> @@ -29,6 +29,7 @@
>    #:use-module (guix download)
>    #:use-module (guix build-system glib-or-gtk)
>    #:use-module (guix build-system gnu)
> +  #:use-module (guix build-system perl)
>    #:use-module (gnu packages admin)
>    #:use-module (gnu packages adns)
>    #:use-module (gnu packages audio)
> @@ -375,3 +376,26 @@ sniffer}, that lets you capture and interactively browse the contents of
>  network frames.")
>      (license license:gpl2+)
>      (home-page "https://www.wireshark.org/")))
> +
> +(define-public perl-net-dns
> + (package
> +  (name "perl-net-dns")
> +  (version "1.06")
> +  (source
> +    (origin
> +      (method url-fetch)
> +      (uri (string-append
> +             "mirror://cpan/authors/id/N/NL/NLNETLABS/Net-DNS-"
> +             version
> +             ".tar.gz"))
> +      (sha256
> +        (base32
> +          "07m5331132h9xkh1i6jv9d80f571yva27iqa31aq4sm31iw7nn53"))))
> +  (build-system perl-build-system)
> +  (inputs
> +    `(("perl-digest-hmac" ,perl-digest-hmac)))
> +  (home-page "http://search.cpan.org/dist/Net-DNS")
> +  (synopsis
> +    "Perl Interface to the Domain Name System")
> +  (description "Net::DNS is the Perl Interface to the Domain Name System.")
> +  (license license:x11)))
>

-- 
♥Ⓐ  ng0
Current Keys: https://we.make.ritual.n0.is/ng0.txt
For non-prism friendly talk find me on http://www.psyced.org

  reply	other threads:[~2016-07-28  9:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-26 20:32 [PATCH] gnu: Add perl-net-dns Danny Milosavljevic
2016-07-28  9:00 ` ng0 [this message]
2016-07-28 11:20 ` Danny Milosavljevic

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=87k2g6p262.fsf@we.make.ritual.n0.is \
    --to=ng0@we.make.ritual.n0.is \
    --cc=dannym+a@scratchpost.org \
    --cc=guix-devel@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.