* Added GNU make.

svn path=/nixpkgs/trunk/; revision=313
This commit is contained in:
Eelco Dolstra
2003-08-18 17:08:09 +00:00
parent 5bfb7b04d4
commit 185464700d
3 changed files with 23 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ Function(["nativeTools"],
, IncludeFix("gnutar/gnutar.fix")
, IncludeFix("diffutils/diffutils.fix")
, IncludeFix("gzip/gzip.fix")
, IncludeFix("gnumake/gnumake.fix")
]))
]
)