Skip to content
Snippets Groups Projects
Commit cff77d48 authored by Sou Bunnbu (宋文武)'s avatar Sou Bunnbu (宋文武)
Browse files

gnu: libmtp: Propagate inputs.

* gnu/packages/libusb.scm (libmtp): Propagate inputs libgcrypt and libusb.
parent 35a12b47
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,8 @@ (define-public libmtp ...@@ -67,7 +67,8 @@ (define-public libmtp
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))
(inputs (propagated-inputs
;; libmtp.pc refers to all these.
`(("libgcrypt" ,libgcrypt) `(("libgcrypt" ,libgcrypt)
("libusb" ,libusb))) ("libusb" ,libusb)))
(arguments (arguments
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment