Merge pull request #106762 from symphorien/thunar-send-email
xfce.exo: fix $out/lib/xfce4/exo/exo-compose-mail
This commit is contained in:
commit
43acd21b06
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue