about summary refs log tree commit diff
path: root/pkgs/applications/video/dvdauthor/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/video/dvdauthor/default.nix')
-rw-r--r--pkgs/applications/video/dvdauthor/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/video/dvdauthor/default.nix b/pkgs/applications/video/dvdauthor/default.nix
index 1711503314ec..7559c4c70e7d 100644
--- a/pkgs/applications/video/dvdauthor/default.nix
+++ b/pkgs/applications/video/dvdauthor/default.nix
@@ -22,5 +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;
   };
 }