From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: Re: [PATCH] gnu: Add perl-net-dns. Date: Thu, 28 Jul 2016 09:00:53 +0000 Message-ID: <87k2g6p262.fsf@we.make.ritual.n0.is> References: <20160726223204.4c36fcd2@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46189) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bShBc-0007pY-Ik for guix-devel@gnu.org; Thu, 28 Jul 2016 05:01:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bShBa-0001IG-Ek for guix-devel@gnu.org; Thu, 28 Jul 2016 05:00:59 -0400 Received: from mithlond.libertad.in-berlin.de ([2001:67c:1400:2490::1]:55616 helo=beleriand.n0.is) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bShBa-0001Hr-4b for guix-devel@gnu.org; Thu, 28 Jul 2016 05:00:58 -0400 In-Reply-To: <20160726223204.4c36fcd2@scratchpost.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Danny Milosavljevic , guix-devel@gnu.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 writes: > From: Danny Milosavljevic > > * 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