xfce.thunar: Enable various optional features

By grepping "not found" in https://hydra.nixos.org/build/267254069/nixlog/1.

Fixes https://github.com/NixOS/nixpkgs/issues/330911.
This commit is contained in:
Bobby Rong 2024-07-30 22:20:11 +08:00
parent b73c2221a4
commit 382426770f
No known key found for this signature in database

View File

@ -4,13 +4,15 @@
, exo
, gdk-pixbuf
, gtk3
, libexif
, libgudev
, libnotify
, libX11
, libxfce4ui
, libxfce4util
, libxslt
, pcre
, pcre2
, xfce4-panel
, xfconf
, gobject-introspection
, makeWrapper
@ -36,11 +38,13 @@ let unwrapped = mkXfceDerivation {
gdk-pixbuf
gtk3
libX11
libexif # image properties page
libgudev
libnotify
libxfce4ui
libxfce4util
pcre
pcre2 # search & replace renamer
xfce4-panel # trash panel applet plugin
xfconf
];