Unverified Commit 284370ec authored by Bobby Rong's avatar Bobby Rong
Browse files

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)
parent d7705c01
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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
  ];