dvdstyler: unbreak

It still has errors relating to GConf detection, but it seems to work.
This commit is contained in:
Ryan Mulligan 2021-05-07 20:32:20 -07:00
parent 4f1e3592e2
commit 9ec2262fcb

View file

@ -6,11 +6,14 @@
, docbook5 , docbook5
, dvdauthor , dvdauthor
, dvdplusrwtools , dvdplusrwtools
, ffmpeg
, flex , flex
, fontconfig , fontconfig
, gettext , gettext
, libexif
, makeWrapper , makeWrapper
, pkg-config , pkg-config
, wxGTK30
, wxSVG , wxSVG
, xine-ui , xine-ui
, xmlto , xmlto
@ -42,11 +45,14 @@ in stdenv.mkDerivation rec {
docbook5 docbook5
dvdauthor dvdauthor
dvdplusrwtools dvdplusrwtools
ffmpeg
flex flex
fontconfig fontconfig
gettext gettext
libexif
makeWrapper makeWrapper
wxSVG wxSVG
wxGTK30
xine-ui xine-ui
xmlto xmlto
zip zip
@ -67,6 +73,8 @@ in stdenv.mkDerivation rec {
wrapProgram $out/bin/dvdstyler --prefix PATH ":" "${binPath}" wrapProgram $out/bin/dvdstyler --prefix PATH ":" "${binPath}"
''; '';
enableParallelBuilding = true;
meta = with lib; { meta = with lib; {
homepage = "https://www.dvdstyler.org/"; homepage = "https://www.dvdstyler.org/";
description = "A DVD authoring software"; description = "A DVD authoring software";