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))))
(build-system gnu-build-system)
(native-inputs
`(("autoconf" ,autoconf)
("automake" ,automake)
("gettext" ,gettext-minimal)
("pkg-config" ,pkg-config)))
(list autoconf automake gettext-minimal pkg-config))
(inputs
`(("libjpeg" ,libjpeg-turbo)
("ffmpeg" ,ffmpeg)
("libmicrohttpd" ,libmicrohttpd)
("sqlite" ,sqlite)))
(list libjpeg-turbo ffmpeg libmicrohttpd sqlite))
(arguments
'(#:phases (modify-phases %standard-phases
(replace 'bootstrap