mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
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 New Issue
Block a user