xfce4-14.xfburn: nativeBuildInputs docbook_xsl
This commit is contained in:
parent
1099bfa7cb
commit
c06de9b175
1 changed files with 1 additions and 7 deletions
|
@ -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 ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue