deepin.deepin-terminal: fix build with updated vte
vte no longer propagates pcre2 and gnutls
This commit is contained in:
parent
a7d9f9096c
commit
51770cb77e
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ stdenv, fetchFromGitHub, pkgconfig, cmake, ninja, vala,
|
{ stdenv, fetchFromGitHub, pkgconfig, cmake, ninja, vala,
|
||||||
gettext, at-spi2-core, dbus, epoxy, expect, gtk3, json-glib,
|
gettext, at-spi2-core, dbus, epoxy, expect, gtk3, json-glib,
|
||||||
libXdmcp, libgee, libpthreadstubs, librsvg, libsecret, libtasn1,
|
libXdmcp, libgee, libpthreadstubs, librsvg, libsecret, libtasn1,
|
||||||
libxcb, libxkbcommon, p11-kit, pcre, vte, wnck, libselinux,
|
libxcb, libxkbcommon, p11-kit, pcre, vte, wnck, libselinux, gnutls, pcre2,
|
||||||
libsepol, utillinux, deepin-menu, deepin-shortcut-viewer, deepin, wrapGAppsHook }:
|
libsepol, utillinux, deepin-menu, deepin-shortcut-viewer, deepin, wrapGAppsHook }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -47,6 +47,8 @@ stdenv.mkDerivation rec {
|
||||||
pcre
|
pcre
|
||||||
vte
|
vte
|
||||||
wnck
|
wnck
|
||||||
|
gnutls
|
||||||
|
pcre2
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue