geeqie: replace libchamplain with libchamplain_libsoup3
The old libchamplain uses libsoup2 which prevents it from building due to being marked as insecure, see #399078 Closes #429614
This commit is contained in:
parent
ec201bae53
commit
0512c74e41
@ -11,7 +11,7 @@
|
|||||||
gtk3,
|
gtk3,
|
||||||
lcms2,
|
lcms2,
|
||||||
exiv2,
|
exiv2,
|
||||||
libchamplain,
|
libchamplain_libsoup3,
|
||||||
clutter-gtk,
|
clutter-gtk,
|
||||||
ffmpegthumbnailer,
|
ffmpegthumbnailer,
|
||||||
fbida,
|
fbida,
|
||||||
@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
|
|||||||
gtk3
|
gtk3
|
||||||
lcms2
|
lcms2
|
||||||
exiv2
|
exiv2
|
||||||
libchamplain
|
libchamplain_libsoup3
|
||||||
clutter-gtk
|
clutter-gtk
|
||||||
ffmpegthumbnailer
|
ffmpegthumbnailer
|
||||||
fbida
|
fbida
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user