dvdauthor: supports darwin

This commit is contained in:
Matthew Bauer
2017-04-23 18:08:19 -05:00
parent 8d26be2ae6
commit 32d95b1f04
@@ -22,6 +22,6 @@ stdenv.mkDerivation rec{
description = "Tools for generating DVD files to be played on standalone DVD players";
homepage = http://dvdauthor.sourceforge.net/;
license = licenses.gpl2;
platforms = platforms.linux;
platforms = platforms.linux ++ platforms.darwin;
};
}