gnu: clyrics: Update to 0.11.
* gnu/packages/music.scm (clyrics): Update to 0.11. Re-indent.master
parent
89e1b270d2
commit
7f56f10706
|
@ -4227,7 +4227,7 @@ at @code{musicbrainz.org}.")
|
||||||
(define-public clyrics
|
(define-public clyrics
|
||||||
(package
|
(package
|
||||||
(name "clyrics")
|
(name "clyrics")
|
||||||
(version "0.10")
|
(version "0.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4237,10 +4237,10 @@ at @code{musicbrainz.org}.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1qvj4dyipkkdccx5hci4z0q23i54ldk6hh7x5m35a7f70rrj6fbk"))))
|
"0vfjy555achgi5zwa34x4q7r692nc6bq4jx518a5w4m7k5fvm71j"))))
|
||||||
(build-system trivial-build-system)
|
(build-system trivial-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("bash" ,bash) ;for the wrapped program
|
`(("bash" ,bash) ; for the wrapped program
|
||||||
("perl" ,perl)
|
("perl" ,perl)
|
||||||
("perl-www-mechanize" ,perl-www-mechanize)
|
("perl-www-mechanize" ,perl-www-mechanize)
|
||||||
("perl-lwp-protocol-https" ,perl-lwp-protocol-https)
|
("perl-lwp-protocol-https" ,perl-lwp-protocol-https)
|
||||||
|
@ -4270,9 +4270,9 @@ at @code{musicbrainz.org}.")
|
||||||
,(delete
|
,(delete
|
||||||
""
|
""
|
||||||
(map (match-lambda
|
(map (match-lambda
|
||||||
(((? (cut string-prefix? "perl-" <>) name) . dir)
|
(((? (cut string-prefix? "perl-" <>) name) . dir)
|
||||||
(string-append dir "/lib/perl5/site_perl"))
|
(string-append dir "/lib/perl5/site_perl"))
|
||||||
(_ ""))
|
(_ ""))
|
||||||
%build-inputs))))
|
%build-inputs))))
|
||||||
(copy-recursively "plugins" (string-append output "/clyrics"))
|
(copy-recursively "plugins" (string-append output "/clyrics"))
|
||||||
#t))))
|
#t))))
|
||||||
|
|
Reference in New Issue