From 82254ce4663002b553799d7aad2f404f33ca1db4 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 29 May 2009 13:30:28 +0000 Subject: [PATCH] * Doh. svn path=/nixos/branches/modular-nixos/; revision=15794 --- modules/programs/info.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/info.nix b/modules/programs/info.nix index f3b8136253bb..e3b8025f933a 100644 --- a/modules/programs/info.nix +++ b/modules/programs/info.nix @@ -8,7 +8,7 @@ let # update some global "dir" file). So this wrapper script around # "info" builds a temporary "dir" file on the fly. This is a bit # slow (on a cold cache) but not unacceptably so. - infoWrapper = pkgs.writeScriptBin "info-wrapper" + infoWrapper = pkgs.writeScriptBin "info" '' #! ${pkgs.stdenv.shell}