Skip to content
Snippets Groups Projects
Unverified Commit e247244e authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: picard: Return #t from phases.

* gnu/packages/music.scm (picard)[arguments]: Return #t from
‘patch-source’ phase.
parent 251448f7
No related branches found
No related tags found
No related merge requests found
...@@ -2567,7 +2567,8 @@ (define-public picard ...@@ -2567,7 +2567,8 @@ (define-public picard
(("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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment