ephemeral: add glib-networking
This is needed for the wrapper.
This commit is contained in:
parent
9bb25d5c76
commit
a303d9da3d
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue