xfce4-14.xfce4-terminal: fix build with updated vte

vte no longer propagates pcre2.
This commit is contained in:
Tor Hedin Brønner 2019-09-17 09:48:07 +02:00
parent c95786fcfa
commit a7d9f9096c

View File

@ -1,4 +1,4 @@
{ mkXfceDerivation, gtk3, libxfce4ui, vte, xfconf }: { mkXfceDerivation, gtk3, libxfce4ui, vte, xfconf, pcre2 }:
mkXfceDerivation { mkXfceDerivation {
category = "apps"; category = "apps";
@ -7,7 +7,7 @@ mkXfceDerivation {
sha256 = "0sg9vwyvhh7pjp83biv7gvf42423a7ly4dc7q2gn28kp6bds2qcp"; sha256 = "0sg9vwyvhh7pjp83biv7gvf42423a7ly4dc7q2gn28kp6bds2qcp";
buildInputs = [ gtk3 libxfce4ui vte xfconf ]; buildInputs = [ gtk3 libxfce4ui vte xfconf pcre2 ];
meta = { meta = {
description = "A modern terminal emulator"; description = "A modern terminal emulator";