summary refs log tree commit diff
path: root/pkgs/desktops/xfce/applications/xfburn/default.nix
blob: f44769ddd69abafce7b69fe7d0d01693e0cc589f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{ mkXfceDerivation, docbook_xsl, exo, gtk3, libburn, libisofs, libxfce4ui, libxslt }:

mkXfceDerivation {
  category = "apps";
  pname = "xfburn";
  version = "0.6.2";

  sha256 = "sha256-AUonNhMs2HBF1WBLdZNYmASTOxYt6A6WDKNtvZaGXQk=";

  nativeBuildInputs = [ libxslt docbook_xsl ];
  buildInputs = [ exo gtk3 libburn libisofs libxfce4ui ];
}