gnu: picard: Return #t from phases.

* gnu/packages/music.scm (picard)[arguments]: Return #t from
‘patch-source’ phase.
master
Tobias Geerinckx-Rice 2019-05-11 18:05:58 +02:00
parent 251448f7f5
commit e247244e00
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 1 deletions

View File

@ -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