summary refs log tree commit diff
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-01-20 20:16:22 +0800
committerBobby Rong <rjl931189261@126.com>2023-01-23 10:12:30 +0800
commit284370ecf074a5b1b9efaca9952864ad3d4c80b8 (patch)
tree49a81c326e358a6016883bfc2fe6a20ca448a082
parentd7705c01ef0a39c8ef532d1033bace8845a07d35 (diff)
downloadnixpkgs-284370ecf074a5b1b9efaca9952864ad3d4c80b8.tar
nixpkgs-284370ecf074a5b1b9efaca9952864ad3d4c80b8.tar.gz
nixpkgs-284370ecf074a5b1b9efaca9952864ad3d4c80b8.tar.bz2
nixpkgs-284370ecf074a5b1b9efaca9952864ad3d4c80b8.tar.lz
nixpkgs-284370ecf074a5b1b9efaca9952864ad3d4c80b8.tar.xz
nixpkgs-284370ecf074a5b1b9efaca9952864ad3d4c80b8.tar.zst
nixpkgs-284370ecf074a5b1b9efaca9952864ad3d4c80b8.zip
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)
-rw-r--r--pkgs/applications/graphics/shotwell/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/shotwell/default.nix b/pkgs/applications/graphics/shotwell/default.nix
index 251dfdef32f..a566d9da788 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
   ];