gnu: picard: Return #t from phases.
* gnu/packages/music.scm (picard)[arguments]: Return #t from ‘patch-source’ phase.
This commit is contained in:
parent
251448f7f5
commit
e247244e00
|
@ -2567,7 +2567,8 @@ event-based scripts for scrobbling, notifications, etc.")
|
||||||
(("pyfpcalc")
|
(("pyfpcalc")
|
||||||
(string-append
|
(string-append
|
||||||
"pyfpcalc', '"
|
"pyfpcalc', '"
|
||||||
(assoc-ref inputs "chromaprint") "/bin/fpcalc"))))))))
|
(assoc-ref inputs "chromaprint") "/bin/fpcalc")))
|
||||||
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gettext-minimal)))
|
`(("gettext" ,gettext-minimal)))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in New Issue