2019-11-07 00:27:10 +00:00
|
|
|
{ mkXfceDerivation, docbook_xsl, exo, gtk3, libburn, libisofs, libxfce4ui, libxslt }:
|
2017-12-17 15:02:52 +00:00
|
|
|
|
2019-08-13 22:52:01 +01:00
|
|
|
mkXfceDerivation {
|
2017-12-17 15:02:52 +00:00
|
|
|
category = "apps";
|
|
|
|
pname = "xfburn";
|
2020-04-15 18:50:50 +01:00
|
|
|
version = "0.6.2";
|
2017-12-17 15:02:52 +00:00
|
|
|
|
2021-06-17 01:20:52 +01:00
|
|
|
sha256 = "sha256-AUonNhMs2HBF1WBLdZNYmASTOxYt6A6WDKNtvZaGXQk=";
|
2017-12-17 15:02:52 +00:00
|
|
|
|
2019-08-17 05:16:13 +01:00
|
|
|
nativeBuildInputs = [ libxslt docbook_xsl ];
|
2019-11-07 00:27:10 +00:00
|
|
|
buildInputs = [ exo gtk3 libburn libisofs libxfce4ui ];
|
2017-12-17 15:02:52 +00:00
|
|
|
}
|