gnu: libmtp: Remove unnecessary propagation.
* gnu/packages/libusb.scm (libmtp)[propagated-inputs]: Move LIBGCRYPT ... [inputs]: ... here. New field.
This commit is contained in:
parent
c7ceac8c3d
commit
fa72d1897a
@ -466,10 +466,11 @@ over USB.")
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(inputs
|
||||
`(("libgcrypt" ,libgcrypt)))
|
||||
(propagated-inputs
|
||||
;; libmtp.pc refers to all these.
|
||||
`(("libgcrypt" ,libgcrypt)
|
||||
("libusb" ,libusb)))
|
||||
`(("libusb" ,libusb)))
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
(list (string-append "--with-udev="
|
||||
|
Loading…
Reference in New Issue
Block a user