gnu: get-iplayer: Update to 3.30.
* gnu/packages/video.scm (get-iplayer): Update to 3.30. [arguments]: Don't explicitly return #t from phases.
This commit is contained in:
parent
5f4cd5243c
commit
313a442f7b
@ -5387,7 +5387,7 @@ brightness, contrast, and frame rate.")
|
|||||||
(define-public get-iplayer
|
(define-public get-iplayer
|
||||||
(package
|
(package
|
||||||
(name "get-iplayer")
|
(name "get-iplayer")
|
||||||
(version "3.27")
|
(version "3.30")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@ -5396,7 +5396,7 @@ brightness, contrast, and frame rate.")
|
|||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "077y31gg020wjpx5pcivqgkqawcjxh5kjnvq97x2gd7i3wwc30qi"))))
|
(base32 "1kzsdq1mhm5h83bbdbhh3jhpfvq4f13ly22mfd6vvmhj8mq084pi"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests
|
`(#:tests? #f ; no tests
|
||||||
@ -5411,8 +5411,7 @@ brightness, contrast, and frame rate.")
|
|||||||
(man (string-append out "/share/man/man1")))
|
(man (string-append out "/share/man/man1")))
|
||||||
(install-file "get_iplayer" bin)
|
(install-file "get_iplayer" bin)
|
||||||
(install-file "get_iplayer.cgi" bin)
|
(install-file "get_iplayer.cgi" bin)
|
||||||
(install-file "get_iplayer.1" man))
|
(install-file "get_iplayer.1" man))))
|
||||||
#t))
|
|
||||||
(add-after 'install 'wrap-program
|
(add-after 'install 'wrap-program
|
||||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||||
(let* ((out (assoc-ref outputs "out"))
|
(let* ((out (assoc-ref outputs "out"))
|
||||||
@ -5423,8 +5422,7 @@ brightness, contrast, and frame rate.")
|
|||||||
prefix (,(string-append perllib ":" (getenv "PERL5LIB")))))
|
prefix (,(string-append perllib ":" (getenv "PERL5LIB")))))
|
||||||
(wrap-program (string-append out "/bin/get_iplayer.cgi")
|
(wrap-program (string-append out "/bin/get_iplayer.cgi")
|
||||||
`("PERL5LIB" ":"
|
`("PERL5LIB" ":"
|
||||||
prefix (,(string-append perllib ":" (getenv "PERL5LIB")))))
|
prefix (,(string-append perllib ":" (getenv "PERL5LIB")))))))))))
|
||||||
#t))))))
|
|
||||||
(inputs
|
(inputs
|
||||||
(list perl-mojolicious perl-lwp-protocol-https perl-xml-libxml))
|
(list perl-mojolicious perl-lwp-protocol-https perl-xml-libxml))
|
||||||
(home-page "https://github.com/get-iplayer/get_iplayer")
|
(home-page "https://github.com/get-iplayer/get_iplayer")
|
||||||
|
Loading…
Reference in New Issue
Block a user