autoconf: remove buildPackages from main attribute
This was accidentally added in 136c0d01d2
when doing a search & replace.
This commit is contained in:
parent
ec161d2240
commit
b9330fe4eb
|
@ -11128,7 +11128,7 @@ in
|
|||
|
||||
autobuild = callPackage ../development/tools/misc/autobuild { };
|
||||
|
||||
autoconf = buildPackages.autoconf270;
|
||||
autoconf = autoconf270;
|
||||
|
||||
autoconf-archive = callPackage ../development/tools/misc/autoconf-archive { };
|
||||
|
||||
|
|
Loading…
Reference in New Issue