16 stdenv.mkDerivation rec {
21 url = "mirror://sourceforge/dvdauthor/dvdauthor-${version}.tar.gz";
22 hash = "sha256-MCCpLen3jrNvSLbyLVoAHEcQeCZjSnhaYt/NCA9hLrc=";
25 buildInputs = [ libpng freetype libdvdread libxml2 zlib fribidi flex bison ];
33 description = "Tools for generating DVD files to be played on standalone DVD players";
34 homepage = "https://dvdauthor.sourceforge.net/";
35 license = licenses.gpl2;
36 platforms = platforms.linux ++ platforms.darwin;