* Added getopt (because sdf2table needs it).
svn path=/nixpkgs/trunk/; revision=568
This commit is contained in:
@@ -32,6 +32,11 @@
|
||||
stdenv = stdenv;
|
||||
};
|
||||
|
||||
getopt = (import ../tools/misc/getopt) {
|
||||
fetchurl = fetchurl;
|
||||
stdenv = stdenv;
|
||||
};
|
||||
|
||||
diffutils = (import ../tools/text/diffutils) {
|
||||
fetchurl = fetchurl;
|
||||
stdenv = stdenv;
|
||||
|
||||
Reference in New Issue
Block a user