about summary refs log tree commit diff
path: root/pkgs/applications/video/MPlayer/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/video/MPlayer/default.nix')
-rw-r--r--pkgs/applications/video/MPlayer/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/video/MPlayer/default.nix b/pkgs/applications/video/MPlayer/default.nix
index e956548dcbdf..06ec74feb533 100644
--- a/pkgs/applications/video/MPlayer/default.nix
+++ b/pkgs/applications/video/MPlayer/default.nix
@@ -45,4 +45,8 @@ stdenv.mkDerivation {
   # Xrandr.
   # See: http://itdp.de/~itdp/html/mplayer-dev-eng/2005-08/msg00427.html
   patches = [./mplayer-aspect.patch ./mplayer-pivot.patch];
+
+  meta = {
+    description = "A movie player that supports many video formats";
+  };
 }