epiphany: fix cross compilation

This commit is contained in:
Matthew Bauer 2020-02-26 17:11:17 -05:00
parent b5efbd50de
commit 66fcc60af8

View File

@ -30,6 +30,7 @@
, json-glib , json-glib
, libdazzle , libdazzle
, libhandy , libhandy
, buildPackages
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -56,6 +57,7 @@ stdenv.mkDerivation rec {
pkgconfig pkgconfig
python3 python3
wrapGAppsHook wrapGAppsHook
buildPackages.glib
]; ];
buildInputs = [ buildInputs = [