gnu: fetchmail: Use G-expressions.
* gnu/packages/mail.scm (fetchmail)[arguments]: Rewrite as G-expressions.master
parent
53e759fbde
commit
f5b8f9541f
|
@ -576,12 +576,12 @@ to run without any changes.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1sk9grjiibmaq8swfkr30vbfdz2i4ra1xrvsqdmbx6iyi5fjw62a"))))
|
(base32 "1sk9grjiibmaq8swfkr30vbfdz2i4ra1xrvsqdmbx6iyi5fjw62a"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(arguments
|
||||||
|
(list #:configure-flags
|
||||||
|
#~(list (string-append "--with-ssl="
|
||||||
|
#$(this-package-input "openssl")))))
|
||||||
(inputs
|
(inputs
|
||||||
(list openssl))
|
(list openssl))
|
||||||
(arguments
|
|
||||||
`(#:configure-flags
|
|
||||||
(list (string-append "--with-ssl="
|
|
||||||
(assoc-ref %build-inputs "openssl")))))
|
|
||||||
(home-page "https://www.fetchmail.info/")
|
(home-page "https://www.fetchmail.info/")
|
||||||
(synopsis "Remote-mail retrieval and forwarding utility")
|
(synopsis "Remote-mail retrieval and forwarding utility")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue