summary refs log tree commit diff
path: root/pkgs/desktops/xfce/applications/xfburn/default.nix
blob: 8aff25df4943618637d253f9b60ff19e6c7807ac (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 = "02axhsbbsvd31jb0xs1d2qxr614qb29pajv0sm2p1n1c2cv2fjh1";

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