dvdauthor: supports darwin

This commit is contained in:
Matthew Bauer 2017-04-20 16:40:17 -05:00
parent 8d26be2ae6
commit 32d95b1f04
No known key found for this signature in database
GPG Key ID: E04D0AD9469141C3

View File

@ -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;
};
}