From 749b8607ca3a6621d1aa37384c85e72369c64741 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 28 Jul 2010 15:35:01 +0000 Subject: * More cleanup. svn path=/nixpkgs/trunk/; revision=22795 --- pkgs/applications/misc/rxvt/default.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'pkgs/applications/misc/rxvt') diff --git a/pkgs/applications/misc/rxvt/default.nix b/pkgs/applications/misc/rxvt/default.nix index 58366c6aa04..13597f3ee9b 100644 --- a/pkgs/applications/misc/rxvt/default.nix +++ b/pkgs/applications/misc/rxvt/default.nix @@ -1,4 +1,5 @@ -args: with args; +{ stdenv, fetchurl, libX11, libXt }: + stdenv.mkDerivation { name = "rxvt-2.6.4"; @@ -10,8 +11,8 @@ stdenv.mkDerivation { buildInputs = [ libX11 libXt ]; meta = { - description = "colour vt102 terminal emulator with less features and lower memory consumption"; - homepage = http://www.rxvt.org/; - license = "GPL"; + description = "Colour vt102 terminal emulator with less features and lower memory consumption"; + homepage = http://www.rxvt.org/; + license = "GPL"; }; } -- cgit 1.4.1