gnu: rss-bridge: Use INVOKE.
* gnu/packages/web.scm (rss-bridge)[arguments]: Substitute INVOKE for SYSTEM*.master
parent
a145d7e9af
commit
4133914416
|
@ -5547,9 +5547,8 @@ named elements: the @code{status}, the @code{headers}, and the @code{body}.")
|
|||
"PATH" '("bin") (map (match-lambda ((_ . input) input))
|
||||
%build-inputs))
|
||||
(mkdir-p share-rss-bridge)
|
||||
(system* "tar" "xvf" (assoc-ref %build-inputs "source")
|
||||
"--strip-components" "1" "-C" share-rss-bridge)
|
||||
#t))))
|
||||
(invoke "tar" "xvf" (assoc-ref %build-inputs "source")
|
||||
"--strip-components" "1" "-C" share-rss-bridge)))))
|
||||
(home-page "https://github.com/RSS-Bridge/rss-bridge")
|
||||
(synopsis "Generate Atom feeds for social networking websites")
|
||||
(description "rss-bridge generates Atom feeds for social networking
|
||||
|
|
Reference in New Issue