From 284370ecf074a5b1b9efaca9952864ad3d4c80b8 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Fri, 20 Jan 2023 20:16:22 +0800 Subject: [PATCH] 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) --- pkgs/applications/graphics/shotwell/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/applications/graphics/shotwell/default.nix b/pkgs/applications/graphics/shotwell/default.nix index 251dfdef32f4..a566d9da788c 100644 --- a/pkgs/applications/graphics/shotwell/default.nix +++ b/pkgs/applications/graphics/shotwell/default.nix @@ -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 ];