Skip to content

Commit

Permalink
dvdstyler: unbreak
Browse files Browse the repository at this point in the history
It still has errors relating to GConf detection, but it seems to work.
  • Loading branch information
ryantm committed May 8, 2021
1 parent 4f1e359 commit 9ec2262
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkgs/applications/video/dvdstyler/default.nix
Expand Up @@ -6,11 +6,14 @@
, docbook5
, dvdauthor
, dvdplusrwtools
, ffmpeg
, flex
, fontconfig
, gettext
, libexif
, makeWrapper
, pkg-config
, wxGTK30
, wxSVG
, xine-ui
, xmlto
Expand Down Expand Up @@ -42,11 +45,14 @@ in stdenv.mkDerivation rec {
docbook5
dvdauthor
dvdplusrwtools
ffmpeg
flex
fontconfig
gettext
libexif
makeWrapper
wxSVG
wxGTK30
xine-ui
xmlto
zip
Expand All @@ -67,6 +73,8 @@ in stdenv.mkDerivation rec {
wrapProgram $out/bin/dvdstyler --prefix PATH ":" "${binPath}"
'';

enableParallelBuilding = true;

meta = with lib; {
homepage = "https://www.dvdstyler.org/";
description = "A DVD authoring software";
Expand Down

0 comments on commit 9ec2262

Please sign in to comment.