From 3e9727a48d863a0eaf5dd0a0711e305f343f2035 Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Fri, 20 Jan 2006 11:30:24 +0000 Subject: [PATCH] add xawtv here svn path=/nixpkgs/trunk/; revision=4579 --- pkgs/system/all-packages-generic.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix index b51741e17e5..6f336a10d3b 100644 --- a/pkgs/system/all-packages-generic.nix +++ b/pkgs/system/all-packages-generic.nix @@ -1883,6 +1883,11 @@ rec { inherit fetchurl stdenv x11 xineLib libpng; }; + xawtv = (import ../applications/video/xawtv) { + inherit fetchurl stdenv ncurses libjpeg perl; + inherit (xlibs) libX11 libXt libXft xproto libFS fontsproto libXaw libXpm libXext libSM libICE xextproto; + }; + RealPlayer = import ../applications/video/RealPlayer { inherit fetchurl stdenv; inherit (gtkLibs) glib pango atk gtk;