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.
This commit is contained in:
parent
693bc46d16
commit
f323e57a90
@ -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 {
|
mkXfceDerivation {
|
||||||
category = "apps";
|
category = "apps";
|
||||||
pname = "xfburn";
|
pname = "xfburn";
|
||||||
version = "0.7.0";
|
version = "0.7.1";
|
||||||
odd-unstable = false;
|
odd-unstable = false;
|
||||||
|
|
||||||
sha256 = "sha256-/CuV2tqja5fa2H2mmU9BP6tZHoCZZML5d2LL/CG3rno=";
|
sha256 = "sha256-wKJ9O4V1b2SoqC4dDKKLg7u8IK9TcjVEa4ZxQv3UOOI=";
|
||||||
|
|
||||||
nativeBuildInputs = [ libxslt docbook_xsl ];
|
nativeBuildInputs = [
|
||||||
buildInputs = [ exo gtk3 libburn libisofs libxfce4ui ];
|
libxslt
|
||||||
|
docbook_xsl
|
||||||
|
];
|
||||||
|
|
||||||
|
buildInputs = [
|
||||||
|
exo
|
||||||
|
gst_all_1.gstreamer
|
||||||
|
gst_all_1.gst-plugins-base
|
||||||
|
gtk3
|
||||||
|
libburn
|
||||||
|
libgudev
|
||||||
|
libisofs
|
||||||
|
libxfce4ui
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Disc burner and project creator for Xfce";
|
description = "Disc burner and project creator for Xfce";
|
||||||
|
Loading…
Reference in New Issue
Block a user