From ca0038b9b0cd862559360c3d51604fdbf999fec4 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 29 May 2009 13:30:12 +0000 Subject: [PATCH] svn path=/nixos/branches/modular-nixos/; revision=15793 --- 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 e3b8025f933..f3b8136253b 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" + infoWrapper = pkgs.writeScriptBin "info-wrapper" '' #! ${pkgs.stdenv.shell}