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
|
{ mkXfceDerivation, docbook_xsl, glib, libxslt, gtk2, gtk3
|
||||||
, libxfce4ui, libxfce4util }:
|
, libxfce4ui, libxfce4util, perl }:
|
||||||
|
|
||||||
mkXfceDerivation {
|
mkXfceDerivation {
|
||||||
category = "xfce";
|
category = "xfce";
|
||||||
|
@ -10,7 +10,6 @@ mkXfceDerivation {
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
libxslt
|
libxslt
|
||||||
perlPackages.URI
|
|
||||||
docbook_xsl
|
docbook_xsl
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -20,6 +19,8 @@ mkXfceDerivation {
|
||||||
glib
|
glib
|
||||||
libxfce4ui
|
libxfce4ui
|
||||||
libxfce4util
|
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
|
# Workaround https://bugzilla.xfce.org/show_bug.cgi?id=15825
|
||||||
|
|
Loading…
Reference in New Issue