gnu: motion: Remove input labels.
* gnu/packages/video.scm (motion)[native-inputs, inputs]: Remove labels.
parent
dce40ccc47
commit
1572071b68
|
@ -4561,15 +4561,9 @@ It counts more than 100 plugins.")
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
(list autoconf automake gettext-minimal pkg-config))
|
||||||
("automake" ,automake)
|
|
||||||
("gettext" ,gettext-minimal)
|
|
||||||
("pkg-config" ,pkg-config)))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("libjpeg" ,libjpeg-turbo)
|
(list libjpeg-turbo ffmpeg libmicrohttpd sqlite))
|
||||||
("ffmpeg" ,ffmpeg)
|
|
||||||
("libmicrohttpd" ,libmicrohttpd)
|
|
||||||
("sqlite" ,sqlite)))
|
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases (modify-phases %standard-phases
|
'(#:phases (modify-phases %standard-phases
|
||||||
(replace 'bootstrap
|
(replace 'bootstrap
|
||||||
|
|
Reference in New Issue