gnu: gnupg: Remove unreferenced inputs.
* gnu/packages/gnupg.scm (gnupg)[inputs]: Remove bzip2, curl.
This commit is contained in:
parent
b79cb9d760
commit
f02d254aca
|
@ -227,9 +227,7 @@ compatible to GNU Pth.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("bzip2" ,bzip2)
|
`(("gnutls" ,gnutls)
|
||||||
("curl" ,curl)
|
|
||||||
("gnutls" ,gnutls)
|
|
||||||
("libassuan" ,libassuan)
|
("libassuan" ,libassuan)
|
||||||
("libgcrypt" ,libgcrypt)
|
("libgcrypt" ,libgcrypt)
|
||||||
("libgpg-error" ,libgpg-error)
|
("libgpg-error" ,libgpg-error)
|
||||||
|
|
Loading…
Reference in New Issue