gnu: perl-net-psyc: Update to 1.3.
* gnu/packages/messaging.scm (perl-net-psyc): Update to 1.3. [native-inputs]: Add unzip. [arguments]: Use INVOKE in build phase.
This commit is contained in:
parent
b11af07a29
commit
3fa013af78
|
@ -1266,7 +1266,7 @@ into existing applications.")
|
||||||
(define-public perl-net-psyc
|
(define-public perl-net-psyc
|
||||||
(package
|
(package
|
||||||
(name "perl-net-psyc")
|
(name "perl-net-psyc")
|
||||||
(version "1.1")
|
(version "1.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1275,13 +1275,10 @@ into existing applications.")
|
||||||
(file-name (string-append name "-" version ".zip"))
|
(file-name (string-append name "-" version ".zip"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1lw6807qrbmvzbrjn1rna1dhir2k70xpcjvyjn45y35hav333a42"))
|
"0vsjclglkwgbyd9m5ad642fyysxw2x725nhq4r2m9pvqaq6s5yf2"))))
|
||||||
;; psycmp3 currently depends on MP3::List and rxaudio (shareware),
|
|
||||||
;; we can add it back when this is no longer the case.
|
|
||||||
(snippet '(begin
|
|
||||||
(delete-file "contrib/psycmp3")
|
|
||||||
#t))))
|
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
|
(native-inputs
|
||||||
|
`(("unzip" ,unzip)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("perl-curses" ,perl-curses)
|
`(("perl-curses" ,perl-curses)
|
||||||
("perl-io-socket-ssl" ,perl-io-socket-ssl)))
|
("perl-io-socket-ssl" ,perl-io-socket-ssl)))
|
||||||
|
@ -1293,8 +1290,7 @@ into existing applications.")
|
||||||
;; (leaves out psycion) and says
|
;; (leaves out psycion) and says
|
||||||
;; "# Just to give you a rough idea". XXX: Fix it upstream.
|
;; "# Just to give you a rough idea". XXX: Fix it upstream.
|
||||||
(replace 'build
|
(replace 'build
|
||||||
(lambda _
|
(lambda _ (invoke "make" "manuals")))
|
||||||
(zero? (system* "make" "manuals"))))
|
|
||||||
(replace 'install
|
(replace 'install
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(let* ((out (assoc-ref outputs "out"))
|
(let* ((out (assoc-ref outputs "out"))
|
||||||
|
|
Loading…
Reference in New Issue