summary refs log tree commit diff
path: root/pkgs/applications/graphics/shotwell/default.nix
diff options
context:
space:
mode:
authorBernardo Meurer <bernardo@meurer.org>2020-07-29 21:39:00 -0700
committerBernardo Meurer <bernardo@meurer.org>2020-07-29 21:39:00 -0700
commit8af955e5926c0a13d94a05b65ccdb6549f2b7cf8 (patch)
treeb8e9c6ff7c4ab8d6363c195441deb1bdcc86d576 /pkgs/applications/graphics/shotwell/default.nix
parent43dd81b3fe8663946adf9d5ffa5c43353ec69151 (diff)
downloadnixpkgs-8af955e5926c0a13d94a05b65ccdb6549f2b7cf8.tar
nixpkgs-8af955e5926c0a13d94a05b65ccdb6549f2b7cf8.tar.gz
nixpkgs-8af955e5926c0a13d94a05b65ccdb6549f2b7cf8.tar.bz2
nixpkgs-8af955e5926c0a13d94a05b65ccdb6549f2b7cf8.tar.lz
nixpkgs-8af955e5926c0a13d94a05b65ccdb6549f2b7cf8.tar.xz
nixpkgs-8af955e5926c0a13d94a05b65ccdb6549f2b7cf8.tar.zst
nixpkgs-8af955e5926c0a13d94a05b65ccdb6549f2b7cf8.zip
shotwell: add glib-networking
Diffstat (limited to 'pkgs/applications/graphics/shotwell/default.nix')
-rw-r--r--pkgs/applications/graphics/shotwell/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/shotwell/default.nix b/pkgs/applications/graphics/shotwell/default.nix
index b03d0a01dd6..3549a16e270 100644
--- a/pkgs/applications/graphics/shotwell/default.nix
+++ b/pkgs/applications/graphics/shotwell/default.nix
@@ -17,6 +17,7 @@
 , libgudev
 , libraw
 , glib
+, glib-networking
 , json-glib
 , gcr
 , libgee
@@ -77,6 +78,7 @@ stdenv.mkDerivation rec {
     libraw
     json-glib
     glib
+    glib-networking
     gdk-pixbuf
     librsvg
     librest