gnu: gnupg: Remove unreferenced inputs.

* gnu/packages/gnupg.scm (gnupg)[inputs]: Remove bzip2, curl.
master
Efraim Flashner 2018-04-12 12:05:20 +03:00
parent b79cb9d760
commit f02d254aca
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 3 deletions

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)