Unverified Commit f323e57a authored by Bobby Rong's avatar Bobby Rong
Browse files

xfce.xfburn: 0.7.0 -> 0.7.1

https://gitlab.xfce.org/apps/xfburn/-/compare/xfburn-0.7.0...xfburn-0.7.1

Also enable optional udev and gstreamer support.
parent 693bc46d
Loading
Loading
Loading
Loading
+30 −5
Original line number Diff line number Diff line
{ lib, mkXfceDerivation, docbook_xsl, exo, gtk3, libburn, libisofs, libxfce4ui, libxslt }:
{
  mkXfceDerivation,
  lib,
  docbook_xsl,
  exo,
  gst_all_1,
  gtk3,
  libburn,
  libgudev,
  libisofs,
  libxfce4ui,
  libxslt,
}:

mkXfceDerivation {
  category = "apps";
  pname = "xfburn";
  version = "0.7.0";
  version = "0.7.1";
  odd-unstable = false;

  sha256 = "sha256-/CuV2tqja5fa2H2mmU9BP6tZHoCZZML5d2LL/CG3rno=";
  sha256 = "sha256-wKJ9O4V1b2SoqC4dDKKLg7u8IK9TcjVEa4ZxQv3UOOI=";

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

  buildInputs = [
    exo
    gst_all_1.gstreamer
    gst_all_1.gst-plugins-base
    gtk3
    libburn
    libgudev
    libisofs
    libxfce4ui
  ];

  meta = with lib; {
    description = "Disc burner and project creator for Xfce";