mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: libgphoto2: Add XML support.
* gnu/packages/photo.scm (libgphoto2)[inputs]: Add libxml2.
This commit is contained in:
parent
9dcc9bbf3b
commit
d32f4800d6
1 changed files with 2 additions and 1 deletions
|
@ -102,7 +102,8 @@ (define-public libgphoto2
|
|||
(inputs
|
||||
`(;; ("libjpeg-turbo" ,libjpeg-turbo)
|
||||
("libltdl" ,libltdl)
|
||||
("libusb" ,libusb)))
|
||||
("libusb" ,libusb)
|
||||
("libxml2" ,libxml2)))
|
||||
(propagated-inputs
|
||||
`(;; The .pc refers to libexif.
|
||||
("libexif" ,libexif)))
|
||||
|
|
Loading…
Reference in a new issue