3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/desktops/xfce/applications/xfburn/default.nix

13 lines
343 B
Nix
Raw Normal View History

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
sha256 = "sha256-AUonNhMs2HBF1WBLdZNYmASTOxYt6A6WDKNtvZaGXQk=";
2017-12-17 15:02:52 +00: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
}