xfce.exo: fix $out/lib/xfce4/exo/exo-compose-mail

fixes #106755
This commit is contained in:
Guillaume Girol 2020-12-12 12:00:00 +00:00
parent 6f0c00907b
commit 0d2e2d9297

View file

@ -1,5 +1,5 @@
{ mkXfceDerivation, docbook_xsl, glib, libxslt, perlPackages, gtk2, gtk3
, libxfce4ui, libxfce4util }:
{ mkXfceDerivation, docbook_xsl, glib, libxslt, gtk2, gtk3
, libxfce4ui, libxfce4util, perl }:
mkXfceDerivation {
category = "xfce";
@ -10,7 +10,6 @@ mkXfceDerivation {
nativeBuildInputs = [
libxslt
perlPackages.URI
docbook_xsl
];
@ -20,6 +19,8 @@ mkXfceDerivation {
glib
libxfce4ui
libxfce4util
(perl.withPackages(ps: with ps; [ URI ])) # for $out/lib/xfce4/exo/exo-compose-mail
];
# Workaround https://bugzilla.xfce.org/show_bug.cgi?id=15825