xfce4-14.exo: docbook_xsl nativeBuildInputs
This commit is contained in:
parent
feef0bbc97
commit
ec4a0f8171
@ -8,17 +8,13 @@ mkXfceDerivation rec {
|
|||||||
|
|
||||||
sha256 = "013am7q4pwfncf4hk2a3hv7yx2vxgzb5xm8qsi9mxkj29xdhrvs5";
|
sha256 = "013am7q4pwfncf4hk2a3hv7yx2vxgzb5xm8qsi9mxkj29xdhrvs5";
|
||||||
|
|
||||||
nativeBuildInputs = [ libxslt perlPackages.URI ];
|
nativeBuildInputs = [ libxslt perlPackages.URI docbook_xsl ];
|
||||||
buildInputs = [ gtk3 libxfce4ui libxfce4util ];
|
buildInputs = [ gtk3 libxfce4ui libxfce4util ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace exo-helper/Makefile.am \
|
substituteInPlace exo-helper/Makefile.am \
|
||||||
--replace 'exo_helper_2_CFLAGS =' \
|
--replace 'exo_helper_2_CFLAGS =' \
|
||||||
'exo_helper_2_CFLAGS = $(GIO_UNIX_CFLAGS)'
|
'exo_helper_2_CFLAGS = $(GIO_UNIX_CFLAGS)'
|
||||||
|
|
||||||
substituteInPlace docs/reference/Makefile.am \
|
|
||||||
--replace http://docbook.sourceforge.net/release/xsl/current \
|
|
||||||
${docbook_xsl}/share/xml/docbook-xsl
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user