* Remove redundant files, move path.nix around a bit.

svn path=/nixpkgs/trunk/; revision=5701
This commit is contained in:
Eelco Dolstra
2006-07-14 08:35:59 +00:00
parent 452c3350d8
commit b2f6e204a2
4 changed files with 2 additions and 15 deletions
+14
View File
@@ -0,0 +1,14 @@
{pkgs}: [
pkgs.coreutils
pkgs.findutils
pkgs.diffutils
pkgs.gnused
pkgs.gnugrep
pkgs.gawk
pkgs.gnutar
pkgs.gzip
pkgs.bzip2
pkgs.gnumake
pkgs.bash
pkgs.patch
]