mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
epiphany: include gtk3 build dependency
This commit is contained in:
parent
777a2b4c56
commit
80be56bd6a
|
@ -68,6 +68,7 @@ stdenv.mkDerivation rec {
|
||||||
python3
|
python3
|
||||||
wrapGAppsHook
|
wrapGAppsHook
|
||||||
buildPackages.glib
|
buildPackages.glib
|
||||||
|
buildPackages.gtk3
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue