3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: gnupg: Remove unreferenced inputs.

* gnu/packages/gnupg.scm (gnupg)[inputs]: Remove bzip2, curl.
This commit is contained in:
Efraim Flashner 2018-04-12 12:05:20 +03:00
parent b79cb9d760
commit f02d254aca
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -227,9 +227,7 @@ compatible to GNU Pth.")
(native-inputs
`(("pkg-config" ,pkg-config)))
(inputs
`(("bzip2" ,bzip2)
("curl" ,curl)
("gnutls" ,gnutls)
`(("gnutls" ,gnutls)
("libassuan" ,libassuan)
("libgcrypt" ,libgcrypt)
("libgpg-error" ,libgpg-error)