2020-04-24 23:36:52 +00:00
|
|
|
{ mkXfceDerivation, docbook_xsl, exo, gtk3, libburn, libisofs, libxfce4ui, libxslt }:
|
|
|
|
|
|
|
|
mkXfceDerivation {
|
|
|
|
category = "apps";
|
|
|
|
pname = "xfburn";
|
|
|
|
version = "0.6.2";
|
|
|
|
|
2021-06-28 23:13:55 +00:00
|
|
|
sha256 = "sha256-AUonNhMs2HBF1WBLdZNYmASTOxYt6A6WDKNtvZaGXQk=";
|
2020-04-24 23:36:52 +00:00
|
|
|
|
|
|
|
nativeBuildInputs = [ libxslt docbook_xsl ];
|
|
|
|
buildInputs = [ exo gtk3 libburn libisofs libxfce4ui ];
|
|
|
|
}
|