* Added getopt (because sdf2table needs it).

svn path=/nixpkgs/trunk/; revision=568
This commit is contained in:
Eelco Dolstra
2003-12-02 12:54:21 +00:00
3 changed files with 23 additions and 0 deletions

View File

@@ -32,6 +32,11 @@
stdenv = stdenv;
};
getopt = (import ../tools/misc/getopt) {
fetchurl = fetchurl;
stdenv = stdenv;
};
diffutils = (import ../tools/text/diffutils) {
fetchurl = fetchurl;
stdenv = stdenv;