telling gnu id utils that .nix files should be treated as text

svn path=/nixpkgs/trunk/; revision=14237
This commit is contained in:
Marc Weber
2009-02-25 04:53:06 +00:00
parent 312c697fef
commit c0dd6fd3c9
2 changed files with 12 additions and 0 deletions
+2
View File
@@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
doCheck = true;
patches = [ ./nix-mapping.patch ];
meta = {
description = "GNU Idutils, a text searching utility";