xfce4-14.xfburn: nativeBuildInputs docbook_xsl

This commit is contained in:
worldofpeace 2019-08-17 00:16:13 -04:00
parent 1099bfa7cb
commit c06de9b175

View file

@ -5,14 +5,8 @@ mkXfceDerivation rec {
pname = "xfburn";
version = "0.5.5";
postPatch = ''
substituteInPlace docs/Makefile.am \
--replace http://docbook.sourceforge.net/release/xsl/current \
${docbook_xsl}/share/xml/docbook-xsl
'';
sha256 = "1lmv48vqrlap1a2ha72g16vqly18zvcwj8y3f3f00l10pmn52bkp";
nativeBuildInputs = [ libxslt ];
nativeBuildInputs = [ libxslt docbook_xsl ];
buildInputs = [ exo gtk2 libburn libisofs libxfce4ui ];
}