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
, gobject-introspection
, itstool
, libchamplain
, libsecret
, gsettings-desktop-schemas
, python3
@ -86,7 +85,6 @@ stdenv.mkDerivation rec {
librest
gcr
gnome.adwaita-icon-theme
libchamplain
libsecret
];