about summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/ephemeral
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-05-18 19:36:53 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-05-18 19:36:53 -0400
commita303d9da3d68b1ce4b2954464dd7e28e48e1ff5d (patch)
tree483baa8419c0daf120bbb880ac8d8d93b5385540 /pkgs/applications/networking/browsers/ephemeral
parent9bb25d5c766098cd96da374384046dd05e04e2a5 (diff)
ephemeral: add glib-networking
This is needed for the wrapper.
Diffstat (limited to 'pkgs/applications/networking/browsers/ephemeral')
-rw-r--r--pkgs/applications/networking/browsers/ephemeral/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/applications/networking/browsers/ephemeral/default.nix b/pkgs/applications/networking/browsers/ephemeral/default.nix
index 05bfab883fea0..26b3c3ace8bf4 100644
--- a/pkgs/applications/networking/browsers/ephemeral/default.nix
+++ b/pkgs/applications/networking/browsers/ephemeral/default.nix
@@ -13,7 +13,9 @@
 , pkgconfig
 , python3
 , webkitgtk
-, wrapGAppsHook }:
+, wrapGAppsHook
+, glib-networking
+}:
 
 stdenv.mkDerivation rec {
   pname = "ephemeral";
@@ -39,6 +41,7 @@ stdenv.mkDerivation rec {
 
   buildInputs = [
     glib
+    glib-networking
     gtk3
     hicolor-icon-theme
     libdazzle