guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

135/155: gnu: gnupg: Remove unneeded input.


From: John Darrington
Subject: 135/155: gnu: gnupg: Remove unneeded input.
Date: Wed, 21 Dec 2016 20:48:42 +0000 (UTC)

jmd pushed a commit to branch wip-installer
in repository guix.

commit 84c4276609483af1140db2cedee37fe89a7df265
Author: Efraim Flashner <address@hidden>
Date:   Tue Dec 20 20:19:21 2016 +0200

    gnu: gnupg: Remove unneeded input.
    
    * gnu/packages/gnupg.scm (gnupg)[inputs]: Remove adns.
---
 gnu/packages/gnupg.scm |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 76a684d..096fcb9 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -225,8 +225,7 @@ compatible to GNU Pth.")
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     (inputs
-     `(("adns" ,adns)
-       ("bzip2" ,bzip2)
+     `(("bzip2" ,bzip2)
        ("curl" ,curl)
        ("gnutls" ,gnutls)
        ("libassuan" ,libassuan)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]