mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: kfilemetadata: Remove input labels.
* gnu/packages/kde-frameworks.scm (kfilemetadata): Remove input labels. Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
parent
50bee24a1c
commit
5ed3a28507
1 changed files with 2 additions and 4 deletions
|
@ -1709,10 +1709,8 @@ (define-public kfilemetadata
|
|||
;; FIXME: Test can't find audio/x-speex mimeinfo
|
||||
;; (but it can find audio/x-speex+ogg).
|
||||
(invoke "ctest" "-E"
|
||||
"(usermetadatawritertest|embeddedimagedatatest|taglibextractortest)")))))))
|
||||
(native-inputs
|
||||
`(("extra-cmake-modules" ,extra-cmake-modules)
|
||||
("pkg-config" ,pkg-config)))
|
||||
"(usermetadatawritertest|embeddedimagedatatest|taglibextractortest)")))))))
|
||||
(native-inputs (list extra-cmake-modules pkg-config))
|
||||
(inputs
|
||||
(list attr
|
||||
;; TODO: EPub http://sourceforge.net/projects/ebook-tools
|
||||
|
|
Loading…
Reference in a new issue