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
1 changed files with 4 additions and 3 deletions

View File

@ -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