summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/video/dvdstyler
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2021-05-07 20:32:20 -0700
committerRyan Mulligan <ryan@ryantm.com>2021-05-07 20:32:20 -0700
commit9ec2262fcb1a4a2d583913ee63b37b3861c628a3 (patch)
tree4d2fab40022bc700f56f5092c3061edc86bfccc5 /pkgs/applications/video/dvdstyler
parent4f1e3592e29d508b0ce79e96c41df7926d024449 (diff)
dvdstyler: unbreak
It still has errors relating to GConf detection, but it seems to work.
Diffstat (limited to 'pkgs/applications/video/dvdstyler')
-rw-r--r--pkgs/applications/video/dvdstyler/default.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/applications/video/dvdstyler/default.nix b/pkgs/applications/video/dvdstyler/default.nix
index 83c38b933dd4..81f3cac73e19 100644
--- a/pkgs/applications/video/dvdstyler/default.nix
+++ b/pkgs/applications/video/dvdstyler/default.nix
@@ -6,11 +6,14 @@
, docbook5
, dvdauthor
, dvdplusrwtools
+, ffmpeg
, flex
, fontconfig
, gettext
+, libexif
, makeWrapper
, pkg-config
+, wxGTK30
, wxSVG
, xine-ui
, xmlto
@@ -42,11 +45,14 @@ in stdenv.mkDerivation rec {
docbook5
dvdauthor
dvdplusrwtools
+ ffmpeg
flex
fontconfig
gettext
+ libexif
makeWrapper
wxSVG
+ wxGTK30
xine-ui
xmlto
zip
@@ -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";