xfce4-14.xfce4-terminal: fix build with updated vte
vte no longer propagates pcre2.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ mkXfceDerivation, gtk3, libxfce4ui, vte, xfconf }:
|
||||
{ mkXfceDerivation, gtk3, libxfce4ui, vte, xfconf, pcre2 }:
|
||||
|
||||
mkXfceDerivation {
|
||||
category = "apps";
|
||||
@@ -7,7 +7,7 @@ mkXfceDerivation {
|
||||
|
||||
sha256 = "0sg9vwyvhh7pjp83biv7gvf42423a7ly4dc7q2gn28kp6bds2qcp";
|
||||
|
||||
buildInputs = [ gtk3 libxfce4ui vte xfconf ];
|
||||
buildInputs = [ gtk3 libxfce4ui vte xfconf pcre2 ];
|
||||
|
||||
meta = {
|
||||
description = "A modern terminal emulator";
|
||||
|
||||
Reference in New Issue
Block a user