dvdauthor: supports darwin

+1 -1
+1 -1
pkgs/applications/video/dvdauthor/default.nix
··· 22 description = "Tools for generating DVD files to be played on standalone DVD players"; 23 homepage = http://dvdauthor.sourceforge.net/; 24 license = licenses.gpl2; 25 - platforms = platforms.linux; 26 }; 27 }
··· 22 description = "Tools for generating DVD files to be played on standalone DVD players"; 23 homepage = http://dvdauthor.sourceforge.net/; 24 license = licenses.gpl2; 25 + platforms = platforms.linux ++ platforms.darwin; 26 }; 27 }