forked from mirrors/nixpkgs
dvdauthor: supports darwin
This commit is contained in:
parent
8d26be2ae6
commit
32d95b1f04
|
@ -22,6 +22,6 @@ stdenv.mkDerivation rec{
|
||||||
description = "Tools for generating DVD files to be played on standalone DVD players";
|
description = "Tools for generating DVD files to be played on standalone DVD players";
|
||||||
homepage = http://dvdauthor.sourceforge.net/;
|
homepage = http://dvdauthor.sourceforge.net/;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue