shotwell: remove unused libchamplain dependency
https://gitlab.gnome.org/GNOME/shotwell/-/commit/e9829cefa3eb11a7adfd61eb849b11476342def2 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:
@@ -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
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user