ephemeral: add glib-networking
This is needed for the wrapper.
This commit is contained in:
parent
9bb25d5c76
commit
a303d9da3d
@ -13,7 +13,9 @@
|
|||||||
, pkgconfig
|
, pkgconfig
|
||||||
, python3
|
, python3
|
||||||
, webkitgtk
|
, webkitgtk
|
||||||
, wrapGAppsHook }:
|
, wrapGAppsHook
|
||||||
|
, glib-networking
|
||||||
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "ephemeral";
|
pname = "ephemeral";
|
||||||
@ -39,6 +41,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
glib
|
glib
|
||||||
|
glib-networking
|
||||||
gtk3
|
gtk3
|
||||||
hicolor-icon-theme
|
hicolor-icon-theme
|
||||||
libdazzle
|
libdazzle
|
||||||
|
Loading…
x
Reference in New Issue
Block a user