shotwell: remove unused libchamplain dependency

e9829cefa3

The above commit actually removes the dependency. grep -inr 'champlain' still
returns some results from src/MapWidget.vala, it is just an unused file.

(Note that this app is ported to libsoup 3 in 0.31.5)
This commit is contained in:
Bobby Rong 2023-01-20 20:16:22 +08:00
parent d7705c01ef
commit 284370ecf0
No known key found for this signature in database

View File

@ -30,7 +30,6 @@
, wrapGAppsHook , wrapGAppsHook
, gobject-introspection , gobject-introspection
, itstool , itstool
, libchamplain
, libsecret , libsecret
, gsettings-desktop-schemas , gsettings-desktop-schemas
, python3 , python3
@ -86,7 +85,6 @@ stdenv.mkDerivation rec {
librest librest
gcr gcr
gnome.adwaita-icon-theme gnome.adwaita-icon-theme
libchamplain
libsecret libsecret
]; ];