xfce.thunar: depends on pcre

- The library pcre is needed for regular expressions in the Search &
Replace feature of the bulk renamer.
This commit is contained in:
José Romildo 2021-06-11 16:27:28 -03:00
parent 2c31bc7f20
commit 81e6e2fdd0

View file

@ -10,6 +10,7 @@
, libxfce4ui
, libxfce4util
, libxslt
, pcre
, xfconf
, gobject-introspection
, makeWrapper
@ -39,6 +40,7 @@ let unwrapped = mkXfceDerivation {
libnotify
libxfce4ui
libxfce4util
pcre
xfconf
];