mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: imv: Build with librsvg.
This is a follow-up to 1eca979fb8da842e73c42f4f53be29b169810f2. * gnu/packages/image-viewers.scm (imv)[inputs]: Adjust package input from librsvg-next to librsvg.
This commit is contained in:
parent
f85dacd869
commit
9c5a83c7e7
1 changed files with 1 additions and 1 deletions
|
@ -773,7 +773,7 @@ (define-public imv
|
|||
("libjpeg-turbo" ,libjpeg-turbo)
|
||||
("libinih" ,libinih)
|
||||
("libnsgif" ,libnsgif)
|
||||
("librsvg" ,librsvg-next)
|
||||
("librsvg" ,librsvg)
|
||||
("libtiff" ,libtiff)
|
||||
("libxkbcommon" ,libxkbcommon)
|
||||
("pango" ,pango)
|
||||
|
|
Loading…
Reference in a new issue