Merge pull request #327394 from bobby285271/upd/xfce

xfce.xfburn: 0.7.0 -> 0.7.1
This commit is contained in:
Weijia Wang 2024-07-16 13:43:30 +02:00 committed by GitHub
commit d5f679cead
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,15 +1,40 @@
{ 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";