gnu: ortp: Drop input labels.

* gnu/packages/linphone.scm (ortp)[native-inputs]: Drop package labels.
This commit is contained in:
Ricardo Wurmus 2023-04-08 14:03:32 +02:00
parent bf95402f5d
commit 28ae758cca
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -435,8 +435,7 @@ (define-public ortp
(rename-file (string-append #$output "/bin")
(string-append #$output:tester "/bin"))))))))
(native-inputs
`(("dot" ,graphviz)
("doxygen" ,doxygen)))
(list graphviz doxygen))
(inputs
(list bctoolbox))
(synopsis "Belledonne Communications RTP Library")