mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-12 16:10:39 +02:00
gnu: picard: Return #t from phases.
* gnu/packages/music.scm (picard)[arguments]: Return #t from ‘patch-source’ phase.
This commit is contained in:
@@ -2567,7 +2567,8 @@ event-based scripts for scrobbling, notifications, etc.")
|
||||
(("pyfpcalc")
|
||||
(string-append
|
||||
"pyfpcalc', '"
|
||||
(assoc-ref inputs "chromaprint") "/bin/fpcalc"))))))))
|
||||
(assoc-ref inputs "chromaprint") "/bin/fpcalc")))
|
||||
#t)))))
|
||||
(native-inputs
|
||||
`(("gettext" ,gettext-minimal)))
|
||||
(inputs
|
||||
|
||||
Reference in New Issue
Block a user