nixpkgs/pkgs/desktops/xfce/applications/xfburn/default.nix

13 lines
344 B
Nix
Raw Normal View History

2019-11-06 16:27:10 -08:00
{ mkXfceDerivation, docbook_xsl, exo, gtk3, libburn, libisofs, libxfce4ui, libxslt }:
2017-12-17 07:02:52 -08:00
2019-08-13 14:52:01 -07:00
mkXfceDerivation {
2017-12-17 07:02:52 -08:00
category = "apps";
pname = "xfburn";
2019-11-06 16:27:10 -08:00
version = "0.6.1";
2017-12-17 07:02:52 -08:00
2019-11-06 16:27:10 -08:00
sha256 = "0a1ly79x7j5pgr3vbsabb4i0jd5rryaigj9z8iqzr8p9miypx20v";
2017-12-17 07:02:52 -08:00
nativeBuildInputs = [ libxslt docbook_xsl ];
2019-11-06 16:27:10 -08:00
buildInputs = [ exo gtk3 libburn libisofs libxfce4ui ];
2017-12-17 07:02:52 -08:00
}