gnu: gnupg: Remove unneeded input.
* gnu/packages/gnupg.scm (gnupg)[inputs]: Remove adns.
This commit is contained in:
parent
8cb3e7e7de
commit
e31d35de3f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue