GNU: Use overrides' instead of __overrides' for the argument itself.

svn path=/nixpkgs/trunk/; revision=33585
This commit is contained in:
Ludovic Courtès 2012-04-04 20:05:48 +00:00
parent e0ca8e74ff
commit 1663ca3344

View File

@ -4,13 +4,13 @@ args@{ fetchgit, stdenv, autoconf, automake, automake111x, libtool
, texinfo, glibcCross, hurdPartedCross, libuuid, samba_light , texinfo, glibcCross, hurdPartedCross, libuuid, samba_light
, gccCrossStageStatic, gccCrossStageFinal , gccCrossStageStatic, gccCrossStageFinal
, forceBuildDrv, forceSystem, callPackage, platform, config, crossSystem , forceBuildDrv, forceSystem, callPackage, platform, config, crossSystem
, __overrides ? {} }: , overrides ? {} }:
with args; with args;
rec { rec {
# Allow callers to override elements of this attribute set. # Allow callers to override elements of this attribute set.
inherit __overrides; __overrides = overrides;
hurdCross = forceBuildDrv(import ./hurd { hurdCross = forceBuildDrv(import ./hurd {
inherit fetchgit stdenv autoconf libtool texinfo machHeaders inherit fetchgit stdenv autoconf libtool texinfo machHeaders