mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
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
1 changed files with 2 additions and 1 deletions
|
@ -2567,7 +2567,8 @@ (define-public picard
|
|||
(("pyfpcalc")
|
||||
(string-append
|
||||
"pyfpcalc', '"
|
||||
(assoc-ref inputs "chromaprint") "/bin/fpcalc"))))))))
|
||||
(assoc-ref inputs "chromaprint") "/bin/fpcalc")))
|
||||
#t)))))
|
||||
(native-inputs
|
||||
`(("gettext" ,gettext-minimal)))
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue