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

commit 84c4276609483af1140db2cedee37fe89a7df265
Author: Efraim Flashner <[email protected]>
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