me
/
guix
Archived
1
0
Fork 0

gnu: motion: Remove input labels.

* gnu/packages/video.scm (motion)[native-inputs, inputs]: Remove labels.
Marius Bakke 2022-12-12 13:31:07 +01:00
parent dce40ccc47
commit 1572071b68
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 8 deletions

View File

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