mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
gnu: darktable: Build with libsoup 2.
* gnu/packages/photo.scm (darktable)[inputs]: Change libsoup to libsoup-minimal-2. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
5b4d1e57b6
commit
91ed051149
1 changed files with 1 additions and 1 deletions
|
@ -562,7 +562,7 @@ (define-public darktable
|
|||
("libpng" ,libpng)
|
||||
("librsvg" ,librsvg)
|
||||
("libsecret" ,libsecret) ;optional, for storing passwords
|
||||
("libsoup" ,libsoup)
|
||||
("libsoup" ,libsoup-minimal-2)
|
||||
("libtiff" ,libtiff)
|
||||
("libwebp" ,libwebp) ;optional, for WebP support
|
||||
("libxml2" ,libxml2)
|
||||
|
|
Loading…
Reference in a new issue