Merge pull request #106762 from symphorien/thunar-send-email

xfce.exo: fix $out/lib/xfce4/exo/exo-compose-mail
This commit is contained in:
Guillaume Girol 2020-12-15 19:19:39 +00:00 committed by GitHub
commit 43acd21b06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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