mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
commit
f7ad86329f
@ -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";
|
||||
|
@ -46,8 +46,6 @@ stdenv.mkDerivation rec {
|
||||
xorgproto
|
||||
]);
|
||||
|
||||
postPatch = "sed -e '/curl\/types\.h/d' -i src/xitk/download.c";
|
||||
|
||||
configureFlags = [ "--with-readline=${readline.dev}" ];
|
||||
|
||||
LIRC_CFLAGS="-I${lirc}/include";
|
||||
|
Loading…
Reference in New Issue
Block a user