mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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
1 changed files with 3 additions and 2 deletions
|
@ -466,10 +466,11 @@ (define-public libmtp
|
|||
(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 a new issue